@charset "UTF-8";

body {
	background-image: url("https://images.unsplash.com/photo-1605369513349-e92f99e87d42?q=80&w=3271&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
	/*** this image was sourced from unsplash and is a free download: https://unsplash.com/photos/green-mountain-across-body-of-water-Bkci_8qcdvQ ***/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
 /***** portal page styling *****/

#portal {
	border: 10px double rgba(0,71,106,1.00);
	background-color: rgba(222,242,252,0.5);
	margin: auto;
}

/***** header styling *****/

header h1 {
	font-size: 2em;
	font-weight: 700;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.14em;
	color: rgba(0,71,106,1.00);
	margin: 50px 25px 50px 25px;
}

header p {
	padding: 20px;
	margin: 50px;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: 400;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	text-align: center;
	color: rgba(0,121,181,1.00);
	background-color: rgba(222,242,252,1.0);
	border: 10px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	border-radius: 20px;

}

#portal img {
	display: block;
	width: calc(50%-10px);
	margin: auto;
	border-radius: 100px;
	border: 10px double rgba(0,71,106,1.00);
}

/***** major projects styling *****/

#majorProjects h2 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 50px;
	padding: 20px 0px 20px 0;
	color: rgba(0,71,106,1.00);
	border-top: 20px;
	border-bottom: 20px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(255,242,207,1.00);
}

.majorStyles h3 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "finalsix", sans-serif;
	text-align: center;
	line-height: 1.2em;
	margin: 20px;
	border: 10px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(222,242,252,1.0);
	padding: 20px;
	margin: 50px;
	border-radius: 20px;
}

.majorStyles ul li a {
	text-decoration: none;
	color: rgba(0,121,181,1.00);
}

/***** assigments styling *****/

#assignments h2 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	/* [disabled]margin-right: 350px; */
	/* [disabled]margin-left: 350px; */
	margin-bottom: 50px;
	padding: 20px 0px 20px 0;
	color: rgba(0,71,106,1.00);
	border-top: 20px;
	border-bottom: 20px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(255,242,207,1.00);
}

.assignStyles ul li {
	font-size: 1.7em;
	font-weight: normal;
	font-family: "finalsix", sans-serif;
	text-align: center;
	margin: 20px;
	color: rgba(0,121,181,1.00);
	text-decoration: none;
	list-style-type: none;
	border: 10px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(222,242,252,1.0);
	padding: 20px;
	margin: 30px;
	border-radius: 20px;
}

.assignStyles a:link, .assignStyles a:visited {
	color: rgba(0,121,181,1.00);
	text-decoration: none;
	list-style-type: none;
}

.assignStyles a:hover, .assignStyles a:active {
	color:rgba(252,31,31,1.00);
	text-decoration: none;
	list-style-type: none;
}

/***** exercise styling *****/

#exercises h2 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	/* [disabled]margin-right: 350px; */
	/* [disabled]margin-left: 350px; */
	margin-bottom: 50px;
	padding: 20px 0px 20px 0;
	color: rgba(0,71,106,1.00);
	border-top: 20px;
	border-bottom: 20px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(255,242,207,1.00);
}

.exerciseStyles ul li {
	font-size: 1.7em;
	font-weight: normal;
	font-family: "finalsix", sans-serif;
	text-align: center;
	margin: 20px;
	color: rgba(0,121,181,1.00);
	text-decoration: none;
	list-style-type: none;
	border: 10px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(222,242,252,1.0);
	padding: 20px;
	margin: 30px;
	border-radius: 20px;
}

.exerciseStyles a:link, .exerciseStyles a:visited {
	color: rgba(0,121,181,1.00);
	text-decoration: none;
	list-style-type: none;
}

.exerciseStyles a:hover, .exerciseStyles a:active {
	color:rgba(252,31,31,1.00);
	text-decoration: none;
	list-style-type: none;
}

/***** footer styling *****/

/* footer {
	display: flex;
	flex-wrap: wrap;
} */

footer h2 {
	font-size: 2em;
	font-weight: 700;
	font-family: "finalsix", sans-serif;
	font-style: normal;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	/* [disabled]margin-right: 350px; */
	/* [disabled]margin-left: 350px; */
	margin-bottom: 20px;
	padding: 20px 0px 20px 0;
	color: rgba(0,71,106,1.00);
	border-top: 20px;
	border-bottom: 20px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(255,242,207,1.00);
}
address h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: rgba(0,121,181,1.00);
}

footer a:link, footer a:visited {
	font-weight: normal;
	color: rgba(0,121,181,1.00);
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

footer a:hover, footer a:active {
	font-weight: normal;
	color: rgba(97,0,21,1.00);
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

#contact {
	/* width: 100%; */
	text-align: center;
	font-size: 1.5em;
	margin-top: 10px;
	margin-right: 250px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 20px;
	font-family: "finalsix", sans-serif;
	border: 10px;
	border-style: double;
	border-color: rgba(0,71,106,1.00);
	background-color: rgba(222,242,252,1.0);
	padding: 20px;
	margin: 30px;
	border-radius: 20px;
}

/***** validator styling *****/

#validator {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#validator a:link, footer a:visited {
	font-size: 1em;
	font-weight: normal;
	color:rgba(252,31,31,1.00);
	text-decoration: none;
}

#validator a:hover, footer a:active {
	font-size: 1em;
	font-weight: normal;
	color:rgba(0,71,106,1.00);
	text-decoration: none;
}

/***
#flex {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: center;
} ***/


@media screen and (min-width: 400px) {
	#portal {
		max-width: 960px;
		margin: auto;
	}

	header h1 {
		font-size: 3em;
	}

}

/***** media query 600px *****/

@media screen and (min-width: 700px) {

	* {
		box-sizing: border-box;
	}
	
	header div {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 50px;
	}

	header h1 {
		font-size: 4em;
	}

	/* header p {
		padding: 40px;
	} */

	#majorProjects {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.majorStyles {
		display: flex;
		justify-content: center;
	}

	.assignStyles ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.exerciseStyles ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

}
