html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@media screen and (min-width:0px) and (max-width:410px){
	body{
		text-align:center;
		background-color: white;
		font-family: 'Dosis', sans-serif;
	}
	h1{
		font-size:2em;
		margin-top:auto;
		margin-bottom:auto;
		color:rgb(0, 0, 0);
		font-family: 'Lobster', serif;
	}
	/* .flex{
		display:flex;
		justify-content: center;
		flex-direction: row;
		width:100%
	} */
	.logo{
	width:120px;
	height:80px;
	}
	header{
		width:100%;
		box-shadow: 5px 15px 15px #2b2b2b;
		margin-top:0px;
		position: fixed;
		top: 0;
		background-color:white;
		height:90px;
		z-index: 2;
	}
	.home-img{
		width:100%
	}
	.every{
		margin-top:100px;
	}
	
	.important{
		font-size:3.2em;
		width:100%;
	}
	.hero{
		background-image: url("images/hero.jpg");
		background-repeat: no-repeat;
		background-size:98% 100%;
		background-position: center;
		height:180px;
		padding:5px;
		border-radius:40px;
		color:white;
	}
	p{
		font-size:1.4em;
		width:86%;
		margin:auto;
	}
	.events{
		font-size: 2em;

	}
	.too-many{
		display:none;
		height:0px;
	}
	li{
	text-decoration: none;
	}
	a:active, a:visited, a:link{
		text-decoration: none;
		color:black;
	}
	h2{
		font-size: 2em;
	}
	footer{
		border-top:5px black solid;
		padding-top:20px;
		margin:20px;
		padding-bottom:10px;
	}
	.gall{
		width:100%;
	}
	#adress{
		display:none;
	}
	input{
		width:200px;
		height:40px;
		border:none;
		border-bottom: 2px black solid;
		font-size:25px;
		padding-top:30px;
	}
	textarea{
		width:200px;
		height:40px;
		border:none;
		border-bottom: 2px black solid;
	}
	.submit{
		height:35px;
		font-size:1em;
		width:100px;
		padding-top:0px;
		margin-bottom:10px;
	}
	#contact{
		border:3px solid black;
		border-radius: 10px 20px;
		width:80%;
		margin:auto;
		margin:auto;
		
	}
	.req{
		color:red;
	}
	.hidden{
		display:none;
	}
	iframe{
		width:80%
	}
	p{
		text-align: left;
		width:85%;
	}
	nav{
		background-color: rgb(184, 184, 184);
		line-height:30px;
	}
	.flex-2{
		display:flex;
	}
	#pls-work{
		margin-left: 70px;
	}

}

@media screen and (min-width:1023px){
	body{
		text-align:center;
		background-color: white;
		font-family: 'Dosis', sans-serif;
	}
	h1{
		font-size:6em;
		margin-top:auto;
		margin-bottom:auto;
		color:rgb(0, 0, 0);
	}
	.flex{
		display:flex;
		justify-content: center;
		flex-direction: row;
		width:100%
	}
	.home-img{
		height:33%;
		width:30%;
		height:300px;
	}
	header{
		width:100%;
		box-shadow: 5px 15px 15px #2b2b2b;
		margin-top:0px;
		position: fixed;
		top: 0;
		color:black;
		background-color: rgb(255, 255, 255);
		padding:5px;
		height:150px;
		
	}
	.logo{
		height:120px;
		margin-top:5px;
		margin-bottom:5px;
		border-radius: 5px 15px;
	}
	h2{
		font-size:5em;
		text-align:center;
	}
	.every{
		padding-top:170px;
	}
	
	.flex-nav{
		display:flex;
		justify-content: center;
		flex-direction: row;
		width:100%;
	}
	.h1-header{
		font-size:7.8em;
		padding-left:40px;
		color:black;

	}
	li{
		font-size: 2.8em;
		text-decoration: none;
		padding:10px;
	}
	a:active, a:visited, a:link{
		text-decoration: none;
		color:black;
	}
	p{
		font-size:2.4em;
		width:86%;
		margin:auto;
	}
	.events{
		font-size:4.4em;
	}
	h3{
		font-style: italic;
		font-size:2.3em;
	}
	.important{
		font-size:3em;
	}
	.why-here{
		width:100%
	}
	.imp-t{
		text-align: left;
	}
	.imp-b{
		text-align:right;
		width:100%;
	}
	h1{
		font-family: 'Lobster', serif;
	}
	ul{
		margin-left:50px;
		margin-top:50px;
	}
	.hero{
		background-image: url("images/hero.jpg");
		background-repeat: no-repeat;
		background-size:80% 100%;
		background-position: center;
		height:500px;
		color:white;
	}
	.bar{
		border-right:3px solid black;
		
	}
	#adress{
		display:none;
	}
	.gall{
		width:500px;
		height:400px;
	}
	#contact{
		border:5px solid black;
		border-radius: 10px 20px;
		width:60%;
		margin:auto;
		font-size:2.3em;


	}
	.req{
		color:red;
	}
	input{
		width:300px;
		height:40px;
		border:none;
		border-bottom: 2px black solid;
		font-size:25px;
		padding-top:30px;
	}
	textarea{
		width:300px;
		height:80px;
		border:none;
		border-bottom: 2px black solid;
	}
	.submit{
		height:35px;
		font-size:.4em;
		width:110px;
		padding-top:0px;
		margin-bottom:10px;
	}
	.bigger{
		font-size:13em;
	}
	footer{
		border-top:5px black solid;
		padding-top:20px;
		margin:20px;
	}
	#pls-work{
		display:none;
	}

	footer{
		font-size:2em;
	}
	iframe{
		width:80%
	}
	p{
		text-align: left;
		width:85%;
	}
	.center{
		text-align: center;
	}
	.flex-2{
		display:flex;
	}p:hover{
		font-size:2.41em;
	}
	p{
		transition:.5s;
		line-height: 50px;
	}
	
}
i{
	margin:10px;
}
a:hover{
	text-decoration: underline;
}
a{
	transition: .5s;
}

