@charset "utf-8";

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2vw;
	background: #647C7D;
	height: 100%;
	width: 100%;

	}
.header-titel{
	
	position: fixed;
	z-index: 7;
	text-align: center;
	top: 0;
	align-content: center;
	justify-content: center;
	color: white;
	background-color: #284D52;
	opacity: 75%;
	width: 100%;
	height: 1.3em;
	

}
.hero-title{
	text-align: center;
	color: white;
	padding: 2em;
}
.hero-subtitle{
	color: #292929;
	text-align: center;
}

.hero {
	display: block;
	justify-content: center;
	align-items: center;
	z-index: 1;
    width: 100%;
    height: 90%;	
	text-align: center;
	padding-bottom: 100vh;
	
}
.hero-content{
    position: absolute;
	padding-top: 10%;
    top: 1em;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: transparent;
    	
}

.hero-button{
	align-content: center;
	border-radius: 10px;
	
	
}

.herobackground{
	display: block;
	position: fixed;
	min-height: 100%;
	width: 100%;
	
}
.herobackgrounds{
	display: block;
	position: fixed;
	min-height: 100vh;
	
}

.photocontent {
    z-index: 4;
	background-color: transparent;
	text-align: center;	
	align-content: center;
	width: 100%;
}


.homebut{
	float: left;
	width: 100%;
  	padding: 1em;
	text-align: center;
	text-decoration: none;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: white;
	transition: all 200ms linear;
}
.homebut:hover{
	filter: brightness(70%);
}
.homebut img{
	border-radius: 20px;
}
.page {
	align-content: center;
	z-index: 2;	
	position: relative;	
	display: flex;
	padding-bottom: 2em;
	}


.navigation {
	position: fixed;
	z-index: 8;
	width: 5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.7em;
	top: 2px;
	
}
.nav-button{
	position: fixed;
	display: block;
	height: 3em;
	width: 3em;
	margin: 4px;
	transition: all 170ms linear;
	
	}
.nav-button:hover{
	height: 3.2em;
	width: 3.2em;
	
}
.phonenav{
	display: none;
}
.phonenav-button{
	display: none;
}

.socials{
	position: relative;
	height: 7em;
	width: 7em;
	left: 0;
	right: 0;
	margin: auto;
	align-content: center;
	background-color: transparent;
    backdrop-filter: blur(4px);
	display: inline-flex;
	transition: all 100ms linear;
}

.socials:hover{
	opacity: 60%;
}

.return{
	position: absolute;
	height: 6em;
	width: 6em;
	margin: auto;
	left: 0;
	right: 0;
	background-color: transparent;
	margin-top: 1em;
	opacity: 75%;
}

.return:hover{
	opacity: 60%;
}
#gallery-btn{
	left: 3.5em;
	
}
#contact-btn{
	left: 7em;
}

#store-btn{
	left: 10.5em;
}

.options {
	font-size: 200%;
	
}
		
img{
	align-content: center;
	width:100%;
	height: 100%;
		
}
h1{
	color: white;	
	
}
h3{
	align-items: center;
	position: relative;

}
a#buy{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color:#28474B;
	transition: all 200ms linear;
	font-size: 2vw;
	text-decoration: none;
	align-content: center;
	padding-top: 2em;
	
}

.gallery{
	border-radius: 12px;
	display: inline-flex;
	margin: 2px;
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}

.gallery:hover {
  border: 1px solid #666;
}
.gallery img{
	border-radius: 12px;
	
}
.responsive {
  	padding: 15px;
	float: left;
	width: 3em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
	color:#28474B;
	transition: all 200ms linear;
	
} 


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}	
	

a#copyr{
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 1px;
		margin: auto;
	width: 3em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
	color:#28474B;
	transition: all 200ms linear;
}
a#copyr:hover{
	filter: brightness(60%); 
}
a#copyri{
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 1px;
	margin: auto;
	width: 3em;
	height: 2em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
	color: #28474B;
	margin-top: 24em;
	transition: all 200ms linear;
	
}
a#copyri:hover{
	filter: brightness(60%);
}
a#copyro{
	position: fixed;
	left: 0;
	right: 0;
		margin: auto;
	width: 3em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-decoration: none;
	color: #28474B;
	bottom: 2px;
	transition: all 200ms linear;
}
a#copyro:hover{
	filter: brightness(60%);
}
.copyright{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	
}

