top of page
bottom of page
.Full_Screen_Button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #FFFFFF;
font-family: Georgia;
font-size: 40px;
font-weight: 100;
padding: 40px;
background-color: #373B4D;
border: solid #373B4D 1px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}
.Full_Screen_Button:hover {
background: #040404;
border: solid #000000 1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-decoration: none;
}