@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;
}

#contact_h {
    position: absolute;
    top: 9%;
    width: 20%;
    left: 3%;
    font-size: 4vh;
    font-family: system-ui;
    font-weight: bold;
    color: #27357A;
}
#jamie {
    position: absolute;
    width: 40%;
    height: auto;
    float: right;
    clear: right;
    right: 5%;
    top: 23%;
}

#linkedin {
    position: absolute;
    width: 10%;
    height: auto;
    left: 3%;
    top: 56%;
}

#phone {
    position: absolute;
    width: 40%;
    left: 3%;
    font-size: 3.5vh;
    font-family: system-ui;
    color: gray;
    top: 30%;
    font-weight: 200;
}

#email {
    position: absolute;
    width: 40%;
    left: 3%;
    font-size: 3.5vh;
    font-family: system-ui;
    color: gray;
	top: 20%;
	font-weight: 200;
}
/*Big Media Screen*/
@media screen and (min-width:1200px) and (max-width:1400px){
    
    #phone {
    top: 30%;
    }        
}

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

    .header {
    height: 5vh;
}

    #title {
    width: 42%;
    left: 2%;
    top: 1%;
} 
    
    nav {
        display:none;
    }
    
    #mobile_nav {
	position: relative;
	width: 90%;
	float: left;
	clear: left;
    height: 6vh;
	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;
    }

    #contact_h {
    position: absolute;
    top: 15vh;
    width: 80%;
    left: 10%;
    text-align:center;
    }
    
    #jamie {
    position: absolute;
    width: 80%;
    right: 10%;
    top: 27vh;
    }
    
    #email {
    position: absolute;
    width: 90%;
    left: 5%;
    font-size: 3.5vh;
    top: 57vh;
    }
    
    #phone {
    position: absolute;
    width: 90%;
    left: 5%;
    font-size: 3.5vh;
    font-family: system-ui;
    color: gray;
    top: 67vh;
    font-weight: 200;
    }
    
    #linkedin {
    position: absolute;
    width: 50%;
    height: auto;
    left: 25%;
    top: 80vh;
    }
}


/*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;
    }
}
/*Tablet Landscape screen*/
@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;
    }
}

/*Tablet Portrait Screen Code*/
@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: 5vh;
	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: 2.5vh;
    height: 20%;
    cursor: pointer;
    color: #27357A;
    font-family: system-ui;
    font-weight: bold;
    font-size: 2.5vh
    }
    
    #title {
    width: 30%;
    }
    
    #contact_h {
    position: absolute;
    top: 17vh;
    width: 80%;
    left: 10%;
    text-align: center;
    }
    
    #jamie {
    position: absolute;
    width: 70%;
    right: 15%;
    top: 27vh;
    }
    
    #email {
    position: absolute;
    width: 60%;
    left: 10%;
    top: 71vh;
    }
    
    #phone {
    position: absolute;
    width: 40%;
    left: 10%;
    top: 80vh;
    }
    
    #linkedin {
    position: absolute;
    width: 20%;
    height: auto;
    left: 70%;
    top: 72vh;
    }
}