body 	{
	margin: auto;
}

.background 	{
    margin: auto;
    background-image: none;
    background-repeat: no-repeat;
    animation-name: backgroundhome;
    animation-duration: 5s;  
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
}

@keyframes backgroundhome {
  0%  {background-position-x:center;background-size: 350%;background-position-y:top;background-image:url("images/IMG_0992 web02.jpg");opacity:0;}
  100% {background-position-y:top;background-position-x:center;background-size:125%;background-image:url("images/IMG_0992 web02.jpg");opacity:1;}
}


.bottominfo	{

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
}

.sidenav a {
  font-family: Verdana, Geneva, sans-serif;
  padding-left: 15px;
  text-decoration: none;
  font-size: 2em;
  color:  #4d4d4d;
  display: block;
  float: left;
}


.sidenav a i {
  font-size: 2em;
  position: absolute;
  bottom: 8px;
  float: right;
  color:  #4d4d4d;
}



.sidenav .closebtn {
  color:  #4d4d4d;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 3em;
  position: relative;
  padding-top: 48px;
  padding-right: 15px;
  float: right;
  }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	float:right;
	padding-right: 15px;
	padding-top: 48px;
	height: 50px;
}
.material-icons	{
  position: absolute;
  right: 10px;
  color:  #4d4d4d;

}

.fa fa-instagram	{
  position: absolute;
  right: 40px;
  color: #4d4d4d;
}

.top	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3.5em;
	color: #0059b3;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 0.8;
	letter-spacing: -3px;
	word-spacing: -2px;
	width: 450px;
	float: left;
}

@keyframes hidetopandmenu	{
	0% {visibility:hidden;}
	90% {visibility:hidden;}
	100% {visibility:yes;}
}

.top a:visited {
	text-decoration: none;
	color: #0059b3;
	font-weight: bold;
}

.top a:link {
	text-decoration: none;
	color: #0059b3;
	font-weight: bold;
}

.top a:active {
	text-decoration: none;
	color: #0059b3;
	font-weight: bold;
}

.top a:hover {
	text-decoration: none;
	color: #0059b3;
	font-weight: bold;
}
#top2	{
	color: #1a8cff;
	font-weight: bold;
	}
	
#top2 span	{
	color: #1a8cff;
	font-weight: bold;
	letter-spacing: -10px;
	
	}

#top2 a:visited {
	text-decoration: none;
	color: #1a8cff;
	font-weight: bold;
}

#top2 a:link {
	text-decoration: none;
	color: #1a8cff;
	font-weight: bold;
}

#top2 a:active {
	text-decoration: none;
	color: #1a8cff;
	font-weight: bold;
}

#top2 a:hover {
	text-decoration: none;
	color: #1a8cff;
	font-weight: bold;
}

#top3	{
	color: #0073e6;
	font-weight: bold;
}

#top3 a:visited {
	text-decoration: none;
	color: #0073e6;
	font-weight: bold;
}

#top3 a:link {
	text-decoration: none;
	color: #0073e6;
	font-weight: bold;
}

#top3 a:active {
	text-decoration: none;
	color: #0073e6;
	font-weight: bold;
}

#top3 a:hover {
	text-decoration: none;
	color: #0073e6;
	font-weight: bold;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
