/* Animation */
@keyframes color-border-animation {
    0% {
        border-left-color: rgba(242, 90, 41, 0.7);
    }
    15% {
        border-top-color: rgba(242, 90, 41, 0.8);
    }
    50% {
        border-right-color: rgba(242, 90, 41, 0.9);
    }
    65% {
        border-bottom-color: rgba(242, 90, 41, 1);
    }
    100% {
        border-color: #71686c;
    }
}

@-webkit-keyframes color-border-animation {
    0% {
        border-left-color: rgba(242, 90, 41, 0.7);
    }
    15% {
        border-top-color: rgba(242, 90, 41, 0.8);
    }
    50% {
        border-right-color: rgba(242, 90, 41, 0.9);
    }
    65% {
        border-bottom-color: rgba(242, 90, 41, 1);
    }
    100% {
        border-color: #71686c;
    }
}


/* Main */
* {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

a {
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

b {
    font-weight: 500;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

#container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: 100%;
}

#header-container {
    padding: 20px 50px;
}

#header-container #logo {
    font-size: 24px;
    padding: 5px 10px;
    font-weight: 600;
    max-height: 38px;
    max-width: 137px;
    display: inline-block;
    cursor: pointer;
}

#header-container #logo img {
    height: 30px;
}

#header-container ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

#header-container ul li {
    float: left;
    margin: 0 2px;
    padding: 10px 20px;
}

#header-container ul li a {
    color: #615f67;
    font-size: 14px;
    border: 2px solid transparent;
    padding: 12px 30px;
    border-radius: 25px;
}

#header-container ul li a:hover,
#header-container ul li a:focus,
#header-container ul li a.active,
#header-container ul li a:active {
    color: #f25a29;
    text-decoration: none;
}

#header-container ul li a.inverted {
    color: #FFFFFF;
    text-decoration: none;
    border-color: #f25a29;
    background-color: #f25a29;
    border-radius: 25px;
}

#main-container {
    padding: 0;
    height: calc(100% - 195px);
    width: 100%;
    overflow-y: scroll;
}

.page h2,
.page h1,
.page h3 {
    color: #0b0f13;
}

.page {
    padding: 70px 20px;
}

/* Home */
#home {
    padding-top: 70px;
}

#home {
    padding-bottom: 100px;
}

#home small {
    color: #000000;
    font-size: 18px;
    margin-top: 30px;
    padding-left: 10px;
}

#home h1 {
    color: #f25a29;
    font-size: 72px;
    margin: 10px 0 0;
    font-weight: 900;
    text-transform: uppercase;
}

#home h1:after {
    content: '';
    width: 90px;
    height: 1px;
    margin-top: 10px;
    border-bottom: 7px solid #f25a29;
    display: block;
}

#home .description {
    color: #76888d;
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
    font-weight: 400;
}

/* About Us */
#about-us {
    background-color: #f4f4f4;
}

#about-us h2 {
    margin-bottom: 50px;
}

#about-us .content {
    font-size: 16px;
    line-height: 36px;
    color: #5d687f;
    font-weight: 400;
}

#about-us .content p {
    margin-bottom: 30px;
}

/* Contact */
#contact {
    background-color: #f25a29;
    margin: 0;
}

#contact h2 {
    margin-bottom: 80px;
}

#contact b {
    font-weight: 600;
}

#contact .container {
    color: #ffffff;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 2em;
    text-align: center;
    font-weight: 400;
}

#contact .container a {
    color: #ffffff;
    text-decoration: none;
}
#contact .container a:hover {
    color: #0b0f13;
    text-decoration: none;
}

#contact .contact-links {
    margin-top: 100px;
}

#contact .contact-links a {
    font-size: 2em;
    display: inline-block;
    padding: 15px;
    margin-right: 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    min-width: 70px;
    text-align: center;
    transition-duration: 1s;
    transition-property: all;
    border-radius: 10px;
}

#contact .contact-links a:hover {
    background-color: #0b0f13;
    color: #ffffff;
}

#contact .contact-links a:last-of-type {
    margin-right: 0;
}


/* Footer */
#footer-container {
    background: #0b0f13;
    padding: 0 50px;
}

#footer-container div, #footer-container p {
    padding-top: 0;
    padding-bottom: 0;
}

#footer-container .name-badge-cont img {
    height: 24px;
}

#footer-container .liner p {
    display: block;
    line-height: 115px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

#footer-container .social-bar, #footer-container .name-badge-cont {
    font-size: 32px;
    line-height: 115px;
}

#footer-container .social-bar {
    color: #f25a29;
    text-align: right;
}

#footer-container .social-bar a {
    margin-left: 15px;
    color: #f25a29;
    transition: 1s all ease-in-out;
}

#footer-container .social-bar a:hover,
#footer-container .social-bar a:active {
    text-decoration: none;
    color: #f26839a9;
}

@media(min-width: 767px) {
    #footer-container .name-badge-cont {
        width: 13%;
    }

    #footer-container .liner {
        width: 65%;
    }

    #footer-container .social-bar {
        width: 22%;
    }
    .page {
        padding-left: 10%;
        padding-right: 10%;
    }
}

