@charset "UTF-8";
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #393523;
    font-family: "Caveat", cursive;
    font-size: 1em;
    background-image: url("assets/images/woodWall_OPT.jpg");
    background-repeat: repeat-y;
    background-size: cover;
}


#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
main {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
    background-color: beige;
    background-image: url("assets/images/old_paper_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    margin-top: 70px;
    -webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 5px 5px 5px rgba(0,0,0,1.00);
}
h1 {
    font-size: 55px;
    font-family: 'Caveat', cursive;
    letter-spacing: normal;
    color: rgba(2,1,0,1.00);
    text-shadow: 0px 0px 1px;
    padding-top: 21px;
    font-weight: 500;
}
a {
    border-bottom-width: thin;
    border-bottom-style: hidden;
    padding-top: 0px;
    font-size: 38px;
    text-shadow: 0px 0px 1px;
    color: rgba(45,25,2,1.00);
    text-decoration: none;
}
ul {
    font-size: 20px;
    padding-top: 0px;
    padding-right: 320px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
}
p {
    font-size: 25px;
    text-shadow: 0px 0px 1px;
    color: rgba(0,0,0,1.00);    
}
header {
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Comforter Brush', cursive;
    
    margin-bottom: -89px;
    color: rgba(0,0,0,1.00);
}
header h1 {
    font-family: 'Comforter Brush', cursive;
    letter-spacing: 9px;
    text-shadow: 1px 1px 2px rgba(155,155,155,1.00);
    text-align: center;
    background-color: rgba(98,98,98,1.00);
    border-radius: 114px;
    font-size: 100px;
    background-image: -webkit-linear-gradient(270deg,rgba(214,185,69,1.00) 0%,rgba(233,208,123,1.00) 48.02%,rgba(128,109,42,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(214,185,69,1.00) 0%,rgba(233,208,123,1.00) 48.02%,rgba(128,109,42,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(214,185,69,1.00) 0%,rgba(233,208,123,1.00) 48.02%,rgba(128,109,42,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(214,185,69,1.00) 0%,rgba(233,208,123,1.00) 48.02%,rgba(128,109,42,1.00) 100%);
    -webkit-box-shadow: 0px 3px 3px;
    box-shadow: 0px 3px 3px;
    color: rgba(0,0,0,1.00);
    border-bottom-width: medium;
    border-bottom-style: none;
}
 a:hover , a:active
{
	 color: #E9D725;
}
h3 {
    font-size: 0px;
    color: rgba(45,26,2,1.00);
    font-family: 'Kings', cursive;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px;
}
img {
    border: thick solid rgba(45,26,2,1.00);
    border-radius: 65px;
}

footer {
    font-weight: bold;
    text-align: center;
    background-color: rgba(158,160,161,1.00);
    padding-bottom: 15px;
    padding-left: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(180,180,180,1.00) 0%,rgba(129,119,107,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(180,180,180,1.00) 0%,rgba(129,119,107,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(180,180,180,1.00) 0%,rgba(129,119,107,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(180,180,180,1.00) 0%,rgba(129,119,107,1.00) 100%);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,1.00);
   }
