@font-face {
	font-family: Brugty;
	src: url(Brugty.ttf);
}

body {
	background: #282828;
	font-family: "Calibri", sans-serif;
	padding: 0px 0px;
	font-size: 16px
	margin: 0;
	color: #0;
	line-height: normal;
	margin: 0px 0px;
}


h1 {
	color: #FFF;
	font-family: Brugty;
	font-size: 5vw;
	font-style: normal;
	font-weight:1;
	line-height: normal
}

@media screen and (min-width: 1101px) {
	h1 {
		color: #FFF;
		font-family: Brugty;
		font-size: 4.5vw;
		font-style: normal;
		font-weight:1;
		line-height: normal
	}
  }
@media screen and (max-width: 1100px) {
	h1 {
		color: #FFF;
		font-family: Brugty;
		font-size: 13vw;
		font-style: normal;
		font-weight:1;
		line-height: normal
	}
  }
	
h2 {
	color: #FFF;
	font-family: Montserrat Alternates;
	font-style: normal;
	font-size: 2.66vw;
	font-weight: 700;
	line-height: normal
}	

h2.brugty {
	color: #FFF;
	font-family: Brugty;
	font-style: normal;
	font-size: 4.5vw;
	font-weight: 1;
	line-height: normal
}	

@media screen and (min-width: 1101px) {
	h2.brugty {
		color: #FFF;
		font-family: Brugty;
		font-style: normal;
		font-size: 4.5vw;
		font-weight: 1;
		line-height: normal
	}	
  }
@media screen and (max-width: 1100px) {
	h2.brugty {
		color: #FFF;
		font-family: Brugty;
		font-style: normal;
		font-size: 6vw;
		font-weight: 1;
		line-height: normal
	}	
  }


h3 {
	color: #FFF;
	font-family: Montserrat Alternates;
	font-size: 2vw;
	font-style: normal;
	font-weight: 500;
	line-height: 0%
	line-height: normal;
}

@media screen and (min-width: 1101px) {
	h3.mobile {
		color: #FFF;
		font-family: Montserrat Alternates;
		font-style: normal;
		font-size: 2vw;
		font-weight: 500;
		line-height: 0%
	}	
  }
@media screen and (max-width: 1100px) {
	h3.mobile {
		color: #FFF;
		font-family: Montserrat Alternates;
		font-style: normal;
		font-size: 6vw;
		font-weight: 500;
		line-height: 0%
	}
  }


