@charset "utf-8";
/* CSS Document */


/*
body {
  background-image: url('background.jpg');
}
*/

	div.logo {
text-align:center;
		margin: auto;
		padding-top: 40px;
		padding-bottom: 40px;
}
/*
div.megabox {
	margin: auto;
	width:50%;
	background-color: #FFFFFF;
	opacity: 1;

}
*/
@keyframes megabox {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}




div.outerbox {
  margin: auto;
  border-top: 1.5px solid black;
  border-bottom: 1.5px solid black;
  width: 80%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.innerbox {
padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
		padding-bottom: 3%;
	  animation-name: megabox;
  animation-duration: 1.7s;
}

div.text {
	font-weight:100;
	font-family: Montserrat;
	font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat.woff2) format('woff2'),
		url(Montserrat.ttf) format('truetype'); 
	
	
}

h1 {
	font-weight: 200px;
	font-size: 30px; 
	font-family: Montserrat;
	font-style: normal;
   
}

p1{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	font-style: normal;
}


div.subline {
  
  border-top: 1px solid black;
  width: 30px;
	margin-top: 50px;
	margin-bottom: 50px;

}
div.menuline {
  margin: auto;
  border-top: 1.5px solid black;
  width: 400px;
	margin-top: 20px;
	margin-bottom: 0px;

}

div.menu {
	padding-top: 20px;
	text-align: center;

	margin: auto;
	font-family: Montserrat;
	font-style: normal;
/*	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; */
	font-size: 25px;
	font-weight: 800;
	color: black;
	text-decoration: none;
	float: center;
	
}

	
	 a.navi:visited { 
 text-decoration: none; 
 color: black;
		
	
}
a.navi:link
{
   color: black;
   text-decoration: none;
}

	a.navi:hover { text-decoration: none; color:#7B7B7B; }
a.navi:focus { text-decoration: none; color:black;}
a.navi:active { text-decoration: none; color:teal; }

div.buttons {
	
	
}



mline {
 
font-size: 30px;
}


