@import url('https://fonts.googleapis.com/css2?family=Rochester&family=Roboto:wght@100&family=PT+Sans&display=swap');
body{
    width: 100%;
    height: 100%;
    background: url(bottombg.png) #3CB3D9 repeat;
}
header{
    margin-bottom: 28px;
}
.container{
    width: 100%;
    height: 100%;
    /*background: #9FD7E9;
    background:
    /*url(bg6.png) top center no-repeat,
     url(bgr9.png) repeat-x;
     background:url(bgr9.png) repeat-x;*/
     
}
.logo,.logo:hover{
    font-family: 'Big Shoulders Stencil Display', cursive;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #AA3939;
}
.menu a{
font-family: Rochester;
font-style: normal;
font-weight: normal;
font-size: 25px;
/*color: red;
text-shadow: 3px 0px 6px rgba(178, 189, 106, 0.9), 0 0px 6px rgba(169, 136, 51, 0.28);*/
color:#FFFFFF;
text-shadow: 3px 0px 6px rgba(178, 189, 106, 0.9), 0 0px 6px rgba(169, 136, 51, 0.28);
margin-left: 30px;
}
.menu a:hover,.menu a.active{
    color: #E0E279 !important;
    text-decoration: none;
    }
main{
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: bold;
}
main .content{
    background:url(centerbg.png) repeat;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0.5px 1px #888888;
    width: 100%;
}
main .content h1 a,main .content h1{
    font-size: 40px;
    font-family: PT !important;
    color: #A11C14 !important;  
    text-shadow: 3px 0px 6px rgba(178, 189, 106, 0.9), 0 0px 6px rgba(169, 136, 51, 0.28);
}
main .content h1 a:hover{
    color: #A11Cb4 !important;
    text-decoration: none;
}
main .content h2{
    font-family: PT !important;
    color: #A11C14 !important;  
    text-shadow: 3px 0px 6px rgba(178, 189, 106, 0.9), 0 0px 6px rgba(169, 136, 51, 0.28);
}
main .content h3{
    font-family: PT;
    color: #711D17;  
    text-shadow: 3px 0px 6px rgba(178, 189, 106, 0.9), 0 0px 6px rgba(169, 136, 51, 0.28);
}
main .content p,main .content  ul li{
    font-family: PT;
    color: #0A0A0A;  
    text-shadow: 3px 0px 6px F8F9E1, 0 0px 6px #A5A687;
    font-size: 17px;
}
  a{
    font-family: PT !important;
    color: #A11C14 !important;
    font-size: 17px;

}
a.moreinfo{
    font-family: PT;
    font-size: 34px;
}
a.info{
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    background: #DA6969 !important;
    border: 1px solid rgba(99, 56, 56, 0.58);
    box-sizing: border-box;
    box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.18);
    border-radius: 7px;
    color: #FBFBFB !important;
    border: 1px solid #DAA2A2;
    text-shadow: 0px 4px 4px rgba(107, 74, 74, 0.25);
    font-size: 34px;
}
.bottom p{
    font-family: PT;
    font-weight: bold;
    color: #0A0A0A;  
    text-shadow: 3px 0px 6px F8F9E1, 0 0px 6px #A5A687;
    font-size: 17px;
}
