* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    background: #0c0411;
    background-size: contain;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    text-rendering: optimizeLegibility;
}

.coronaBanner {
    width: 100%;
    background-color: red;
    color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.coronaBanner a {
    color: white;
    text-decoration: underline;
    text-underline: white;
}

.header_bar_corona {
    top: 45px !important;
}

.code-of-conduct-logo {
    align-self: center;
}

.btn.btn-transparent, .btn.btn-transparent:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    color: #333;
}

p {
    line-height: 1.7;
}

.error {
    color: #ff0000;
}

a {
    text-decoration: none;
}

.hidden-overflow {
    overflow: hidden;
}

.no-container-gutter {
    padding-left: 0;
    padding-right: 0;
}

.short-centered-hr {
    display: block;
    width: 100px;
    border-width: 2px;
    margin: 0 auto 4% auto;
}

.social-icon a:hover {
    text-decoration: none;
}

.about, .agencies, .team, .clients, .contact, .main-footer {
    background: #fff;
    color: #676767;
}

#top p {
    font-size: 1.3em;
    margin-left: 40px;
}

/* holding page/conduct */
.holding-image {
    background-size: 100%;
    z-index: 1;
    width: 100vw;
    height: 100vh;

}

.info-container {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
}

.logo {
    padding-bottom: 30px;
}

.introduction {
    padding-bottom: 10px;
}

.social {
    padding: 8px;
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #00aaad;
    margin: 0;
    padding: 0;
}

#conduct, a, a:hover {
    color: #00aaad;
}

#conduct, a:hover {
    text-decoration: none;
}

/* holding page/conduct end */

.sideMenu {
    position: absolute;
    top: 0;
    right: 0;
}

/*header*/
#header_bar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    z-index: 9999;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: 0.3s linear;
}

#header_bar.active {
    background-color: rgba(11, 5, 17, 0.9);
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    /*border-bottom: 5px solid #00aaad;*/
}

.menu-links-top {
    display: none;
    width: 80%;
    vertical-align: top;
    margin-top: 20px;
}

.menu-links-top li {
    display: inline;
    border-right: 1px solid #a1a1a1;
}

.menu-links-top li a {
    color: #00aaad;
    padding: 0 30px;
}

.main-header {
    background-color: #0c0411;
    background-image: url("../images/nuclear-dark.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-weight: 400;
    height: 100vh;
    position: relative;
}

.main-header .logo {
    margin-top: 50%;
}

.menu-links-container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 1% 10% 0;
}

.menu-links {
    direction: rtl;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-right: 10px;
}

.menu-links li {
    width: 100%;
}

.menu-links a {
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}

.menu-links a:hover {
    color: #00aaad;
}

/*Side Nav*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: rgba(1, 1, 1, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #00aaad;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    color: #00aaad;
    padding: 10px 15px;
    border: none;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.logo-small {
    padding: 10px;
    display: inline-block;
}

.header-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header-social-icon {
    padding: 10px 0 20px 0;
    display: inline-block;
    outline: none;
}

.header-social .icon {
    text-align: center;
}

.header-social-icon:hover {
    text-decoration: none;
}

.header-social-icon .flaticon-facebook::before, .header-social-icon .flaticon-twitter::before, .header-social-icon .flaticon-linkedin::before, .header-social-icon .flaticon-messenger::before, .header-social-icon .flaticon-email::before {
    font-size: 2.2em;
    color: #00a9ac;
}

/*about and agencies*/
#about h2 {
    margin-top: 120px;
}

.content-block hr, .contact-block hr {
    width: 50px;
    border-width: 2px;
    margin: 30px 0;
}

.content-block .social {
    padding: 1%;
    margin-top: 5%;
}

.light-gray-background {
    background: #f9f9f9;
}

#agencies .left {
    padding: 100px 50px 50px 50px;
}

#agencies .right {
    padding: 100px 50px 50px 50px;
}

.agencies {
    border-bottom: 15px solid #404040;
}

.agency-social {
    margin-top: 50px;
}

