@charset "UTF-8";

a:link {
	text-decoration: none;
}

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

body {
	background-color: #FFFFFF;
	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;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	margin-top: 0px;
}

.text_column {
	width: 50%;
    font-family: system-ui;
    float: left;
    padding-left: 30px;
    color:white;
    font-size: 3.5vh;
    z-index: 1;
	font-weight: 300;
}

.bullet_points {
    width: 50%;
    font-family: system-ui;
    color: white;
    font-size: 3.5vh;
    padding-top: 5px;
	font-weight: 300;
	z-index: 1;
}

.text_column2 {
	position: absolute;
    width: 45%;
    font-family: system-ui;
    float: left;
    padding-left: 30px;
    color: white;
    font-size: 3.5vh;
    top: 90%;
    font-weight: 300;
    padding-bottom: 50px;
	z-index: 1;
}

#technology {
	position: absolute;
    width: 100%;
    height: 125%;
    left: 0%;
    top: 0%;
    z-index: -2;
}

#block{
	position: absolute;
    width: 49%;
    height: 100%;
    background-color: #8C8A8A;
    left: 2%;
    top: 12%;
    opacity: 50%;
    z-index: -1;
}
/*Big Screen code*/
@media screen and (min-width:1200px) and (max-width:1400px){
    
    #technology {
        height:150%;
    }
    
    #block {
        width:52%;
        height:130%;
    }
    
    .text_column2 {
        top:113%;
    }
    
}

/*Phone Landscape Screen Code*/
@media screen and (min-width: 667px) and (max-width: 926px) and (orientation: landscape){
    
     .header {
    height: 7vh;
    }
    
    #title{
    width: 16%;
    top:1.5%;
    }
    
    nav ul li {
    font-size: 3vh;
    }
    
    nav ul li {
    margin-top: 1px;
    }
    
    .text_column2 {
    width: 45%;
    font-size: 3.5vh;
    top: 160%;
    padding-bottom: 30px;
    }
    
    #technology {
    position: absolute;
    width: 100%;
    height: 202%;
    left: 0%;
    top: 0%;
    z-index: -2;
    }
    
    #block {
    position: absolute;
    width: 52%;
    height: 185%;
    background-color: #8C8A8A;
    left: 5%;
    top: 12%;
    opacity: 50%;
    z-index: -1;
    }
    
    .text_column {
    width: 50%;
    font-family: system-ui;
    float: left;
    padding-left: 30px;
    color: white;
    font-size: 3.5vh;
    z-index: 1;
    font-weight: 300;
    }
    
    .bullet_points {
    float:left;
    clear:left;
    width: 50%;
    font-family: system-ui;
    color: white;
    font-size: 3.5vh;
    padding-top: 5px;
    font-weight: 300;
    z-index: 1;
    }
    
}

/*Phone Portrait Screen Code*/
@media screen and (max-width:428px){

    .header {
    height: 5vh;
}
    
    nav {
        display:none;
    }
    
    #title {
    width: 42%;
    left: 2%;
    top: 1%;
} 

    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 5vh;
	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;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    margin-top: 0.5vh;
}	

    .about {
	padding-top: 5px;
}

    #technology {
    height: 248%;
    }

    #block {
    width: 100%;
    left: 0%;
    top: 3%;
    height: 245%;
}

    .text_column {
    width: 90%;
    font-size: 3vh;
    padding-bottom: 10px;
    padding-left:40px;
}
    .bullet_points {
    width: 90%;
    font-size: 3vh;
    padding-top: 15px;
    float: left;
    clear: left;
}
    .text_column2 {
    width: 80%;
    font-size: 3vh;
    top: 161%;
    font-weight: 300;
    padding-bottom: 30px;
    z-index: 1;
    padding-left:40px;
}
}

/*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;

}
    
    #technology {
    height: 111%;
    }

    #block {
    width: 100%;
    left: 0%;
    top: 3%;
    height: 108%;
}
    
    .text_column {
    width: 90%;
    font-size: 3vh;
    padding-bottom: 10px;
    padding-left:30px;
}
    .bullet_points {
    width: 90%;
    font-size: 3vh;
    padding-top: 15px;
    float: left;
    clear: left;
}

    .text_column2 {
    width: 80%;
    font-size: 3vh;
    top: 90%;
    font-weight: 300;
    padding-bottom: 30px;
    z-index: 1;
    padding-left:40px;
}
}

/*Tablet Portrait Screen Code (min-width:768px) and (max-width: 900px)*/
@media screen and (min-width:760px) and (max-width: 1000px) and (orientation: portrait){
    
    nav {
        display:none;
    }
    
    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
	height: 10vh;
	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: 2vh;
    height: 20%;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    font-size: 2.5vh
    }
    
    #title {
    width: 30%;
    }
    
    #block {
    width: 100%;
    height: 140%;
    left: 0%;
    top: 5%;
    opacity: 50%;
    }
    
    #technology {
    position: absolute;
    width: 100%;
    height: 145%;
    left: 0%;
    top: 0%;
    }
    
    .text_column {
    width: 90%;
    font-size: 3vh;
    }
    
    .bullet_points {
    float:left;
    clear:left;
    width: 95%;
    font-size: 3vh;
    padding-top: 5px;
    position: relative;
    top: 3vh;
    }
    
    .text_column2 {
    width: 90%;
    font-size: 3vh;
    top: 5vh;
    padding-bottom: 30px;
    position: relative;
    }
}