/* SITE WIDE STYLES */

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

/* GRID STYLES */

.grid-auto-column {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(125px, auto) );
    align-items: center;
    grid-gap: 50px;
}

/* team and news */
.grid-team-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
}

/* center teams */

.teams-center-flex-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* paralax styles - images ect */

section {
    position: relative;
}

/* TOP IMAGE */
.img-container-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.galaxies-top {
    width: 400px;
    height: auto
}
        
@media (max-width:1200px) {
.galaxies {
    width: 300px;
    height: auto
} 
}

@media (max-width:800px) {
.galaxies {
    width: 200px;
    height: auto
} 
}

.img-container-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.img-container-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.minus-down {
    bottom: -300px;
}

.img-container.header {
    position: relative;
    z-index: -1;
}

@media (min-width: 1300px){
    .img-container.header {
        height: 240px;
    }
}



.headerGalaxie {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
}

@media (max-width: 1366px){
    .headerGalaxie {
        top: -100px;
    }
}

.entry-content .img-container img {
    width: 100%;
}

@media (max-width: 769px){
    /* shrink text size */

    p {
        font-size: 0.9rem;
    }
    


    .grid-team-news {
        /* drop down to two cols */
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
    }
    
    /* supporters */
    .grid-auto-column {
        grid-gap: 25px;
    }
}


/* **************************
    SECTIONS
****************************/


/* head */

.section.head {
    margin-bottom: 240px;
}

@media (max-width:920px){
    .section.head{
        margin: 0;
    }
}

/* Services */

.btn-M4P4 {
    padding-top: 4rem;
}

/* padding bug fix for mobile */

.row {
    max-width: 100% !important;
}

/* form */

.checkboxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 25px;
}

