@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding:0px;
	text-align:center;
	}
body {
background-color:rgba(0,0,0,0.90);
	
}

.main-nav { 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 25pt;
	text-decoration: none;
	list-style-type: none;
	padding-top: 35px;
	padding-bottom:35px;
	width:100%;
	

	
}
.main-nav ul {
	list-style-type:none;
	list-style-image:none;
	display:flex;
	justify-content:flex-end;
	margin:auto;
	
	}

.main-nav ul li{
	position:relative;
}

.main-nav ul a {
	
	color:rgba(255,236,28,1.00);
	text-decoration:none;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:45px;
	padding-right:45px;	
	font-family:'helveticabold';
}

.main-nav ul a:hover {
	color:white;
}
footer{
	font-size:8pt;
	color:white;
 	font-family: 'helveticaregular';
	padding-top:2vh;
	
}

.container{
	width:90%;
	margin:auto;
	padding:40px 0;
	
}

.photo_gallery{
	
	display:flex;
	gap:10px;
}

.column{
	display:flex;
	flex-direction:column;
	gap:10px;
	
}

.photo img{
	width:100%;
	height:100%;
	border-radius:5px;
	object-fit:cover;
}

@media only screen and (max-width:940px){
	.main-nav{
		font-size:18pt;
	}
	
}

@media only screen and (max-width:800px){
	.main-nav{
		font-size:15pt;
	}
	
}

@media only screen and (max-width:695px){
	.main-nav ul a{
		padding-left:20px;
		padding-right:20px;
	}
	
}

@font-face {
    font-family: 'helveticabold';
    src: url('../images/helvetica-bold-font-webfont.woff2') format('woff2'),
         url('../images/helvetica-bold-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helveticaregular';
    src: url('../images/helvetica-webfont.woff2') format('woff2'),
         url('../images/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'urban_starblues_demoregular';
    src: url('../images/urban_starblues_demo-webfont.woff2') format('woff2'),
         url('../images/urban_starblues_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

