@charset "UTF-8";
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
main h1 , footer h1{
    font-size: 7em;
    padding-bottom: 0px;
    margin-bottom: -19px;
    margin-top: 11px;
    font-family: arapey, serif;
    margin-left: 28px;
    font-style: normal;
    font-weight: 400;
}
header h1 {
    color: #FFFFFF;
    font-variant: small-caps;
    font-weight: lighter;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    margin-top: -3px;
    text-indent: 24px;
    float: left;
    margin-left: 30px;
}
#brownBack {
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 450px;
    background-color: #994300;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
    text-align: center;
}
#greenBack {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
    background-color: #85FFA6;
    padding-left: 58px;
    text-align: center;
}
#peachBack {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
    background-color: #FF9A8A;
    text-align: center;
}
#bold {
    font-weight: 600;
}
#topImgs {
    max-width: 1355px;
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    min-width: 1355px;
    background-size: cover;
    background-attachment: scroll;
    padding-left: 175px;
    padding-right: 175px;
    left: 50%;
    right: 50%;
    /* [disabled]border-width: thick; */
    /* [disabled]border-style: hidden; */
    /* [disabled]border-radius: 160px; */
    background-image: url(bkg.jpg);
}
body header {
    background-color: #070707;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
}
header img {
    border: thick hidden #070707;
    border-radius: 50px;
}
#mainHeader {
    background-color: #000000;
    color: #F9F9F9;
    text-align: justify;
    float: none;
    clear: none;
    margin-top: -12px;
    margin-left: -8px;
    margin-right: -8px;
}
#mainSec1 {
    background-color: #994300;
    color: #85FFA6;
    margin-top: -16px;
    margin-bottom: 0px;
    text-align: justify;
    margin-left: -8px;
    margin-right: -8px;
}
#mainSec2 {
    background-color: #FF9A8A;
    color: #000000;
    margin-top: -16px;
    text-align: justify;
    margin-left: -8px;
    margin-right: -8px;
}
#mainSec3 {
    background-color: #85FFA6;
    margin-top: -16px;
    text-align: justify;
    margin-left: -8px;
    margin-right: -8px;
}
footer {
    background-color: #5BCC5A;
    margin-top: -16px;
    text-align: justify;
    margin-left: -8px;
    margin-right: -8px;
}
main a , #footerBacktoTop{
    text-align: right;
    float: right;
    margin-top: -52px;
    margin-right: 34px;
}
a {
    color: #FFFFFF;
}
p {
    padding-top: 120px;
    padding-bottom: 164px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 400;
}
header nav ul   {
    color: #FFFFFF;
    list-style-type: none;
}
footer ul    {
    color: #070707;
    list-style-type: none;
}
nav ul li       {
    max-width: 92px;
    text-align: center;
    max-height: 14px;
    float: left;
    margin-left: 172px;
    margin-top: 6px;
    font-family: arapey, serif;
    font-style: normal;
    font-weight: 400;
}
footer ul li a       {
    max-width: 92px;
    text-align: center;
    max-height: 14px;
    float: left;
    margin-left: 178px;
    margin-top: 6px;
    color: #000000;
    text-decoration: none;
    font-family: arapey, serif;
    font-style: normal;
    font-weight: 400;
}
nav ul li a {
    text-decoration: none;
}
