/*Mike Hedges resume and portfolio website
updated 6/1/2025*/

/*
Title of Page: Mike Hedges' Portfolio
Description: A website to showcase my frontend skills
Author: Mike Hedges
Author Email: mike.hedges821@gmail.com
*/

*{
	box-sizing: border-box;
}

header{
	text-align: center;
	line-height: 100%;
}

h1 {
	color: black;
	font-size: 45pt;
	font-family: Bahnschrift, Arial;	
	padding-top: 2%;
	z-index: 10;
	position: relative;
}


h4{
	line-height: 5%;
}

ul{
	padding-bottom: 2%;
	margin-left: 5%;
}

p{
	margin-left: 5%;
}



footer{
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}

nav li {
	display: inline;
}
nav ul {
	list-style-type: none;
	text-align: center;
	font-size: 1.5em;
	margin: 10px;
	padding: 5px;
}

p a:hover, .contactInfo li a:hover, .resumeLink a:hover {
	color: cadetblue;
}

p a:active, .contactInfo li a:active, .resumeLink a:active{
	color: yellow;
}

nav li {
	display: inline;
}

nav a {
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	border-left: 1px solid #091d02;
	border-right: 1px solid #091d02;
}

nav a:hover {
	color: #1c0fcee8;
	background-color: #f1eebf;
}

img:hover {
	box-shadow: 0 0 2px 1px blue;
}




/*--IDs--*/
#container {
	width: 80%;
	margin: 2% 5%;
}

#networkMarginTop{
	margin-top: 2.15%;
}



/*--Classes--*/

.certContainer{
	display: flex;
}

.navContainer{
	float: right;
	margin-top: -85px;
	font-size: 72%;
}

.removeBullet{
	list-style-type: none;
}


/*--Smartphone Display--*/
@media only screen and (max-width: 37.5em) {
	/*reminder: add rulesets in between the curly braces*/


header{
	text-wrap: balance;
	line-height: 275%;
}

footer{
	text-align: left;
}

.certContainer{
	display: none;
}

.navContainer{
	display: none;
}


	
/*Media queries require a closing brace*/
/*This is the closing curly brace for smartphone display*/	
}

/*--Tablet Display--*/
@media only screen and (max-width: 64em) {

#networkMarginTop{
	margin-top: 5%	
}

	/*Media queries require a closing brace*/
	/*This is the closing brace for Tablet Display*/
}

@media only screen and (max-width: 1040px) {
	.noGame{
		display: none;
	}

	.navContainer{
	display: none;
}
}
