/* body{
    font-size: 14px;
    font-family: 'Open Sans';
    font-family: 'Fira Sans', sans-serif;
    line-height: 30px;
    color: #101010;
    text-align: justify;
} */
@font-face {
    font-family: NexaBold;
    src: url("../fonts/NexaBold.woff") format("woff");
}

body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #0D0D0D;
    text-align: justify;
}

.btn{
    font-family: 'Fira Sans';
}

.navbar-brand, .navbar-nav{
    font-family: 'NexaBold';
}

.main-section{
    min-height: 100%;
    padding-top: 50px;
    text-align: left;
    padding-bottom: 150px;
}

.contact-section {
    min-height: 100%;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 150px;
}

.contact-section .tab-content{
    text-align: left;
}

.links-section{
    min-height: 100%;
    padding-top: 50px;
    text-align: left;
    background: #2D5196;
    color: #FAFAFA;
    font-size: 12px;
    padding-bottom: 20px;
}

.links-section .row > div{
  /* border-left: 1px solid #ccc; */
    border-left: 0px solid #ccc;
    min-height: 120px;
}

.links-section .links a{
    color: #fff;
    padding-left: 10px;
}

.links img{
    width: 50px;
    background-color: #fff;
}

.footer-section {
    margin: 0px;
    padding: 0px;
    background: #000058;
    color: #F2F2F2;
    font-size: 12px;
    text-align: center;
}

.title-h1 {
    font-size: 45px;
    font-family: 'NexaBold';
    text-align: center;
    padding: 20px;
    color: #DAA520
    /* color: #2e3047 */
}
