/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* ==============================================================================================
                                     Navigation Bar Dropdown Menu Styles
============================================================================================== */

.dropdown1 {
    display: none;
    position: fixed; /* Stays fixed from top window during scrolling, given parent div aboutus posidtion is relative */
    min-width: 150px;
    left: 300px;
    top: 40px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
  }
  
  .dropdown1 a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown1 a:hover {
    background-color: #ddd;
  }
  
 

/* ==============================================================================================
                                     Navigation Bar Dropdown
============================================================================================== */

body,h1,h2,h3,h4,h5,h6 {
    font-family: "Lato", sans-serif;
}

body, html {
    height: 100%;
    color: rgb(7, 1, 71);
    line-height: 1.8;
}
    
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url("../images/parallax_1.jpg");
    min-height: 800px; 
}
    
/* Second image (Projects) */
.bgimg-2 {
    background-image: url("../images/parallax_2.jpg");
    min-height: 400px;
}
    
/* Third image (Contact) */
.bgimg-3 {
    background-image: url("../images/parallax_3.jpg");
    min-height: 400px;
}

/* Fourth image (Thank You) */
.bgimg-4 {
    background-image: url("../images/parallax_4.jpg");
    height: 100%;
}

/* Fifth image (Team) */
.bgimg-5 {
    background-image: url("../images/parallax_5.jpg");
    min-height: 400px;
}

/* Six image (???) */
.bgimg-6 {
    background-image: url("../images/parallax_6.jpg");
    min-height: 600px;
}

.w3-text-white  {
    text-shadow: 1px 1px 1px rgb(0, 0, 51);
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

/* Top Navbar additional properties */
.myblue, .w3-top, .w3-bar, footer {
    color: #fff;  /* text color */
    background-color: rgb(5, 46, 92);
}

.mysky {
    /* color: #fff;  */
    background-color: rgb(102, 204, 255);
}

.mygold {
    /* color: #fff;  */
    background-color: rgb(255, 202, 62);
}

.mygreen {
    /* color: #fff;  */
    background-color: rgb(0, 204, 51);
}

.mysilver {
    /* color: #fff; */
    background-color: rgb(204, 204, 204);
   
}

.textborder1px {
     /* use shadow to outline text for most browser compatiblility */
     text-shadow: -1px 1px 0 #000,
        1px 1px 0 #000,
        1px -1px 0 #000,
        -1px -1px 0 #000; 
}

.headerLogo {
    position: relative;
}
    
.leftlogo {
    max-block-size: 320px;
    margin-top: 60px;
    float: left;
    margin-left: 30px; 
}

.leftlogo.img {
    content: url(../images/artemis_logo.svg);
}

.rightlogo {
    max-block-size: 260px;
    margin-top: 80px;
    float: right;
    margin-right: 30px;
}

.arrow {
    max-block-size: 200px;
    margin-top: 190px;
    position: absolute;
    padding-left: 10%;
}

.arrow.img {
    content: url(../images/arrow.svg);
}
     
.quote {
    color: rgb(255, 202, 62);
    font-style: italic;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0, 0, 51);
    position: absolute;
    top: 400px;    
}

.quote h2, .quote h3 {
    color: rgb(221, 220, 220);
}



footer {
    max-height: fit-content;
}

.iconMed {
    font-size:24px;
    text-decoration: none
}
.iconLarge {
    
    font-size:48px;
    text-decoration: none
}



/* ==============================================================================================
                                   Responsive Section - TOP
============================================================================================== */


/* Turn off parallax scrolling for tablets and phones */
@media (max-device-width: 1600px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
        background-attachment: scroll;
        
    }
}


@media (max-width:768px) {
    .leftlogo {
        max-block-size: 170px;
        /* max-block-size: 210px; */
        margin-top: 50px;
        margin-left: 10px;
    }

    .rightlogo {
        max-block-size: 160px;
        /* max-block-size: 190px; */
        margin-top: 60px;
        margin-right: 10px;
    }

    /* My top section quote block */
    .quote {
        /* color: red; */
        margin-left: 10px;
        margin-right: 10px;
        top: 240px;
    }
    .quote p {
        font-size: 1.1rem;
    }
    .w3-hide-small {
        display:none !important
    }
    .dropdown1 {
        top: 80px;
        left: 130px;
    }

}

@media (min-width:360px) and (max-width:398px) {
    .leftlogo {
        max-block-size: 150px;
        /* max-block-size: 210px; */
        margin-top: 50px;
        margin-left: 5px;
    }

    .rightlogo {
        max-block-size: 150px;
        /* max-block-size: 190px; */
        margin-top: 50px;
        margin-right: 5px;
    }

    /* My top section quote block */
    .quote {
        /* color: red; */
        margin-left: 10px;
        margin-right: 10px;
        top: 200px;
    }
}

@media (max-width:359px) {
    .rightlogo {
        display: none;
    }
    .bgimg-1 {
        height: 1040px;
    }
}

@media (min-width:993px) {
    .quote {
        margin-left: 12%;
        margin-right: 12%;
    }

    .leftlogo.img {
        content: url(../images/artemis_logo_no_arrow.svg);
    }
}

@media (max-width:992px) {
    .leftlogo.img { 
        content: url(../images/artemis_logo.svg);
    }
    .arrow {
        display: none;
    }
}

/* ==============================================================================================
                                   Responsive Section - BOTTOM
============================================================================================== */