@charset "utf-8";




#container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;

}
div {
    border-left-width: 30px;
}


body {
    font-family: unna, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #8E8D8A;
    background-color: #EAE7DC;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 60px solid rgba(175,146,114,1.00);
    border-right: 60px solid rgba(175,146,114,1.00);
    padding-top: 0px;
    margin-top: -32px;
}

body header h1 {
    color: #E85A4F;
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 3em;
    margin-left: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
header p {
    color: #E98074;
    margin-left: 50px;
    border-bottom: 5px ridge rgba(175,146,114,1.00);
    padding-bottom: 15px;
    font-size: 1.2em;
    margin-right: 50px;
}

header img  {
    border: 8px solid rgba(216,195,165,1.00);
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    margin-left: 350px;
    width: auto;
    height: auto;
    max-width: 213px;
    margin-bottom: 25px;
    margin-top: -65px;
}

.header  {
    color: #E85A4F;
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
}
main {
    margin-left: 130px;
    margin-bottom: 30px;
    margin-right: 130px;
}
main h1 {
    font-size: 2em;
    color: rgba(232,90,79,1.00);
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
}
main h2 {
    padding-top: 20px;
    margin-bottom: 26px;
    color: rgba(232,90,79,1.00);
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
}
main p {

}

aside {
    margin-left: 130px;
    margin-right: 130px;
    border-top: 2px dashed rgba(175,146,114,1.00);
    padding-top: 10px;
    padding-bottom: 5px;
}
aside h1 {
    padding-bottom: 20px;
    padding-top: 25px;
    color: rgba(232,90,79,1.00);
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
}
.contactLink a:link , .contactLink a:visited{
    color: rgba(175,146,114,1.00);
}
.contactLink a:hover  , .contactLink a:active{
    color: rgba(216,195,165,1.00);
}

footer {
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: -20px;
}
footer ul li {
    padding-bottom: 30px;

}

footer h1 {
    padding-top: 15px;
    border-top: 5px groove rgba(175,146,114,1.00);
    color: rgba(232,90,79,1.00);
    font-family: lobster, aladin, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
}





#tutorialLinks a:link , #tutorialLinks a:visited{
    color: rgba(175,146,114,1.00);
}
#tutorialLinks a:hover   , #tutorialLinks a:active{
    color: rgba(216,195,165,1.00);
}
.mainCourseLink a:link, .mainCourseLink a:visited {
    color: rgba(175,146,114,1.00);
}
.mainCourseLink a:hover, .mainCourseLink a:active {
    color: rgba(216,195,165,1.00);
}
