
BODY {background-image: url("bg01.jpg"); color: #000000; background-color: #FFFFFF; margin-left: 4%; margin-right: 4%; margin-top: 2%; margin-bottom: 3%; font-family: "calibri"; font-weight: "normal"; letter-spacing: 0.05em; font-size: 12}

BLOCKQUOTE {margin-left: 3%; margin-right: 6%; font-style: italic; font-size: 16; font-family: "monospace"}

H1 {color: #DC143C; font-size: 36; margin: 0px; font-weight:bolder; margin-bottom: -0.5em; font-family: "calibri"; letter-spacing: 0.2em}
H1a {color: #FFFFFF; font-size: 64; margin: 0px; font-weight:bolder; margin-bottom: -0.5em; font-family: "calibri"; letter-spacing: 0.5em}
H1c {color: #DC143C; font-size:96; margin: 0px; font-weight:bolder; margin-bottom: -0.5em; font-family: "calibri"; letter-spacing: 0.2em}
H2 {color: #DC143C; font-size: 24; margin: 0px; font-weight:bolder; margin-bottom: 0px; font-family: "century gothic"; letter-spacing: 0.2em;}
H3 {color: #557799; font-size: 50; margin: 0px; font-weight:lighter}
H4 {color: #DC143C; font-size: 12; margin: 0px; font-weight:bolder; margin-bottom: -0.5em; font-family: "calibri"; letter-spacing: 0.3em}

HR {border: 2px solid; border-style: none none dashed; color: #DC143C; height: 0.4px; width: 100%; margin-left: 0; margin-bottom: 12px}

IMG.LINK {border-width: 1; border-color: #003000}

IMG.BOTTOM {vertical-align: baseline;}

P {line-height: 130%; font-family: "calibri"; font-size: 16}

.p2 {line-height: 130%; letter-spacing: 0.05em; font-size: 16}

a:link    {color: #7799AA; text-decoration: none}
a:active  {color: #009000; text-decoration: none}
a:visited {color: #7799AA; text-decoration: none}
a:hover   {color: #DC143C; text-decoration: none; font-weight: bold}




.divcent {text-align: center}
.divright {text-align: right; padding: 20px}
.divwrap {width: 1250px; margin: 0 auto}
.divmedia {width: 900px; margin: 0 auto}
.yt {width: 1250px; margin: 15 auto;}
.active {background-color: #DC143C; color: #ffffff; font-size: 16; font-weight:bolder;}
.ul {margin-left: 3%; margin-right: 1%; line-height: 150%; letter-spacing: 0.05em; font-size: 12}
.rounded {border-radius: 5%;}

.title {
  display: block;
  padding: 5px 20px;
  color: #ffffff;
  font-family: "century gothic";
  font-size: 60;
  letter-spacing: 2px;
  text-decoration: none;
   float: none;
  background-color: #DC143C;
  display: flex;
  justify-content: center;
  align-items: center;
     }



.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 200;
  left: 10;
  background-color: #DC143C;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 30px;
}

.sidenav a {
   padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {color: #ffffff;}

.sidenav .closebtn {position: absolute; bottom: 0; right: 25px; font-size: 20px; margin-left: 50px;}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #DC143C;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

* {box-sizing: border-box;}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 14;
  border-radius: 12px;
  }

li {float: left; font-family: "century gothic";}

li a, .dropbtn {
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

#wrapper {display: flex;}

#wrapper2 {display: flex; align-items: center;}

li a:hover, .dropdown:hover .dropbtn {background-color: white; color: DC143C;
}

li.dropdown {display: inline-block;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
}

#content {margin-top: 50px; z-index:1;}

#left {flex: 0 0;  padding: 14px 20px;}

#right {flex: 1;  padding: 14px 20px;}

#header {
  position: fixed;
  width: 1250px;
  top:10;
  z-index: 10;
  text-align:center;
  color:WHITE;
  line-height:48px;
  font-size:16px";
}

.fadeinimage { animation: fadeIn 8s; }

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