/*.agency-social .flaticon-facebook::before, .agency-social .flaticon-twitter::before, .agency-social .flaticon-linkedin::before, .agency-social .flaticon-messenger::before, .agency-social .flaticon-email::before, .agency-social .flaticon-instagram::before, .agency-social .flaticon-internet::before {
    font-size: 1.5em;
    color: #00a9ac;
}*/
.agency-social .fab.fa-facebook-f, .agency-social .fab.fa-twitter, .agency-social .fab.fa-linkedin-in, .agency-social .fas.fa-globe {
    font-size: 1.5em;
    color: #00a9ac;
}

/*.agency-social .flaticon-twitter.social.icon {
    padding-top: 10%;
}*/

/*team*/
.team-member-blurb {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 2s ease;
}

.team-member-blurb.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s linear, opacity 2s ease;
}

.team-image {
    -webkit-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    transition: all, 0.5s ease;
}

.team-image.active {
    -webkit-filter: grayscale(0%);
    filter: none;
}

.team-image-placeholder {
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

#team .team-member-blurb h3 {
    display: inline-block;
}

#team .btn.btn-transparent {
    display: inline-block;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 0.4em;
}

#team .owl-nav {
    display: none;
}

#team .customOwlNav {
    text-align: center;
    margin: 0;
    padding: 25px 0 0 0;
    cursor: pointer;
}

#team .team-prev, #team .team-next, #clients .owl-prev, #clients .owl-next {
    padding: 2% 5% 0 5% !important;
}

#team h3, #clients h3 {
    color: #00aaad;
}

/*clients */

#clients {
    border-top: 15px solid #f5f5f5;
    padding: 40px 0 70px;
}

#clients .center-block:hover {
    border: 1px solid #eee;
    margin-bottom: 1px;
}

.client-content-container {
    /*border-right: 15px solid;*/
}

.client-logo-container {
    padding: 5px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.client-logo-container:nth-child(6),
.client-logo-container:nth-child(12),
.client-logo-container:nth-child(18),
.client-logo-container:nth-child(24),
.client-logo-container:nth-child(30),
.client-logo-container:last-child {
    border-right: 0;
}

.client-logo {
    /*-webkit-filter: grayscale(100%);
    filter: gray; !* IE6-9 *!*/
    transition: all, 0.2s ease-in-out;
    overflow: hidden;
}

.client-logo.active {
    /*-webkit-filter: grayscale(0%);
    filter: none;*/
}

.client-logo:hover {
    /*cursor: pointer;*/
}

.client-block {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-right: 5em;
    transition: visibility 0.1s linear, opacity 2s ease;
}

.client-block.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s linear, opacity 2s ease;
}

.client-block h3 {
    /*padding-top: 100px;*/
}

.client-block.active h3 {
    color: #00aaad;
}

.client-container {
    margin-bottom: 40px;
}

.client-container hr {
    width: 50px;
    border-width: 2px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 30px;
}

/*contact*/
.contact {
    background-image: url("../images/contact/map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-bottom: 25px solid #444;
}

.contact .contact-block {
    background: #fff;
    margin: 10% 0 0;
    padding: 5% 5% 2% 5%;
    font-size: 15px;
}

.contact-block p {
    margin-bottom: 25px;
}

#contact_form .form-group {
    position: relative;
}

#contact_form label.error {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.9em;
}

#contact_form input, #contact_form textarea {
    border-radius: 0;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_form input::placeholder, #contact_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1; /* Firefox */
    font-style: italic;
}

#contact_form input:-ms-input-placeholder, #contact_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888 !important;
    opacity: 1 !important;
    font-style: italic;
}

#contact_form input::-ms-input-placeholder, #contact_form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #888 !important;
    opacity: 1 !important;
    font-style: italic;
}

.contact-details {
    padding: 0 0 5% 0;
}

.contact-details .fa, .contact-details .fas, .contact-details .far {
    font-size: 2em;
    vertical-align: middle;
}

.contact-footer {
    margin-bottom: 15%;
    background: #333;
    text-align: center;
}

