    /* NAVIGATION */

#hamnav {
  width: 100%;
  overflow: hidden;
 

}

#hamnav label, #hamburger {
  display: none;

}

#hamitems {
  display: flex;
  margin-right: -1px;
   font-size: 1.7em;
   font-family: 'Dancing Script', cursive;
}

#hamitems a {
  width: 20%;
  padding: 10px;
  color: maroon;
  text-decoration: none;
  text-align: center;
  font-size: .8em;
  border-right: 1px solid #aaa;


}

#hamitems a,#hamitems a.menu_active {
  background: none;
  border-right: 1px solid #ccc;}

#hamitems a:hover {
  background: none;
  color: red;
}

#hamitems a.menu_active {

  color: maroon;
  font-weight: bold;

}


.random_deep_thoughts{
 display: block;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
 background: #FFF;
 border-radius: 10px;
 padding: 2em; 
 margin-top: 2em;
 border: 1px solid #eee;
}

.random_deep_thoughts p:first-letter{
font-size: 1.3em;
margin-right: .05em;

}



@media screen and (max-width: 600px) {
  /* Show Icon */
  #hamnav label {
    display: inline-block;
    color: white;
    background: none;
    font-style: normal;
    font-size: 1.5em;
    padding: .1em .5em .2em .5em;
    overflow: hidden;
      background: maroon;

  }
  /* Vertical Menu */
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 13em;
    border-top: 1px solid #aaa;
    font-size: .8em;
    margin-right: auto;
    margin-left: auto;
    padding: 1.2em;
    margin-top: -1px;
  }
  /* Toggle Menu */
  #hamitems {
    display: none;
    overflow: hidden;
  }
  
  #hamitems a,#hamitems a.menu_active{
    border-right: none;}

  #hamnav input:checked~#hamitems {
    display: block;
  }
}


body{
 font-family: georgia;
  color: #fff;
  margin: 0;
  padding: 10px;

/*  background: #5C0C52; */
background: #bb0b20 url('images/background.jpg');
background-size: 650px;
background-attachment: fixed;
/*background: #1D041A;*/
/*background: #230520; */
  font-size: 17px;
}

html{
margin: 0;
padding: 0;
}



#frame{
max-width: 1000px;
min-width: 445px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: block;
background: rgba(255, 255, 255, 0.97);
border-radius: 10px;


    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);


}

.logo{
	display: block;
  text-align:center;
  padding: 30px 0 30px 0; 

}


header{
background: none !important;
display: block;
width: 100%;
}

.hero{
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
border-top-left-radius: 10px; overflow:hidden; border-top-right-radius: 10px;

/*    object-fit: cover; */
  /* opacity: .6; */
}

.refresh{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 2em;
}

.refresh button{

padding: 1em;
background: #FFF;
border: 1px solid maroon;
color: maroon;
border-radius: 5px;
}

.refresh button:hover{

color: red;
border: 1px solid red;

}

.signature{

text-align: right;
display: block;
margin: 2em 4em 2em 1em;
font-size: 1.2em;
font-style: italic;
 font-family: 'Dancing Script', cursive;
/* color: #B0179E; */
}


#content{
padding: 2em 8% 0em 8%;

font-weight: 350;
color: #3e0000;
margin-bottom: 2em;


}

#content p, bq, li{
line-height: 1.5em;
font-size: 1em;

}

#content li{
 list-style-type: none;
} 

#content ul li:before{
  
  color: #bb0b20;
    content: '» ';
    font-size: 1.5em;
    font-weight: bold;
}

.attention{
font-size: 2.3em;
color: #FF2D28;
letter-spacing: .10em;
display: block;

margin-left: auto;
margin-right: auto;
text-align: center;
font-weight: bold;
margin-bottom: 1.5em;
margin-top: 1em;
}

.attention-box{
background: #fff;
color: #5E0C55;
border-radius: 2px;
padding: 2em 8% 3em 8%;
margin: 4em 0 0 0;
letter-spacing:normal;
font-weight: 350;
line-height: 1em !important;
}

.allofus{
text-align: center; 
display: block;
font-size: 2em;
margin: 2em 0 1em 0;
font-weight: 200;
}

#footer{
display: block;
padding: 3em 8% 3em 8%;
text-align: center;
color: #ccc;
font-size: .95em;
}

.small_footer_text{
font-size: .8em !important;
margin-top: 2em;
}

.top{
font-size: 1.1em;
color:#ddd;
text-decoration:none;
}

.top:hover{

color: #D257CC;

}



h1, h2, h3, h4{
font-family: 'Dancing Script', cursive;

}


.vidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;

}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ContentVideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.ContentVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.link{
font-family: georgia;
font-size: 1.5em;
text-align: center;
display: block;
padding: .5em;
color: maroon;
text-decoration: none;
}

.link:hover{
text-decoration: underline;
}