h4 {
	color: #FFF;
	font-family: Montserrat Alternates;
	font-size: 1.66vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

div.buttonfixed {
  position: fixed;
  flex-wrap: wrap;
  display: flex;
  justify-content: left
  width: 100%;
  top: 2vw;
  z-index: 10;
  left: 30px;
  display: none;
} 

@media screen and (min-width: 1101px) {
	div.buttonfixed {
	  display: flex;
	  position: fixed;
	  width: auto;
	  width: 100%;
	  top: 2vw;
	  left: 30px;
	} 
  }
@media screen and (max-width: 1100px) {
	div.buttonfixed {
		display: flexbox;
		position: fixed;
		flex-wrap: wrap;
		width: 200%;
		top: 2vw;
		left: 30px;
		flex-direction: column;
	  }
	  .buttonfixedtop:focus-within > div.buttonfixed {
		display: flexbox;
		position: fixed;
		display: flex;
		flex-wrap: wrap;
		width: 200%;
		top: 2vw;
		left: 30px;
		flex-direction: column;
	  }
	div.buttonfixed h3 {
		color: #FFF;
		font-family: Montserrat Alternates;
		font-style: normal;
		font-size: 6vw;
		font-weight: 500;
		line-height: 0%
	}
}

div.buttonfixedtop {
	position: fixed;
	flex-wrap: wrap;
	display: flex;
	justify-content: left
	width: 100%;
	top: 2vw;
	z-index: 10;
	left: 30px;
  } 
  
  @media screen and (min-width: 1101px) {
	  div.buttonfixedtop {
		display: flex;
		position: fixed;
		width: auto;
		width: 100%;
		top: 2vw;
		left: 30px;
	  } 
	}
  @media screen and (max-width: 1100px) {
	  div.buttonfixedtop {
		  display: flexbox;
		  position: fixed;
		  flex-wrap: wrap;
		  width: 200%;
		  top: 2vw;
		  left: 30px;
		  flex-direction: column;
		}
	  div.buttonfixedtop h3 {
		  color: #FFF;
		  font-family: Montserrat Alternates;
		  font-style: normal;
		  font-size: 6vw;
		  font-weight: 500;
		  line-height: 0%
	  }
  }

aside {
  width: 100%;
  padding-left: 0rem;
  margin-left: 0rem;
  float: left;
  color: #0
}	

.button {
	background-color: #FFB300;
	color: white;
	cursor: pointer;
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	filter: drop-shadow(0px 0.6vw 0 #ff8000);
	border-radius: 30px;
	width: 20%;
	transition: 0.20s
}
	
.button:hover { 
	background-color: #ffd500;
	filter: drop-shadow(0px 0.6vw 0 #ffb300);
	width: 22%;
}

.buttonback {
	color: white;
	cursor: pointer;
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	background-color: #ffd500;
	filter: drop-shadow(0px 0.6vw 0 #ffb300);
	border-radius: 30px;
	width: 5%;
	transition: 0.20s
}

@media screen and (min-width: 1101px) {
	.buttonback {
		color: white;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		background-color: #ffd500;
		filter: drop-shadow(0px 0.6vw 0 #ffb300);
		border-radius: 30px;
		width: 5%;
		transition: 0.20s
	}
	.buttonback h3 {
		display: none;
	}
  }
@media screen and (max-width: 1100px) {
	.buttonback {
		color: white;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		background-color: #ffd500;
		filter: drop-shadow(0px 0.6vw 0 #ffb300);
		border-radius: 30px;
		width: 20%;
		transition: 90s
	}
	.buttonback:hover { 
			background-color: #ffd500;
			filter: drop-shadow(0px 0.6vw 0 #ffb300);
			width: 20%;
	}
	
}
	
.buttonback:hover { 
	background-color: #ffd500;
	filter: drop-shadow(0px 0.6vw 0 #ffb300);
	width: 6%;
}

.menubutton {
	background-color: #ffd500;
	filter: drop-shadow(0px 0.6vw 0 #ffb300);
	color: white;
	cursor: pointer;
	display: flex
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	filter: drop-shadow(0px 0.6vw 0 #ff8000);
	border-radius: 30px;
	width: 20%;
}

@media screen and (min-width: 1101px) {
	.menubutton {
		display: none;
	  }	
  }
@media screen and (max-width: 1100px) {
	.menubutton {
		display: flex
	  }	
  }

	  
	  
	  
.largebutton {
		background-color: #5ac4d7;
		color: white;
		display: flex;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		padding: 0 10%;
		filter: drop-shadow(0px 0.6vw 0 #3491a1);
		border-radius: 30px;
		width: 50%;
		transition: 0.20s;
}

.largebutton:hover {
	background-color: #82ebff;
	filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
	width: 55%;
}

.largebuttonlinks {
	background-color: #5ac4d7;
	color: white;
	display: flex;
	cursor: pointer;
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	padding: 0 35%;
	filter: drop-shadow(0px 0.6vw 0 #3491a1);
	border-radius: 50px;
	width: 50%;
	transition: 0.20s;
}

@media screen and (min-width: 1101px) {
	.largebuttonlinks {
		background-color: #5ac4d7;
		color: white;
		display: flex;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		padding: 0 35%;
		filter: drop-shadow(0px 0.6vw 0 #3491a1);
		border-radius: 30px;
		width: 50%;
		transition: 0.20s;
	}

	.largebuttonlinks:hover {
		background-color: #82ebff;
		filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
		width: 55%;
		}
  }
@media screen and (max-width: 1100px) {
	.largebuttonlinks {
		background-color: #5ac4d7;
		color: white;
		display: flex;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		padding: 0%	;
		filter: drop-shadow(0px 0.6vw 0 #3491a1);
		border-radius: 30px;
		width: 125%;
		transition: 0.20s;
	}
  }




.icon-container {
  order: 0;
  display: flex;
  justify-content: center; 
  align-items: center; 
  margin-top: 0px;
  margin-right: 20px;
}

@media screen and (min-width: 1101px) {
	.icon-container {
		order: 0;
		display: flex;
		justify-content: center; 
		align-items: center; 
		margin-top: 0px;
		margin-right: 1vw;
	  }	
  }
@media screen and (max-width: 1100px) {
	.icon-container {
		order: 0;
		display: flex;
		justify-content: center; 
		align-items: center; 
		margin-top: 0px;
		margin-right: 3vw;
	  }	
  }
  


  &:hover {
    color: #ccc;
  }

.rounded {
	border-radius: 100px;
}

img.rounded {
	max-width: 100%;
	max-height: 100%;
	border-radius: 100px;
}

.frame {
	background-color: #8c00d2;
	filter: drop-shadow(0px 9px 0 #000000);
	border-radius: 70px; 
	text-align: left; 
	margin: 0px 5vw;
  }


  .pictureframe {
	border-radius: 70px; 
	text-align: left; 
	margin: 0px 290px;
	padding: 1px 25px;
  
  }
.invisiframe {
	background-color: #282828;
	border-radius: 0px; 
	padding: auto; 
	width: auto;
	margin: auto; 
	text-align: left; 
  }

.container {
    display: flex;
    align-items: center;
    justify-content: left
}

@media screen and (min-width: 1101px) {
	.container {
		display: flex;
		align-items: center;
		justify-content: left
		flex-direction: column;
	}
  }
@media screen and (max-width: 1100px) {
	.container {
		display: flex;
		align-items: center;
		justify-content: left
		flex-direction: row;
	}
  }
  
.text {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 20%;
    float: left;
}

img {
  max-width: 100%;
  max-height:100%;
}

img.icon {
  max-width: 40px;
  max-height:40px;
}

@media screen and (min-width: 1101px) {
	img.icon {
		max-width: 4vw;
		max-height:4vw;
	  }
  }
@media screen and (max-width: 1100px) {
	img.icon {
		min-width: 7vw;
		min-height:7vw;
	  }
  }


a {
	text-decoration: none;
}

.stroke
{
  text-shadow:
  -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000,  
    -2px 0 0 #000000,
    2px 0 0 #000000,
    0 2px 0 #000000,
    0 -2px 0 #000000;
}

header{
  top: 0;
}

.fixed{
	z-index: 100;	
}

<!-- image gallery-->

.gallery{
    display: inline-block;
    margin: 5px;
    width: 200px;
	transition: 0.20s;
	background-color: #8c00d2;
	border-radius: 50px; 
	"align-items: center;
	justify-content: center;"
}

.gallerbig{
    margin: 5px;
    width: 200px;
	transition: 0.20s;
	background-color: #8c00d2;
	border-radius: 50px; 
	"align-items: center;
	justify-content: center;"
}

.gallery .description{
    padding: 10px;
    text-align: center;
	
	
}
.galleryhover{
background-color: #c022ff;
border-radius: 50px; 
-webkit-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.gallery img{
    width: 30%;
    height: auto;
	float: left;
	width:  300px;
	height: 200px;
	object-fit: cover;
	border-radius: 30px; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	transition: 0.5s;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 5px 0 #000000);
}

.gallery img:hover{
	border: 2px solid #ffffff; 
	filter: drop-shadow(0px 5px 0 #ffffff);
	width:  355px;
	height: 200px;
    -webkit-transition: all 0.5s ;
       -moz-transition: all 0.5s ;
         -o-transition: all 0.5s ;
            transition: all 0.5s ;
}

.gallerybig img{
    width: 30%;
    height: auto;
	width:  90%;
	height: 400px;
	object-fit: cover;
	border-radius: 30px; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	transition: 0.5s;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 5px 0 #000000);
}

.gallerybig img:hover{
	border: 2px solid #ffffff; 
	filter: drop-shadow(0px 5px 0 #ffffff);
	width:  80%;
	height: 700px;
    -webkit-transition: all 0.5s ;
       -moz-transition: all 0.5s ;
         -o-transition: all 0.5s ;
            transition: all 0.5s ;
}


.gallery img.pr{
    width: 30%;
    height: auto;
	float: left;
	width:  900px;
	height: 200px;
	object-fit: cover;
	border-radius: 30px; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 26px;
	transition: 0.5s;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 5px 0 #000000);
}

.gallery img.pr:hover{
	border: 2px solid #ffffff; 
	filter: drop-shadow(0px 5px 0 #ffffff);
	width:  1100px;
	height: 200px;
    -webkit-transition: all 0.5s ;
       -moz-transition: all 0.5s ;
         -o-transition: all 0.5s ;
            transition: all 0.5s ;
}

.gallery img.ft{
    width: 30%;
    height: auto;
	float: left;
	width:  300px;
	height: 300px;
	object-fit: cover;
	border-radius: 30px; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 26px;
	transition: 0.5s;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 5px 0 #000000);
}

.gallery img.ft:hover{
	border: 2px solid #ffffff; 
	filter: drop-shadow(0px 5px 0 #ffffff);
	width:  400px;
	height: 280px;
    -webkit-transition: all 0.5s ;
       -moz-transition: all 0.5s ;
         -o-transition: all 0.5s ;
            transition: all 0.5s ;
}

.gallery img.af{
    width: 30%;
    height: auto;
	float: left;
	width:  300px;
	height: 400px;
	object-fit: cover;
	border-radius: 30px; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 26px;
	transition: 0.5s;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 5px 0 #000000);
}

.gallery img.af:hover{
	border: 2px solid #ffffff; 
	filter: drop-shadow(0px 5px 0 #ffffff);
	width:  400px;
	height: 400px;
    -webkit-transition: all 0.5s ;
       -moz-transition: all 0.5s ;
         -o-transition: all 0.5s ;
            transition: all 0.5s ;
}

.box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

@media screen and (min-width: 1101px) {
	.box {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
  }
@media screen and (max-width: 1100px) {
	.box {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
  }

.buttonbox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 15%;
}


.largebutton2 {
	background-color: #5ac4d7;
	color: white;
	display: flex;
	cursor: pointer;
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	padding: 0 100%;
	filter: drop-shadow(0px 0.6vw 0 #3491a1);
	border-radius: 30px;
	width: 40%;
	transition: 0.20s;
}

.largebutton2:hover {
	background-color: #82ebff;
	filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
	width: 55%;
}

@media screen and (min-width: 1101px) {
	.largebutton2 {
		background-color: #5ac4d7;
		color: white;
		display: flex;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		padding: 0 100%;
		filter: drop-shadow(0px 0.6vw 0 #3491a1);
		border-radius: 30px;
		width: 40%;
		transition: 0.20s;
	}
	
	.largebutton2:hover {
		background-color: #82ebff;
		filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
		width: 55%;
	}
  }
@media screen and (max-width: 1100px) {
	.largebutton2 {
		background-color: #5ac4d7;
		color: white;
		display: flex;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		padding: 0% 1%;
		filter: drop-shadow(0px 0.6vw 0 #3491a1);
		border-radius: 30px;
		width: 200%;
		transition: 0.20s;
	}
  }

@media screen and (min-width: 1101px) {
	img.mobileimg1 {
		width:30% ; 

  }
  }
@media screen and (max-width: 1100px) {
	img.mobileimg1 {
		width:auto ; 

  }
}

.pf-container{
	position: relative;
	min-height: 100hv;
	background-color: #282828  ;
}

.pf-image-conainer{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	justify-content: center;
	padding: 10px;
}

.pf-image {
	height: 250px;
	width: 350px;
	border: 2px solid #000000; 
	filter: drop-shadow(0px 6px 0 #000000);
	border-radius: 30px;
	overflow:hidden;
	cursor: pointer
}

.pf-image img{
	height: 100%;
	width: 3100%;
	object-fit: cover;
	transition: 0.5s ease-in-out;
}

.pf-image:hover img{
	transform: scale(1.05);
}

.popup-image {
	position: fixed;
	top: 0; left: 0;
	background: #000000b0;
	backdrop-filter: blur(6px);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	cursor: no-drop
	transition: 10s ease-in-out;
}


.popup-image span{
	position: absolute;
	align-items: center;
	color: #ffffff;
	font-size: 5vw;
	cursor: pointer;
	z-index: 100;
	margin: 1vw;
	font-weight: 700;
}




.popup-image img{
	position: absolute;
	top: 50%; left: 50%; 
	transform: translate(-50%, -50%);
	width: 60%;
	object-fit: cover;
	border-radius: 30px;
}

@media screen and (min-width: 1101px) {
	.popup-image img{
		position: absolute;
		top: 50%; left: 50%; 
		transform: translate(-50%, -50%);
		width: 60%;
		object-fit: cover;
		border-radius: 30px;
	}
  }
@media screen and (max-width: 1100px) {
	.popup-image img{
		position: absolute;
		top: 50%; left: 50%; 
		transform: translate(-50%, -50%);
		width: auto;
		object-fit: cover;
		border-radius: 30px;
	}
}