
.main-nav .nav-link.active{
    border-bottom: 2px solid #00115C !important;
}
@media screen and (max-width:479px){
    .main-nav .nav-link.active{
        border-bottom: 0px !important;
    }
}

.container #row1{
    margin: auto;
    margin-top: 150px;
}
#row1 h3{
    font-size: 45px;
    font-weight: bold;
    
}
#row1 p{
    font-size: 20px;
    
}
#row2{
    margin-top: 70px;
    margin-bottom: 20px;
}
#row3{

    margin: auto;
}
#row2 h3{
    font-size: 45px;
}
#row2 p{
    font-size: 20px;
}
#row4 h3{
    font-size: 45px;
    color: #00115C;
}
#row4 p{
    font-size: 20px;
}
#row5{
    margin: auto;
    margin-bottom: 100px;
}
#row5 h3{
    font-size: 45px;
    color: #00115C;
}
#row5 p{
    font-size: 20px;
}

footer{
    
    background: #fcfcfc;
    height: auto;
    padding: 70px 50px;
}
footer img{
    width: 150px;
}
footer p{
    font-size: 14px;
    margin: 0px 0px;
    color: #565656;    
    font-family: 'Lato', sans-serif;
}
footer h6{
    color: #010C3B;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
footer a{
    font-size: 13px;
    color: #565656;
    font-family: 'Lato', sans-serif;
}
footer .space p{
    margin-bottom: 15px;
}
footer a:hover{
    color: #00115C;
}
@media screen and (max-width:490px){
    footer{
        text-align: center;
        font-family: 'Lato', sans-serif;
    }
    footer .space p{
        margin-bottom: 0px;
    }
    #bottom{
        margin-bottom: 0px !important;
    }
}

.nav .nav-item .nav-link{
    color: #00115C;
}
.nav .nav-item .nav-link.active{
    background: none;
    color: #00115C;
    border-bottom: 2px solid #00115C;
    border-radius: 0px;
    
}
#row7{
    margin: 100px 0px;
}
#row7 h3{
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #00115C;
}
#row7 p{
    font-size: 20px;
    font-family: 'Lato', sans-serif;

}

/* Tabs*/
section {
    margin-top: 50px;
}
#tabs{
	/* background: #fff; */
    color: #00115C;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00115C;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid #00115C !important;
    font-size: 10px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #00115C;
    font-size: 20px;
}




/* @media screen and (max-width:479px){
    #tabs{
        display: none;
    }
} */

@media screen and (max-width:479px){
    #container2{
        margin-top: 0px !important;
        padding-top:300px; 
    }
    #column1{
        display: none;
        margin-top: -50px;
    }
}
@media screen and (max-width:768px){
    #container2{
        margin-top: 0px !important;
        padding-top:500px; 
    }
    #column1{
        display: none;
        margin-top: -50px;
    }
}
@media screen and (max-width:479px){
    #container2{
        margin-top: 0px !important;
        padding-top:300px !important; 
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1400px){
    #column11{
        display: none;
    }
}

.marketing{
    background-image: url(../images/bg.png);
    background-size: cover;
    height: 1000px;
}