@media only screen and (min-width: 481px)

{

body
{
	background-color: #e5671a;
}

.header
{
	width: 85%;
	float: left;
	margin-left: 2em;
}
.contact
{
	width: 15%;
	float: right;
	font-family: Verdana, Arial, Helvetica, San-serif;
	font-size: 1vw;

}

h1
{
	font-family: Verdana, Arial, Helvetica, San-serif;
	color: #e5671a
	font-size: 3vw;
}

.logo
{
	width:25%;
	float: left;
}

.pic
{
	width: 75%;
	float: right;
}
.navbar
{
	background-color: #000;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.gallery
{

	width:100%;
	float: right;
	background-color: #e5671a;

} 

.tn
{
	width:32%;
	display: inline;
	float: left;
	padding: 8px;


}
.nav-links
{
	list-style: none;
	display: flex;
	justif-content: space-around; 
	align-items: center;
}
.nav-links li a
{
	text-decoration: none;
	font-size: 2.5vw;
	font-family: Verdana, Arial, Helvetica, San-serif;
	color: #e5671a;
	padding: 10px 20px;
	disply: block;
	transition: background 0.3s;
}
.nav-links li a:hover
{
	background-color: #fff;
	border-radius: 5px;

}

p
{
	font-family: Verdana, Arial, Helvetica, San-serif;
	margin-right: 1em;
	margin-left: 1em;
	color: #000;
	font-size: 1.5vw;

	
}




}

@media only screen and (max-width: 1280px)


{

body
{
	background-color: #e5671a;
}
.navbar
{
	background-color: #000;
	padding: 10px 0;
	width: 100%;
	float: left;
}

.nav-links
{
	list-style: none;
	display: flex;
	justif-content: space-around; 
	align-items: center;
	flex-direction: column;
}
.nav-links li a
{
	text-decoration: none;
	font-size: 4.5vw;
	font-family: Verdana, Arial, Helvetica, San-serif;
	color: #e5671a;
	padding: 10px 20px;
	display: block;
	transition: background 0.3s;
}
.nav-links li a:hover
{
	background-color: #fff;
	border-radius: 5px;

}

p
{
	font-family: Verdana, Arial, Helvetica, San-serif;
	margin-right: 1em;
	margin-left: 1em;
	color: #000;
	font-size: 3.5vw;

	
}

.gallery
{

	width:100%;
	float: right;
	background-color: #e5671a;

}

.tn
{
	width:30%;
	display: inline;
	float: left;


}



}


