/********** Resets **********/
* {
	box-sizing: border-box;
}
h1, h2, p, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav ul, nav ol { 
	list-style-type: none; 
}
a { 
	text-decoration:none;
}
img { 
	max-width:100%; 
	display: block;
}
/********** End Resets **********/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    background-attachment: fixed;
    background-color: rgba(246,230,214,1.00);
    letter-spacing: 1pt;
}
h1, h2 {
    font-family: Oswald, Arial, sans-serif;
	text-transform:uppercase;
	
}
section a { 
	color: antiquewhite;
	display: block;
	margin-bottom: 12px;
}
section a:hover {
	color:rgba(227,74,64,1.00);
	background-color:rgba(246,230,214,1.00);
	padding: 12px;
}
#header {
    background-image: url("images/modern-colorful-bg-mobile.jpg");
    height: 190px;
    background-size: auto;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-position: 36% 0;
}
h1 {
	font-size: 16vw;
	position:absolute;
	left: 16px;
	bottom:-9px;
	color: rgba(246,230,214,1.00);
}
h2 {
	color: rgba(246,230,214,1.00);
	text-transform:uppercase;
	font-size: 2.1rem;
	margin-bottom: 12px; 
}
#introduction {
	width: 95%;
	background-color:rgba(244,147,142,1.00);
	height:auto;
	margin: 20px auto;
	padding: 7%;
}

#introcudtion h2, p {
	color:rgba(246,230,214,1.00);
}

#assignments{
    padding: 7%;
    background-color: rgba(74,181,168,1.00);
	width: 95%;
	height: auto;
	margin: 20px auto;
}
#majorProjects {
	background-color:rgba(232,108,87,1.00);
	padding: 7%;
	width: 95%;
	height: 300px;
	margin: 0 auto;
}
footer {
	margin-top: 20px;
	background-color: rgba(246,230,214,1.00);
	padding: 2.5%;
}
footer p{
	text-align:center;
	font-weight: 600;
	width: 120px;
	font-family: Oswald, Arial, sans-serif;
	margin: auto;
	
}
footer a{
    color: rgba(246,230,214,1.00);
    text-transform: uppercase;
    display: block;
    padding: 12px;
    background-color: rgba(59,67,80,1.00);
}
footer a:hover {
    color: rgba(246,163,159,1.00);
}

@media only screen and (min-width: 600px){
	#introduction {
		width: 95%;
		margin: 20px auto;
		height: auto;
		padding: 7%;
	}
	#header {
		background-image: url("images/modern-colorful-bg.jpg");
		height:200px;
		background-size:auto;
	}
	h1 {
  		font-size: 5rem;
		bottom: -12;
		text-transform:uppercase;
	}
	#projectsDiv {
		display:flex;
		width: 95%;
		margin: 0 auto;
	}
	#assignments {
		flex:1;
		height: 450px;
		padding: 7%;
		margin-right:20px;
	}
	#majorProjects {
		flex:1;
		height: 450px;
		padding: 7%;
		margin: 20px auto;
	}
}

@media only screen and (min-width: 1100px){
#header {
    background-image: url("images/modern-colorful-bg.jpg");
	height:250px;
	width:100%;
	background-size:cover;
}
h1 {
	font-size: 6rem;
	bottom: -12px;
	text-transform:uppercase;
}

#projectsDiv{
	display: flex;
	justify-content: space-around;
	flex:3;
}

#introduction {
	flex:1;
	height: auto;
	margin: 9% 1% 9% 0;
	padding: 7%;
}

#introductionText {
	position:relative;
	top:50%;
	transform: translateY(-50%);
}

#assignments{
	width: 45%;
	margin: 20px;
	height: 500px;
}

#majorProjects {
	width: 45%;
	height: 500px;
	margin: 20px;
}
main {
	display:flex;	
	align-items:center;
}
}
