@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #564F3B;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    background-image: url(Assets/Images/Back1.jpg);
    font-weight: 300;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
#headerColor {
    margin-bottom: 40px;
    border-bottom: 10px double rgba(197,189,165,1.00);
}

#headerColor h1 {
    font-size: 4.7rem;
    text-align: left;
    font-weight: 400;
    display: inline;
    vertical-align: 107px;
    color: #685B45;
    margin-bottom: 0px;
    margin-left: 25px;
    font-family: 'Playfair Display', serif;

}
#headerColor p {
    font-size: 1.4em;
    vertical-align: 70px;
    display: inline;
    margin-left: -490px;
    margin-top: 0px;
}
#headerColor img {
    width: 200px;
    height: auto;
    display: inline;
    border-radius: 100px;
    margin-top: 39px;
    margin-left: 100px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(112,111,105,0.43);
    box-shadow: 0px 0px 10px 10px rgba(112,111,105,0.43);
    margin-bottom: 27px;
}
main h1 {
    display: block;
    font-size: 3.2em;
    color: #EB893D;
    margin-left: 100px;
    margin-right: 100px;
    font-family: 'Playfair Display', serif;
}
main ul {
    margin-top: 50px;
    margin-left: 70px;
    list-style-image: none;
    list-style-type: none;
    margin-right: 100px;
}
main h2 {
    display: block;
    color: #434F70;
    text-align: center;
    font-size: 2.4em;
    margin-top: 100px;
    font-family: 'Playfair Display', serif;
}


#pMain p {
    text-align: left;
    text-decoration: none;
    margin-left: 100px;
    margin-top: -10px;
    font-size: 1.5em;
    margin-right: 400px;
}
main a:link     ,main a:visited {
    color: #6B5634;
}
main a:hover    ,main a:active {
    color: #C8783B;
}


li h3 a {
    margin-top: 50px;
    font-size: 1.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
main ul li p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}


#asideContainer {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 100px;
    border-radius: 20px;
    border: 10px double rgba(197,189,165,1.00);
}
aside a:link     ,aside a:visited {
    color: #46963F;
}
aside a:hover     ,aside a:active {
    color: #C8783B;
}
#asideContainer h1 {
    color: #5B875A;
    text-align: left;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    ;
    ;
    ;
    ;
    font-weight: 500;
}

aside ul {
    padding-bottom: 50px;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;

}
aside ul li h2 a {
    font-size: 0.8em;
    font-family: 'Playfair Display', serif;
}
#asideContainer ul li p {

}
footer {
    padding-bottom: 20px;
}


footer h1 {
    margin-left: auto;
    color: #685B45;
    text-align: center;
    margin-right: auto;
    font-size: 2.4em;
    margin-top: 49px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}
footer ul {
    text-align: center;
    list-style-type: none;
    font-size: 1.4em;
    display: block;
    padding-left: 0px;
}
footer a:link        ,footer a:visited {
    color: #564F3B;
}
footer a:hover        ,footer a:active {
    color: #D78737;
}
footer ul li a {
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    display: block;
}