.contact-footer.white-footer {
    background: #fff;
}

#contact_form input.btn.btn-submit {
    background: none;
    color: #00aaad;
    font-size: 2em;
    margin: 0;
    padding: 9px 0;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.social-icon {
    padding: 7px 20px;
    border-right: 1px solid #00aaad;
}

.social-icon .flaticon-facebook::before, .social-icon .flaticon-twitter::before, .social-icon .flaticon-linkedin::before, .social-icon .flaticon-messenger::before, .social-icon .flaticon-email::before {
    font-size: 2.2em;
    color: #00a9ac;
}

.social-icon .flaticon-facebook {
    padding-left: 30px;
}

.contact-social .social-icon:last-child {
    border-right: 0;
}

.agency-social .fab.fa-facebook-f, .agency-social .fab.fa-twitter, .agency-social .fab.fa-linkedin-in, .agency-social .fas.fa-globe {
    font-size: 1.5em;
}

.team-img-container {
    padding-bottom: 5px;
    padding-right: 5px;
}

.team-img-container:nth-child(3) {
    padding-bottom: 0;
}

/*Footer*/
footer {
    padding: 2%;
    text-align: center;
    font-size: 0.9em;
}

/***** MEDIA QUERIES ***/

/* Medium and Larger Screens */
@media screen and (min-width: 767px) {
    .hide-on-sm {
        display: block;
    }

    .show-on-sm {
        display: none;
    }
}

@media screen and (min-width: 769px) {

    .sideMenu {
        display: none;
    }

    .menu-links-container {
        margin-bottom: 8%;
    }

}

@media screen and (min-width: 1199px) {
    footer {
        padding: 1%;
    }
}

@media screen and (min-width: 1650px) {
    /* .main-header .logo {
         margin-top: 40%;
     }*/
    .menu-links-container {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 1440px) {
    h2 {
        font-size: 2.5em;
    }

    .client-block {
        margin-right: 0
    }

    .client-block h3 {
        font-size: 1.6em;
    }

    .client-block h4 {
        font-size: 1.3em;
    }

    #clients .content-block hr {
        margin: 3% 0;
    }

    .main-header .logo {
        margin-top: 30%;
    }

    #about h2 {
        margin-top: 60px;
    }

    .team-member-blurb {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1366px) {
    #about h2 {
        margin-top: 20px;
    }
}


/*col-lg and smaller*/
@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2em;
    }

    .content-block p {
        font-size: 0.9em;
        margin-bottom: 0;
    }

    #agencies img {
        width: 50%;
    }

    .client-logo-container {
        border: 0;
    }

    #clients {
        padding-bottom: 10%;
    }

    #team {
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 991px) {
    #contact {
        padding: 5% 0 0 0;
    }

    .contact-footer {
        margin-bottom: 5%;
    }

    #contact_form input.btn.btn-submit {
        padding: 3% 0;
    }

    footer {
        padding: 2% 5% 3% 5%;
    }

    .contact-details .fas.fa-mobile-alt {
        padding-left: 0;
    }

    .contact-details .fas.fa-map-marker-alt {
        padding-left: 0;
    }

    .content-block p {
        font-size: 1em;
    }

    .contact .contact-block {
        margin: 0;
    }

    #team .content-block-right {
        padding-top: 5%;
    }

    #team .content-block-right h3 {
        font-size: 1.5em;
    }

    #team .content-block-right h4 {
        font-size: 1.2em;
        margin-bottom: 2%;
    }

    #team .content-block-right p {
        font-size: 0.9em;
        line-height: 1.5;
    }

    #team .btn.btn-transparent {
        margin-bottom: 0;
    }

    #team, #clients {
        padding-top: 50px;
    }
}

/* Tablet or Laptop, and smaller */
@media screen and (max-width: 1080px) {
    #team .content-block-right {
        padding-right: 5%;
    }

    #team .content-block-right h2 {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 960px) {
    .menu-links-top li a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 848px) {
    .header_bar_corona {
        top: 71px !important;
    }
}

