@charset "UTF-8";

a:link {
	text-decoration: none;
}

/* visited link */
a:visited {
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header {
	width: 100%;
    height: 5vh;
	background-color:#8C8A8A;
}

#title {
	position: absolute;
    width: 12%;
    height: auto;
    cursor: pointer;
    left: 1%;
    top: 0.7%;
}

nav {
    float: right;
    text-align: right;
    margin-right: 25px;
    margin-top: -10px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
    color: #FFFFFF;
    font-size: 2.5vh;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 5px;
    transition: all 0.3s linear;
    font-family: system-ui;
    margin-top: 3px;
	list-style-type: none;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	font-weight: bold;
	color:#04CEF7;
}

#mobile_nav{
	display: none;
	
}

#hamburger_menu {
	display: none;
}

.logo{
	position: absolute;
    z-index: 3;
    height: 15%;
    width: 50%;
    float: left;
    clear: left;
    left: 25%;
    top: 37%;
}

.code {
	position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 103%;
    z-index: -1;
	opacity: 75%;
}

#welcome {
	position: absolute;
    z-index: 1;
    font-family: system-ui;
    color:#27357A;
    font-size: 10vh;
    font-weight: bold;
    text-align: center;
    left: 35%;
    top: 23%;
}

#mission_st {
	position: absolute;
    width: 45%;
    z-index: 1;
    font-family: system-ui;
    color:#27357A;
    font-size: 3vh;
    text-align: center;
    left: 27%;
    top: 55%;
    font-style: italic;
    font-weight: bold;
}
/*Phone Landscape Screen Code*/
@media screen and (min-width: 667px) and (max-width: 926px) and (orientation: landscape){
   
   .header {
    height: 7vh;
    }
    
    #title{
    width: 16%;
    }
    
    nav ul li {
    font-size: 3vh;
    }
    
    nav ul li {
    margin-top: 1px;
    }
    
    .logo {
    height: auto;
    left: 25%;
    top: 36%;
    }
    
    #welcome {
    font-size: 10vh;
    left: 35%;
    top:23%;
    }
}

/*Phone Portrait Screen Code*/
@media screen and (max-width:428px){
    
    #mission_st {
    width: 95%;
    font-size: 2.5vh;
    left: 2.5%;
    top: 55%;
    }
    #welcome {
    font-size: 5vh;
    left: 20%;
    top: 37%;
    }
 
    .logo {
    height: auto;
    width: 85%;
    left: 10%;
    top: 45%;
    }
    .header {
    height: 5vh;
    }
    
    nav {
        display:none;
    }
    
    #title {
    width: 42%;
    left: 2%;
    top: 1%;
}

    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 16vh;
	display: none;
	left: 5%;	
}	
	
    #hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 10vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: -0.7vh;
}	
	
    #mobile_dropdown{
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	height: 90%;
}	
	
    .mobile_nav_link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 0.5vh;
    height: 20%;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
}	
    
}

/*Big Screen Code*/
@media screen and (max-width:2000){
    
    #title {
    width: 20%;
    }
}

/*Tablet Landscape Screen Code*/
@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .header {
	width: 100%;
    height: 6vh;
    }
    
    #title {
    width: 24%;
    left: 1%;
    top: 0.15%;
} 

    nav ul li {
    font-size: 3vh;

}
    
    #welcome {
    font-size: 9vh;
    left: 32%;
    top: 25%;
    }
    
    #mission_st {
    width: 50%;
    font-size: 2.5vh;
    left: 25%;
    top: 55%;
}
    
}

/*Tablet Portrait Screen Code*/
@media screen and (min-width:760px) and (max-width: 1000px) and (orientation: portrait){
    
    #title {
    width: 30%;
    top: 0.6%;
    }
    
    .logo {
    height: auto;
    width: 85%;
    left: 7.5%;
    top: 37%;
}
    
    #welcome {
    left: 7.5%;
    top: 25%;
    width: 85%;
}
    
   #mission_st {
    position: absolute;
    left: 7.5%;
    top: 49%;
    width: 85%;
} 

    nav {
    display:none;
    }
    
    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 16vh;
	display: none;
	left: 5%;	
}	
	
    #hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 7vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: -1.4vh;
}	
	
    #mobile_dropdown{
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	height: 90%;
}	
	
    .mobile_nav_link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 0.5vh;
    height: 20%;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    font-size: 2.5vh
}	

}