.form{
	position: absolute;
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 8em;
	padding-bottom: 2em;	
	max-width: 90%;
	
}
.form-control{
	border-radius: 10px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	font-size: 15px;
	background-color: transparent;
	backdrop-filter: blur(3px);
	border-color: black;
	margin: 4px;
	max-width: 90vw;
}

.requestform{
	position: absolute;
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 8em;
	padding-bottom: 2em;	
	max-width: 90%;
	
}
.requestform-control{
	border-radius: 10px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	font-size: 30px;
	background-color: #CBD2D7;
	border-color: black;
	margin: 4px;
	max-width: 90vw;
}

.btn-lg{
	border-radius: 10px;
	width: 75px;
	height: 40px;
	font: bold;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 20px;
	color: #28474B;
	background-color: transparent;
	backdrop-filter: blur(3px);
	transition: all 200ms linear;
	
}
.btn-lg:hover{
	background-color: black;
	opacity: 50%;
}

.reqbtn-lg{
	border-radius: 10px;
	width: 200px;
	height: 80px;
	font: bold;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 40px;
	color: white;
	background-color: #27386A;
	transition: all 200ms linear;
	
}
.reqbtn-lg:hover{
	background-color: #285185;
	opacity: 50%;
}
	
.phonenav, label{
  position: fixed;
z-index: 10;
  transition: all 200ms linear;
  letter-spacing: 1px;
	height: 5em;
	width: 5em;
	margin-top: 2px;
	right: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: black;
}
.phonenav:checked + label{
	transform: rotate(90deg);
  transition: transform 200ms linear;
}
.phonenav:not(:checked) + label {
  transition: transform 200ms linear;
}

.phonenav:hover + label{
	width: 5.2em;
	height: 5.2em;
}
.phonenav-dropdown-content {
  position: fixed;
  background-color: #284D52;
	padding-top: 2em;
  right: 0;
  width: 75vw;
height: 90vh;
  border-radius: 6px;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 9;
  transform: translateY(6.6em);
  transition: all 300ms linear;
	display: none;
}
	.phonenav:checked ~ .phonenav-dropdown-content{
		display: block;
	}

	.phonenav-bar-item{
	position: relative;
	color: black;
	font-size: 6em;
	font-weight: 550;
	text-decoration: none;
  transition: all 300ms linear;
  font-family: 'Roboto', sans-serif;
  padding-left: 0.7em;
  text-align: left;
		cursor: pointer;
	}
.phonenav-bar-item:active{
	color: white;
}
.phonenav-bar-item:hover{
	color: grey;
}

@media screen and (max-width:980px) {
	
	.herobackground {
		height: 150vw;
		width: 100vw;
	}
	.herobackgrounds{
		height: 100vh;
		width: 129vh;
		right: -66%;
	}
	.hero-title{
		font-size: 3em;
	}
	.hero-subtitle{
		font-size: 3em;
	}
	h1{
		font-size: 4.2em
	}
	.navigation{
		font-size: 1.6em;
	}
	.nav-button{
		display: none;
	
	}
	.copyright{
		font-size: 2em;
	
	}
	a#conback{
	filter: brightness(130%);		
}
	.return{
		font-size: 2em;
		margin-top: 4em;
		filter: brightness(120%);
	}
	
	.hero-content{
		margin-top: 3em;
		
	}
	.socials{ 
		font-size: 1.3em;		
	}
	.photocontent{
		display: block;
	}
	
  .responsive {
    width: 100%;
}

	.homebut{
		font-size: 2em;
	}
	.fotos{
		display: inline-block;
		margin: auto; 
		
	}

	.phonenav:checked + label,
.phonenav:not(:checked) + label{
		display: block;
	}
} 
@media screen and (min-width:980px) {
	
	.responsive{
		width: 25%;
	}
	.photocontent{
		display: flex;
	}
}