@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');

html{
   padding: 0;
   margin: 0;
   background-color: #333333;
}
body{
   padding: 0;
   margin: 0;
   background-color: #f6f6f6;
   font-family: 'Raleway', cursive;
   color: #333333;
}
nav{
   background-color: #000000;
   background-color: #333333;
   padding: 20px;
   font-size: 1em;
   font-weight: 600;
   position: -webkit-sticky; /* Safari */
   position: sticky;
   top: 70px;
   z-index: 1000;
}
nav ul{
   padding: 0;
   margin: 0;
   list-style: none;
}
nav li{
   padding: 0px;
   margin-bottom: 15px;
   color: #f7c5b7;
   color: #b7f7d5;
   display: block;
}
nav li:last-child{
   margin-bottom: 0px;
}
nav a{
   text-decoration: none;
   color: #f7c5b7;
   color: #b7f7d5;
}
p a{
   background-color: #00adef;
   background-color: #e3e3e3;
   color: #ffffff;
   color: #000000;
   padding: 1px 6px 1px 6px;
   text-decoration: none;
   border-radius: 5px;
}
p a:after{
   content: "\2197";
   margin-left: 5px;
}
p{
   font-size: 1em;
   line-height: 1.6em;
}
form{
   display: table;
   border-collapse: separate; 
   border-spacing: 5px 10px;
}
form span{
   display: table-row;
}
form span label{
   display: table-cell;
   text-align: right;
}
form span input{
   display: table-cell;
}
h1{
   padding:0;
   margin: 0;
   font-family: 'Nothing You Could Do', cursive;
   font-weight: 600;
   font-size: 1.8em;
   color: #b7f7d5;
   color: #5bd092;
}
h2{
   padding: 10px 0px 10px 0px;
   border-bottom: 1px solid #f7c5b7;
   border-bottom: 1px solid #cafae0;
   border-bottom: 2px solid #b7f7d5;
   margin: 0;
}
h3{
   padding: 0;
   margin: 0;
}
h4{
   padding: 0;
   margin: 20px 0px 10px 0px;
   font-weight: normal;
   font-size: 1.2em;
}
header{
   background-color: #96f9c5;
   background-color: #b7f7d5;
   background-color: #cafae0;
   background-color: #ffffff;
   padding: 20px 20px 20px 20px;
   text-align: center;
   position: -webkit-sticky; /* Safari */
   position: sticky;
   top: 0;
   z-index: 1000;
}
footer{
   background-color: #333333;
   padding: 20px;
   color: #999999;
   font-size: .8em;
   clear: both;
}
article{
   padding: 20px;
   overflow: auto;
}
article:nth-child(odd)
{
   background-color: #f6f6f6;
}
article:nth-child(even)
{
   background-color: #eeeeee;
}
article p
{
   margin-left: 6px;
   margin-right: 6px;
}
.portrait{
   float: left; 
   margin: 0px 15px 0px 0px;
   width: 115px;
   height: 115px;
   border-radius: 50%;
}
.poster{
   display: block;
   float: left; 
   margin: 0px 15px 0px 0px;
   width: 115px;
   height: 163px;
   border: 1px solid #f7c5b7;
   border: 1px solid #999999;
}
.imagecell{
   display: none;
   width: 100%;
   height: 100%;
}
.your-class{
}
.hamburger
{
   display: block;
   width: 20px;
   height: 20px;
   background-color: red;
   background-image: url('../images/menu.png');
}
.navigationOff{
   display: none;
}
.navigationOn{
  background-color: #333333;
  display: block;
}
.top-link
{
   font-size: .8em;
   float: right;
   display: inline-block;
   padding: 2px;
   border-radius: 5px;
   background-color: #f7c5b7;
}