@media (max-width: 765px){
    .checkboxes {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
}

@media (max-width: 375px){
    .checkboxes {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.placeholder {
    border: none;
}

.checkOption {
    display: flex;
    flex-direction: revert;
    align-items: center;
    border: none;
    color: #555c62;
    width: fit-content;
}

.checkOption label:hover {
    cursor: pointer;
}

.checkbox {
    width: 20px;
    height: 20px;
    background: #555c62;
    margin-right: 20px;
    transition: 0.3s ease-in;
    border-radius: 50%;
    transition: 0.3s ease-out;
}

.contact-center {
    margin: 0 auto;
}

.checkLable {
    color: #555c62;
    border: none !important;
}

.checkbox-label {
    position: relative;
    transition: 0.3 ease-out;
}

.checkbox-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: black;
    left: 0;
    transition: 0.3s ease-out;
}

label.checkbox-label::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #555c62;
    margin-right: 20px;
    transition: 0.3s ease-in;
    border-radius: 50%;
    transition: 0.3s ease-out;
    left: 0;
    left: -20px;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* Hover effect for the checkboxes */
.checkOption:hover .checkbox-label::before, .checkbox-label.checked::before {
    border: 3px solid black;  
    background: white;  
}

.checkOption:hover .checkbox-label::after, .checkbox-label.checked{
    width: 100%;
}


/* THANK YOU - FORM SECTION */

.submit-container {
    position: relative;
    height: 75px;
}

.submit-button {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s ease-out;
}

.submit-thankyou {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-out;
    transform: translateY(-50px);


}

.submit-show {
    opacity: 1;
    transform: translateY(0px);

}

.submit-hide {
    opacity: 0;
    transform: translateY(50px);
}


/* what section */

.what-icons {
    width: 130px;
    height: auto;
}

@media (max-width:1200px) {
   .what-icons {
    width: 100px;
    height: auto;
} 
}

/* how we do it */

.rounded-circle {
    width: 100px;
    height: auto;
    padding-right: 0
}

/*!
Antiverse CSS
*/
img {
    max-width: 100%;
    height: auto
}

.intro {
    font-size: 60px;
}

 .intro-sub {
    font-size: 19px;
}

.site-header {
    min-height: 120px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s ease-out;

}

.site-header .navbar-collapse {
    margin-top: 20px
}

/* White logo to be smaller */

.fixedPos .site-logo {
    transition: 0.3s ease-out;
    width: 135px;
}

.site-header.mobile-Top-BG .navbar {
    background: white;

}

.site-header.fixedPos .navbar {
    padding: 5px 0;
    transition: 0.3s ease-in-out;
    /* background: black; */
    background: white;
    border-bottom: 1px solid lightgray;
}

.site-header.fixedPos .navbar .nav-link {
    /* color: white; */
    color: black;
}

.team-portraits {
    max-width: 220px;
    min-width: 75px;
    width: 100%;
    height: auto;
}

.copy-link {
    font-weight: 600;
    color: #000
    }

.copy-link:hover {
        text-decoration: underline;
    }


@media (max-width:991.98px) {
    .site-header .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%
    }
    .site-header.fixedPos .navbar .nav-link {
        /* color: white; */
        color: black;
    }
}

.site-header .navbar {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:991.98px) {
    .site-header .navbar .navbar-nav {
    }
    .intro {
    font-size: 48px;
    }
    
     .intro-sub {
    font-size: 18px;
}
    
    .site-header .burger-container {
        height: 100%;
            display: flex;
            flex-direction: column;
            width: 25px;
            justify-content: space-between;
    }
    
    .burgermenu {
        width: 25px;
        height: 3px;
        background: grey;
        margin: 2.5px; 
    }
    
    .team-portraits {
    max-width: 200px;
    height: auto;
}
}

@media (max-width:768px) {
    .intro {
    font-size: 36px;
}
    
    .intro-sub {
    font-size: 16px;
}
}


/* Footer styles */

.footer-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-grid-item {
    max-width: 100%;
}



@media (max-width: 765px){
    .footer-grid-container {
        grid-template-columns: 1fr;
    }
}




.site-header .navbar .nav-item {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px
}

@media (min-width:992px) {
    .site-header .navbar .nav-item .nav-link {
        position: relative;
    }

    .site-header .navbar .nav-item .nav-link:hover {
        text-decoration: underline
    }
}

.site-footer ul {
    -webkit-padding-start: 1rem;
    -moz-padding-start: 1rem;
    padding-inline-start: 1rem
}

.site-footer .footer-widgets {
    padding-top: 120px;
    padding-bottom: 30px
}

@media (max-width:991.98px) {
    .site-footer .footer-widgets {
        padding-top: 120px
    }
}

.site-footer .footer-widgets .footer-widget {
    margin-bottom: 50px
}

.site-footer .footer-widgets .footer-widget .widget-title {
    color: #2b2e3f;
    margin-bottom: 20px
}

.site-footer .footer-widgets .footer-widget ul {
    list-style: none;
    padding: 0
}

@media (min-width:768px) {
    .site-footer .footer-widgets .footer-widget ul {
        margin-bottom: 0
    }
}

.site-footer .footer-widgets .footer-widget ul ul {
    -webkit-padding-start: 1rem;
    -moz-padding-start: 1rem;
    padding-inline-start: 1rem
}

.site-footer .footer-widgets .footer-widget ul li {
    padding: .4rem 0
}

.site-footer .footer-widgets .footer-widget a {
    color: #555c62
}

.site-footer .footer-widgets .footer-widget a:hover {
    color: black;
    text-decoration: underline;
}

.site-footer .footer-bottom-area {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555c62
}

.site-footer .footer-bottom-area a {
    color: #555c62
}

.site-footer .footer-bottom-area a .icon {
    font-size: 18px
}

@media (max-width:991.98px) {
    .site-footer .footer-bottom-area {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
    margin-right: 1.2rem
}

.entry-media {
    margin-bottom: 0
}

/* Styling for Paralax images */

.entry-content {
    position: relative;
}

.entry-content-wrapper {
    padding: 25px 0
}

.entry-content-wrapper .entry-title {
    font-size: 1.25rem;
    margin-bottom: 15px
}

.entry-content-wrapper .entry-title a {
    color: #000
}

.entry-content-wrapper .entry-content > p {
    margin-bottom: 0
}

.entry-meta-top {
    font-size: 1rem;
    color: #a7a7a7;
    margin-bottom: .4rem
}

.entry-meta-top a {
    color: #a7a7a7
}

.entry-meta-top span {
    display: inline-block;
    margin-bottom: .5rem
}

.entry-meta-top span:not(:last-child) {
    margin-right: 2rem
}

.entry-meta-top span i {
    margin-right: .5rem
}

.entry-footer .entry-meta-bottom {
    margin-top: 4rem
}

.navigation.post-navigation {
    border-top: solid 1px #f4f4f4;
    border-bottom: solid 1px #f4f4f4;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.navigation.post-navigation .nav-title {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 700;
    font-size: 1rem
}

.blog-post.card-post-style article {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 18px
}

.blog-post.card-post-style article .entry-content-wrapper {
    border-top-width: 0
}

.content {
    position: absolute;
    bottom: 100px
}

@media (min-width:768px) {
    .content {
        position: absolute;
        bottom: 120px;
        padding: 50px 40px 40px 40px
    }
}

@media (min-width:992px) {
    .content {
        position: absolute;
        left: 200px;
        bottom: 20px;
        padding: 50px 40px 40px 40px
    }
}

.btn-outline {
    border: solid;
    border-color: #555c62;
    border-width: 3px;
    padding-left: 20px;
    padding-right: 20px
}

.btn-outline:hover {
    color: #000;
    border-color: #000
}

.input-outline {
    border: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #2b2e3f;
    border-width: 3px
}

.in-style {
    background-color: #fff;
    padding-left: 10px;
    color: #000;
    border: 0
}

.in-style.focus {
    background-color: #fff;
    padding-left: 10px;
    color: #000;
    border: 0
}

.comment-meta {
    position: relative
}

.comment,
.comment_container {
    margin: 0 0 60px;
    list-style-type: none
}

.comment .comment-text,
.comment-content,
.comment_container .comment-text,
.comment_container-content {
    margin-left: 77px
}

.comment-content a,
.comment_container-content a {
    word-wrap: break-word;
    text-decoration: underline
}

.comment-content a:hover,
.comment_container-content a:hover {
    text-decoration: none
}

.comment-body,
.comment_container-body {
    clear: both
}

article.comment-body {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.comment-form-comment label {
    color: #a7a7a7
}

.required {
    color: #dc3545
}

.widget {
    margin-bottom: 4rem
}

.widget .widget-title {
    font-size: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #999;
    display: block;
    text-transform: uppercase
}

.widget ul {
    -webkit-padding-start: 1.25rem;
    -moz-padding-start: 1.25rem;
    padding-inline-start: 1.25rem
}

.widget_meta ul li {
    width: 100%
}

.widget_meta ul li a {
    display: inline-block;
    padding: .5rem 0
}

.widget_meta > ul {
    list-style: none
}

.widget_meta > ul > li::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border: solid 1px #999;
    border-radius: 50px;
    margin-left: -1.25rem;
    margin-right: 10px
}

.lead {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 700
}

.title-404 {
    color: #000;
    font-size: 175px;
    font-weight: 600;
    line-height: 210px;
    width: 100%
}

@media (min-width:992px) {
    .title-404 {
        color: #000;
        font-size: 280px;
        font-weight: 600;
        line-height: 310px
    }
}