@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "nav";
  src: url("fonts/AlternateGothicNo3D.eot");
  src: url("fonts/AlternateGothicNo3D.eot?#iefix") format("embedded-opentype"),
  url("fonts/AlternateGothicNo3D.woff2") format("woff2"),
  url("fonts/AlternateGothicNo3D.woff") format("woff"),
  url("fonts/AlternateGothicNo3D.ttf") format("truetype"),
  url("fonts/AlternateGothicNo3D.svg#AlternateGothicNo3D") format("svg");
}
@font-face {
	font-family: "regular";
  src: url("fonts/ProximaNova.eot");
  src: url("fonts/ProximaNova.eot?#iefix") format("embedded-opentype"),
  url("fonts/ProximaNova.woff2") format("woff2"),
  url("fonts/ProximaNova.woff") format("woff"),
  url("fonts/ProximaNova.ttf") format("truetype"),
  url("fonts/ProximaNova.svg#ProximaNova") format("svg");
}
a:link {color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:hover {color: grey; text-decoration: none;}
a:active {color: grey; text-decoration: none;}
body {
	font-family: regular;
	color: white;
	background-color: black;
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
	resize: both;
}
p {
	font-family: regular;
	color: white;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
h1 {
	font-family: nav;
	color: white;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1.2em;

}
h2 {
	font-family: nav;
	color: white;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 1.2em;
}
h3 {
	font-family: nav;
	color: white;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1.2em;
	padding-top:36px;
}
h4 {
	font-family: regular;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-left: 2em;
	font-weight: normal;
}
h5 {
	font-family: regular;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-left: 250px;
	margin-right: 250px;
	font-weight: normal;
	font-style: italic;
}.center {
text-align: center;
}
.gallery {
margin: 28px 40 px;
text-align: center;
}
.gallery img {
width: 300px;
height: 180px;
object-fit: cover;
padding: 5px;
transition: 15;
}
.gallary img:hover {
filter: grayscale(0);
transform: scale(1.1);
cursor: pointer;
}
.indent {
	margin-left: 200px;
	margin-right: 200px;
	font-size: 16px;
}
.nav {
	font-family: nav;
	color: white;
	font-size: 18px;
	letter-spacing: 3px
}