
@font-face {
    font-family: BebasNeue;
    src: url(./../fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: AvenirNextLTPro;
    font-weight: bold;
    src: url(/static/fonts/AvenirNextLTPro-Bold.ttf);
}

@font-face {
    font-family: AvenirNextLTPro;
    font-style: italic;
    src: url(/static/fonts/AvenirNextLTPro-It.ttf);
}

@font-face {
    font-family: AvenirNextLTPro;
    src: url(/static/fonts/AvenirNextLTPro-Regular.ttf);
}

body{
    font-family: AvenirNextLTPro;
}

footer{
    /* margin-top: 5%; */
    background-color:rgb(12, 130, 201);
    color: #fff !important;
}



nav{
    z-index: 999;
}

.logo{
    width: 75%;
}

 @media (max-width: 992px)
{
    .fixed-top{
        position: relative !important;
    }
    .divider{
        display: hidden;
    }
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

.fab ,.fa {
    /* padding: 18%;
    font-size: 2rem;
    width: 10vh;
    height: 10vh;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;  */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    margin: 4%;
  }

.fab:hover, .fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fa-facebook {
background: #3B5998;
color: white;
}

.fa-youtube {
background: #bb0000;
color: white;
}

.fa-instagram {
background: #f09013;
color: white;
}


.fa-envelope {
background: #5dc8db;
color: #fff;
}

.fa-phone{
    font-family: "FontAwesome";
    background: #5ddb92;
    color: #fff;
    content:"\f095"
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}


.row-contact{
    padding: 10% 15% 0 20%;
}

.divider{
    position: relative;
    border-left:3px solid rgb(109, 108, 108);
}

.img-location{
    border-radius: 10px;
    margin-bottom: 5%;
    height: 100% !important;
    -webkit-box-shadow: 10px 10px 22px -6px rgba(184,180,184,1);
    -moz-box-shadow: 10px 10px 22px -6px rgba(184,180,184,1);
    box-shadow: 10px 10px 22px -6px rgba(184,180,184,1);
}