﻿body {
    overflow:hidden;
    background:#F1A983;
}



#site {
     font-size: xx-large;
     margin: 0;
     padding: 0;
     background: #F1A983;
     text-shadow: 2px 2px 5px white;
     display:inline-block;
  	 transform: translateY(-70%);
}

#logo {
     display:inline-block;
     text-align:center;
}

#container{
    width: 100%;
    height:100%;
    display:table;
    font-family: Arial, Helvetica, sans-serif;
	float:left;
	text-decoration: none;
	text-align:center;

}

.button {
	text-decoration: none;
	list-style-type: none;
    background-color: #C0C0C0;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
    font-size:30px;
    text-align:center;
    position:relative;

    width:75%;
    left:12%;
    padding-top:6vh;


}

a {
	text-decoration:none;
	color:black;
	
}

.button:hover {
	background-color: #fadf48;
}

.menu {
    list-style-type: none;
    text-decoration: none;
    display::table-cell;
    width:100%;
    vertical-align:middle;
	padding-top:15px;
}                                            

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }