/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../asset/Fonts/proximanova/proximanova-regular-webfont.woff2') format('woff2'),
    url('../asset/Fonts/proximanova/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


footer {
    font-family: 'proxima_novaregular';
    background: #249CA7;
}
.footer-font-title{
    color: #FBAD18;
    font-size: 18px;
    font-weight: bold;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-font{
    color: #fff;
    font-size: 26px;
}



ul li.footer-font-normal{
    color: #fff;
    font-size: 14px;
}

ul li a.footer-font-link{
    color: #fff;
    font-size: 14px;
}

.footer-font-below {
    color: #fff;
    font-size: 14px;
}

.footer-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;

    /*padding: 12px 80px;*/
    width: 60%;
    height: 45px;
    border: 1px solid #FBAD18;
    border-radius: 33px;
    background: #FBAD18;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBAD18), to(#FBAD18));
    background: -moz-linear-gradient(top, #FBAD18, #FBAD18);
    background: linear-gradient(to bottom, #FBAD18, #FBAD18);
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.161));
    overflow: visible;
    font-family: 'proxima_novaregular';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.footer-button:hover,
.footer-button:focus {
    color: #fff;
    text-decoration: none;
}
.footer-button:active {
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBAD18), to(#ffffff));
    background: -moz-linear-gradient(top, #FBAD18, #ffffff);
    background: linear-gradient(to bottom, #FBAD18, #ffffff);
}

.footer-button:before{
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 4px;
    left: -40px;
    /*background: url("../img/facebook_icon.png") no-repeat left center transparent;*/
    background-size: 100% 100%;
}

@media only screen and (max-width: 1200px) {
#dis{ display: none;}

}



