.header{
    width:100%;
    margin:0;
}

a.nav-link{
    color:black;
}

a.nav-link:hover{
    border-bottom: 1px solid black;

}


#nav-menu-list li{
    margin-right: 2%;
}

#intro{
    color:white;
    text-align: center;
}

#nav-tab .active{
    background:white !important;    
    color:black !important;    
}

#v-pills-tab{
    text-align: center;
    padding:3%;
    font-weight: bold;
}



#v-pills-tab .active{
    background: transparent;
    border:3px solid #55c45f;
}



#v-pills-tab a{
    color: #6e768a;
}   

#v-pills-tab a.active{
    color: #55c45f !important;
}

#v-pills-tab a.active{
    color: #55c45f !important;
}


#v-pills-tab2{
    text-align: center;
    padding:3%;
    font-weight: bold;
}



#v-pills-tab2 .active{
    background: transparent;
    border:3px solid #55c45f;
}



#v-pills-tab2 a{
    color: #6e768a;
}   

#v-pills-tab2 a.active{
    color: #55c45f !important;
}

#v-pills-tab2 a.active{
    color: #55c45f !important;
}


#checkmark-list{
    list-style-image: url(../img/checkmark.png);

}

#checkmark-list li{
    margin-bottom: 2%;  
}

* {
    box-sizing: border-box;
}

.bg-image {
    /* The image used */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02011d",endColorstr="#5a89d2",GradientType=1);
    filter: blur(4px);
    -webkit-filter: blur(4px);

    /* Full height */
    height: auto;

    /* Center and scale the image nicely */

}

/* Position text in the middle of the page/image */
.bg-text {

    color: white;
    font-weight: bold;
    z-index: 2;
    padding:2% 5%;
    text-align: center;
}

#intro{
    background: rgb(2,1,29);
    background: -moz-linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 12%, rgba(90,137,210,1) 79%);
    background: -webkit-linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 12%, rgba(90,137,210,1) 79%);
    background: linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 12%, rgba(90,137,210,1) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02011d",endColorstr="#5a89d2",GradientType=1);
    /*background: rgb(2,1,29);
     background: -moz-linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 38%, rgba(90,137,210,1) 79%);
     background: -webkit-linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 38%, rgba(90,137,210,1) 79%);
     background: linear-gradient(117deg, rgba(2,1,29,0.04525560224089631) 38%, rgba(90,137,210,1) 79%);*/

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title1{
    font-size: 3em;
    font-weight: 400;
}
.title2{
    font-size: 1.85em;
}
.title3{
    font-size: 1.5em;
}

@media only screen and (max-width: 1600px) {
    .img-under-construction{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .title1{
        font-size: 24px;
    }
    .title2{
        font-size: 20px;
    }
    .title3{
        font-size: 18px;
    }


}