

.titlebig{
font-size:250%;
text-align:left;
font-family: verdana,arial,sans-serif;
text-transform: uppercase;
letter-spacing: -1px;
line-height: 1.0em;
font-weight: normal;
padding: 5% 5% 5% 5%;
    color:#ffffff;

}
.thumb{
    width:180px;
    opacity:1;
}
.titlemed{
font-size:125%;
text-align:left;
font-family: verdana,arial,sans-serif;
letter-spacing: -1px;
line-height: 1.0em;
font-weight: normal;
    color:#000000;
}
.titlesmall{
font-size:200%;
text-align:left;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: normal;
font-family: verdana,arial,sans-serif;
line-height: 1.4;
padding: 5% 5%;
    color:#ffffff;

}
.infobox{
    position:relative;
        left:18%;

        top:6%;
        width:62%;
        height:55%;
             box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.85);
        background-color:#101030;
        font-size:200%;
        overflow:auto;
         opacity:0.70;
        color:#ffffff;
border-radius: 5%;

}
.infopage{
        position:relative;
        left:16%;
        padding:2%;
        top:6%;
        width:65%;
        height:98%;
             box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.85);
        background-color:#101030;
      font: 200% Verdana,sans-serif;
    overflow:auto;
     opacity:0.70;
         color:#ffffff;


}
.infofloat{
        position:relative;
        left:1%;
        width:98%;
        color:#000000;
        overflow:auto;
}
.hc{
    font-size:125%;
text-align: center;
font-weight:bold;
    color:#ffffff;
}
p {
    color:#000000;
}
.dropbtn {
  background-color: #505050;
  color: white;
  padding: 4% ;
  border: none;
  cursor: pointer;
  border-radius:5%;
  text-align:center;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index:1;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #505050;
font-size:100%;

  padding: 8px 8px;
  text-align:left;
 }


.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  background-color: #505050;
}

.dropdown-content a:hover {
background-color: #808080;
}

.dropdown:hover .dropdown-content {
  display: block;

    background-color: #808080;

}

.dropdown:hover .dropbtn {
  background-color: #808080;
}
.LeftLink{
    max-width: 100%;
    max-height: 100%;
    opacity:0.80;
    align:center;
}
.RightLink{
    max-width: 100%;
    max-height: 100%;
    opacity:0.80;
    align:center;
}
button{
    font-size:100%;
}
