@charset "utf-8";
body {
    font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-weight: lighter;
    text-align: center;
    background-color: #CFD9D8;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
#container {
    width: 350px;
    margin-right: auto;
	margin-left: auto;
}
h1, h2, h3{
    color: #3A5555;
}
header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 20px;
}
header h1{
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-LEFT: 28PX;
}
nav ul{
    display: flex;
    font-size: 13px;
    font-weight: lighter;
    list-style-type: none;
	justify-content: space-between;
}
nav ul li {
    border-top: 3px groove #4E090A;
    border-left: 3px groove #4E090A;
	justify-content: space-around;
    flex: 1;
}
nav ul li a {
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}
nav ul li:first-of-type {
	border-left: none;
}
a:link{
    color: #1f4c59;
}
a:hover{
    color: #799195;
}

img {
    width: 200px;
    margin-top: 20px;
    padding-top: 10px;
}
#introductio {
    background-color: #96BFBA;
    width: auto;
    font-size: 15px;
    color: #475958;
    padding-bottom: 10px;
    left: 0px;
    right: 0px;
    margin-left: -30px;
    margin-right: -30px;
}
#introductio h2 {
    font-size: 25px;
}
#introductio p {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

#mainContent h1 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#mainContent p {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    color: #546564;
	padding-bottom: 10px;
}
#major {
    background-color: #96BFBA;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
}
#major h2 {
    font-size: 25px;
}
#major h3 {
    font-size: 20px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}

#major ul li  {
    list-style-type: none;
    margin-left: -30px;
    padding-bottom: 20px;

}
#major a   {
    text-decoration: none;

}


#assignments h3 {
    font-size: 20px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    padding-bottom: 10px;

}
#list {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#list ul li {
    list-style-type: none;
    padding-right: 45px;
    padding-bottom: 10px;


}
#assignments a {
    text-decoration: none;
}
footer {
    background-color: #96BFBA;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 20px;
    padding-top: 5px;
}
footer h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
}
footer ul li {
    list-style-type: none;
    margin-left: -20px;
}
footer a {
    text-decoration: none;
    padding-bottom: 20px;
}

@media screen and (min-width:600px){
	#container{
    width: 550px;
	}
	header nav ul {
		font-size: 17px;
	}
    #introductio {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 20px;
	}
	#introductio img  {
    flex: 1;
    width: 100px;
    margin-left: 20px;
	}


	#introductio section {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
	}
	#container header h1 {
    font-size: 35px;
	}
}

@media screen and (min-width:1000px){
    #container {
        width: 960px;
    }
    #introductio section p {
        width: 400px;
    }

    #introductio img {
        width: 400px;
        height: 500px;
    }

    #introductio section {
        margin-bottom: auto;
        width: 500px;
    }

}