/* Small Screens */
@media screen and (max-width: 767px) {
    .hide-on-sm {
        display: none;
    }

    .show-on-sm {
        display: block;
    }

    #team h2 {
        font-size: 2.5em;
        padding: 4% 0;
    }

    .mobile-team-description {
        display: none;
        margin-left: 4%;
    }

    .mobile-team-description.mobile-active {
        display: block;
    }

    .team-image, .team-image.active {
        display: none;
        filter: none;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .team-image.mobile-active {
        display: block;
    }

    .header-social-icon {
    }

    #agencies img {
        width: 60%;
    }

    .about img.img-responsive {
        margin-top: 20px;
    }

    #top p {
        margin-bottom: 30px;
    }

    .owl-carousel .owl-item img.client-logo {
        width: 200px;
        margin: 0 auto;
    }
}

/* Small to Mobile Screens */
@media screen and (min-width: 280px) and (max-width: 768px) {
    /*do we need min? */
    .info-container {
        top: 40px;
    }

    .menu-links-container {
        display: none;
    }

    #header_bar {
        background-color: rgba(11, 5, 17, 0.9);
    }

    .main-header {
        height: auto;
    }

    .header-social {
        position: relative;
    }

    #header_bar.active .menu-links-top {
        visibility: hidden;
        opacity: 0;
    }

    #about h2 {
        margin-top: 30px;
    }

    #agencies .left {
        padding: 30px 15px;
    }

    #agencies .right {
        padding: 30px 15px;
    }

    .agency-social {
        margin-top: 5%;
    }

}

/* General Mobile Devices */
@media screen and (max-width: 480px) {
    #team h2 {
        font-size: 1.8em;
    }

    .short-centered-hr {
        margin-bottom: 6%;
    }

    .mobile-team-description h3 {
        font-size: 1.6em;
    }

    .mobile-team-description h4 {
        font-size: 1.1em;
    }

    .header-social-icon .flaticon-facebook::before, .header-social-icon .flaticon-twitter::before, .header-social-icon .flaticon-linkedin::before, .header-social-icon .flaticon-messenger::before, .header-social-icon .flaticon-email::before {
        font-size: 1.5em;
    }

    /*.agency-social .flaticon-facebook::before, .agency-social .flaticon-twitter::before, .agency-social .flaticon-linkedin::before, .agency-social .flaticon-messenger::before, .agency-social .flaticon-email::before, .agency-social .flaticon-instagram::before, .agency-social .flaticon-internet::before {
        font-size: 1.3em;
        margin-left: 0;
    }*/
    .agency-social .fab.fa-facebook-f, .agency-social .fab.fa-twitter, .agency-social .fab.fa-linkedin-in, .agency-social .fas.fa-globe {
        font-size: 1.3em;
        margin-left: 0;
    }

    .header-social-icon {
    }

    .content-block .social {
        padding: 0;
    }

    #team, #clients {
        border-bottom: 15px solid #444;
    }

    .centerText {
        text-align: center;
    }

    #main {
        padding: 0;
    }

    #team {
        padding-top: 20px;
    }

    #contact_form label.error {
        top: 12px;
        font-size: 0.7em;
    }

    .social-icon .flaticon-facebook {
        padding-left: 20px;
    }
}

/* Shorter Mobile Devices (landscape) */
@media screen and (max-height: 600px) and (max-width: 850px) {
    .main-header {
        height: auto;
    }

    .header-social {
        position: relative;
    }

    .sideMenu {
        display: inline-block;
    }

    .menu-links-container {
        display: none;
    }

    #header_bar.active .menu-links-top {
        visibility: hidden;
        opacity: 0;
    }
}

/* ShortScreens in general */
@media screen and (max-height: 600px) {
    .main-header {
        height: auto;
    }

    .header-social {
        position: relative;
    }
}

@media screen and (max-width: 435px) {
    .header_bar_corona {
        top: 97px !important;
    }
}

@media screen and (max-width: 350px) {
    .main-footer {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 325px) {
    .header_bar_corona {
        top: 122px !important;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
