@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16 px; /* set default font size */
  box-sizing: border-box;
}
body {
  background-image: url("../images/background/backimage.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-position: center;
  margin-top: 2 em;
  margin-bottom: 2 em;    
  height: 100%;
}
.headlines {
text-align : center;
background-color : red;
color : white;
border-radius : 10 px;
padding : 20 px;
text-transform : uppercase;
}
 .myquicklinks a{
    display: inline-block;
    text-decoration: none;
    margin-right: 10 px;
    padding: 15 px;
    padding-left: 5 px; padding-right: 5 px;
     color:white;
    background-color: grey;
    font-size: 1.0rem;
    }  
.myquicklinks a:hover
{
    background-color:#000;
}   
    @media screen and (max-width: 500 px){
        .myquicklinks a{display: block;}
    }   
   /* .navbar a{width: 20%;}*/
p {font-size: 1.0rem;
    margin-bottom: 1 em;}

.picdiv {
    width:auto;
    display: inline-block;
    padding-left: 5 px;
}
/* button for video start/stop */

video{
  padding:5px;
  box-shadow: 5px 5px 7px 7px rgba(33,33,33,.7);
}

.videobutton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 1.0rem;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  border-radius: 10 px;
} /*
.mybutton{
  background-color: white;
  color: blue;
  font-style: italic;    
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 4px lightblue;
}
.mybutton:hover{background-color: red;
         font-weight: bold;} */
  
      p > a{font-style: italic;
          font-weight: bold;
          text-decoration-line: none;
          color: magenta;
          font-size:1.0rem;}  
      p > a:hover{background-color:aliceblue;
          text-decoration-line: underline;
          text-decoration-style: solid;} 

  td > a{font-style: italic;
          font-weight: bold;
          text-decoration-line: none;
          color: midnightblue;}  
      td > a:hover{background-color:red;
          text-decoration-line: underline;
          text-decoration-style: solid;} 

td > p{font-size:1.0rem;
    color: midnightblue;}



/* main navigation */
.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}
.trophnav{
    width:90%;
    margin: auto;
}
.trophnav a {
    color: slateblue;
    padding: 12px;
    width:30%;
}
.trophnav a:hover{ 
    color:black;
}
/* Navigation links */
.navbar a {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 2px;
  padding-right: 2px;
    
  color: white;
  text-decoration: none;
  font-size: 1.0rem;
  width: 11%;
  text-align: center; /* If you want the text to be centered */
}
/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #000;
}
/* Style the current/active link */
.navbar a:active {
  background-color: #04AA6D;
}



/* secondary navigation */
.secnav {background-color: aquamarine;
        width: 90%;
        margin: auto;
    }
.secnav a {color: red; 
         Font-size:1.0rem;
         width:25%}
.secnav a:hover {
            background-color: gray;
}
/*setup the basic page */
.maindiv {
  color: black;
  background-color:whitesmoke;
  text-align: center;
  width: 90%;
  margin: auto;
  border: thin;
  box-shadow: 2px 3px 5px 5px white;
}
/* now add space for text */
.textdiv {
  width: 85%;
  margin: auto; 
  color: midnightblue;
  font-size: 1.1rem;
  text-align:left;
}
.llogo {
  margin-top: 10px;
  margin-left: 2px;
  border-style: none;
  height: 141px;
  width: 141px;
  float: left;
}
.clogo {
  height: 140px;
  max-width: 488px;
  display: inline-block;
  margin-top: 3em;
}
.rlogo {
  height: 141px;
  float: right;
  margin-top: 10px;
  padding: 0px;
}
.piccolumn1:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);
}
.piccolumn2:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.piccolumn1 {
  float: left;
  width: 19.5%;
  padding: 2px;
  transition: all 1.5s;
  margin: auto;
}
.piccolumn2 {
  float: left;
  width: 25%;
  padding: 3px;
  transition: all 1.5s;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
img {
  border: 4px solid #cecece;
}
.norm {
  text-align: left;
  color: midnightblue;
  font-size: 1.1rem;
  text-decoration: none;
}
.norm_c {
  text-align: center;
  color: midnightblue;
  font-size: 1.0rem;
  text-decoration: none;
  font-style: italic;
}
.small {
  text-align: left;
  background-color: white;
  color: midnightblue;
  font-size: 0.8rem;
  text-decoration: none;
  font-style: italic;
}
.header {
  text-align: center;
  background-color: white;
  color: #009999;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
}
.plaquediv {
  display: grid;
  width: 90%;
  margin: auto;
  grid-template-columns: 210px auto 250px;
  grid-template-rows: 50px auto;
  margin-top: 1em;
  border-style: solid;
  border-color: red;
  border-radius: 5px;
  background-color: antiquewhite;
  margin-bottom: 1em;
}
.item1 {
  grid-column: 1 / span 2;
}
.ldiv {
  background-color: antiquewhite;
  margin-left: auto;
  margin-right: 5px;
}
.rdiv {
  background-color: antiquewhite;
  margin-right: auto;
  margin-left: 5px;
}
.cdiv {
  background-color: antiquewhite;
}
.byhhheader {
  grid-column: 1 / span 3;
  margin: auto; 
  color: red;
  font-size: 1.5rem;}
/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */

@media screen and (max-width:1200px){
    .clogo{display: none;}
}
@media screen and (max-width: 1000px) {
    .picdiv {
    width: 100%;
    display: block;
}
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
    margin-left: 1em;
  }
  .clogo, .rlogo, .row {
    display: none;
  }
  .llogo {
    float: none;
    margin: auto;
    margin-bottom: 1em;
  }
  .plaquediv {
    display: block;
    margin-top: 1em;
    border-style: solid;
    border-color: dimgrey;
    border-radius: 15px;
    background-color: antiquewhite;
    margin-bottom: 1em;
  }
  .byhhheader {
    margin: auto;
  }
  .cdiv {
    word-wrap: break-word;
    margin-bottom: 1em;
  }
  .ldiv {
    display: flex;
    justify-content: center;
    background-color: antiquewhite;
  }
  .rdiv {
    display:flex; 
    justify-content: center;
    background-color: antiquewhite;
  }
.secnav a {color: yellow;
   font-size: 1.1rem; 
    width:80%}    
}
.footer {
  background-color:#756465;
  color: lightcoral;
  padding: 40px 0px;
}
.fade-in-fade-out {
  display: none;
}
@keyframes fade-inout {
  0% {
    opacity: 0.1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-fade-out {
  animation: fade-inout 5s infinite alternate;
}
