* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Courier New", serif;
  font-size: 100%;
}



@font-face {
  font-family: galleryText;
  src: url(fonts/chivo.regular.ttf);
}

@font-face {
  font-family: myFontHeader;
  src: url(fonts/TemptingTtf.ttf);
}

@font-face {
  font-family: myFontSubHeader;
  src: url(fonts/OPTICopperplate.otf);
}


/* Topbar menu */

.topbar {
  color: #ffffff!important;
  background-color: #000000!important;
  top: 0px;
  position: fixed;
  z-index:1;
  padding-left: 1vw;
  font-family: myFontHeader;
  width: 100%;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.topbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}

.topbar a:hover {
  color: #B8A53C;
}

.topbar a.active {
  background-color: #B8A53C;
  color: #000000;
}


.topbar-right {
  float: right;
  padding-right: 2vw;
}



/* Hovedbillede og logo */


.parent {
	position: relative;
	top: 0;
	left: 0;
	background-color: #000000;
}

.baggrund {
	position: relative;
	top: 7vh;
	left: 0;
	width: 100%;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.logo {
	margin: auto;
	position: absolute;
	width: 28%;
	left: 37vw;
	top: 11vh;
	border-radius: 50%;
}


/* Om afsnit */

.about {
  background-color: #f6f3eb;
  width: 75%;
  margin: auto;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.45) inset;
}

.aboutContent {
  display: block;
  width: 100%;
  padding: 50px;
  text-align: center;
}


 
 /* Gallerioverskrift */
 
 /*
.galleryFrame {
	background-color: purple;
}  
*/

.galleryIntro {
  background-color: white;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 50px 0;
  display: flex;
}

  
.galleryHeadline {
  background-color: white;
  border: 8px solid black;
  font-family: myFontHeader;
  font-size: 3vw;
  width: 33.33%;
}


.galleryHeadlineSide {
  background-color: white;
  width: 33.33%;
}






/* Gallerier */

.middleSection {
  width: 85%;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*  box-shadow: 0 9px 0px 0px #f0f1f5, 0 -9px 0px 0px #f0f1f5, 12px 0 15px -4px rgba(0, 0, 0, 0.50), -12px 0 15px -4px rgba(0, 0, 0, 0.50); */
}
 
.galleries {
  margin: auto;
  width: 90%;
  background-color: white;
  height: auto;
}


/* Gallery content */

.galleryPictureFrame {
  background-color: white;
  text-align: center;
  width: 30%;
  margin: auto;
  display: inline-block;
}


.galleryPicture {
  background-color: white;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.galleryPictureImg {
  width: 15vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  border: thick solid #B8A53C;
}


.galleryPictureImg:hover {
  opacity: 0.5;
  cursor: pointer;
}


.galleryTextFrame {
  background-color: white;
  text-align: center;
  width: 70%;
  margin: auto;
  display: inline-block;
}


.galleryTextBox {
  background-color: white;
  width: 70%;
  margin-left: auto;
  margin-right: auto;  
}


.galleryTextHeader {
  font-family: myFontHeader;
  font-size: 2em;
}


.galleryTextSubHead {
  letter-spacing: 5px;
  font-size: 1.25em;
  font-family: myFontSubHeader;
}



.galleryText {
  text-align: justify;
  font-size: 1em;
  font-family: galleryText;
}


 

.galleryThemecakes {
  display: flex;
  width: 100%;
}



.galleryWeddingcakes {
  display: flex;
  width: 100%;
}



 

.galleryMacarons {
  display: flex;
  width: 100%;
}



.galleryDesserts {
  display: flex;
  width: 100%;
}


.galleryCaketable {
  display: flex;
  width: 100%;
}



.galleryDecorations {
  display: flex;
  width: 100%;
}


.galleryTopping {
  display: flex;
  width: 100%;
}


.galleryFeedback {
  display: flex;
  width: 100%;
}

/* Tooltip */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* Modals */

.themecakemodal,
.weddingcakemodal,
.macaronsmodal,
.dessertsmodal,
.caketablemodal,
.decorationsmodal,
.toppingmodal,
.feedbackmodal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
}

.themecakemodal-content,
.weddingcakemodal-content,
.macaronsmodal-content,
.dessertsmodal-content,
.caketablemodal-content,
.decorationsmodal-content,
.toppingmodal-content,
.feedbackmodal-content {
/*    position: relative; */
    margin: auto;
    padding: 0;
    height: 80vh;
    max-width: 30vw;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.modalimage {
  padding: 4px;
  background-color: black;
  border: 2px solid #B8A53C;
  margin-bottom: -4px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  width: auto;
  padding: 14px;
  margin-top: 80px;
  background-color: rgba(184, 165, 60, .8);
  color: white;
  font-weight: bold;
  font-size: 26px;
  transition: 0.6s ease;
/*  border-radius: 10px 0 0 10px; */
  border: 2px solid rgba(0, 0, 0, .8);
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  border: 2px solid rgba(0, 0, 0, .8);
  border-radius: 50%;
/*  border-radius: 0 10px 10px 0;*/
}

.prev:hover,
.next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
}

.numbertext {
  color: #B8A53C;
  width: fit-content;
  margin: auto;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  top: 0;
  font-family: galleryText;
  background-color: rgba(0, 0, 0, .8);
}






/* Filler */


.filler {
  background-color: white;
  height: 25px;
  width: 100%;
  margin: auto;
}

.divider {
  
  display: flex;
  
  &:before,
  &:after {
    content: "";
    flex: 1;
  }
}


.gradient {
  align-items: stretch;
  margin: 2px 0;
  height: 2px;
  line-height: 2px;
  color: white;
  background: #B8A53C;
  
  &:before {
    background: linear-gradient(to right, white, #B8A53C);
  }
  
  &:after {
    background: linear-gradient(to left, white, #B8A53C);
	}
}























/* Kontakt */



.contactFrame {
  background-color: #f6f3eb;
  border-radius: 15px 15px 0px 0px;
  color: #000000;
  margin: auto;
  padding: 50px 0;
  width: 75%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.contactSoMe {
  width: 100%;
  margin: auto;
  display: flex;
}


.contactFormFrame {
  width: 100%;
  margin: auto;
  display: flex;
  font-family: myFontSubHeader;
}


.contactFiller {
  width: 12.5%;
}


.contactHeader {
  font-family: myFontHeader;
  width: 55%;
}


 
.contactFacebook {
  text-align: right;
  width: 10%;
  margin: auto;
}


.contactInstagram {
  text-align: right;
  width: 10%;
  margin: auto;
}


.facebook {
  color: #000000;
  font-size: 1.5rem;
}


.facebook:hover {
  color: #B8A53C;
}


.instagram {
  color: #000000;
  font-size: 1.5rem;
}


.instagram:hover {
  color: #B8A53C;
}



.contactForm {
  background-color: #f6f3eb;
  
  width: 75%;
  margin: auto;
}


input[type=text], select, textarea, #m77 {
  width: 100%;
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: none;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  color: #000000;
  background-color: #B8A53C;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #000000;
  padding: 20px;
}

#m66 {
  display: none;
}




.footer {
  background-color: black;
  color: white;
  text-align: center;
  font-family: myFontSubHeader;
  padding: 4px;
}










@media only screen and (max-width: 800px) {
 .responsive {
  width: 100%;
  display: block;
}

.topbar a {
  font-size: .7em;
}

.galleryPictureImg {
  width: 50vw;
  margin: auto;
  padding: 0;
} 


.themecakemodal,
.weddingcakemodal,
.macaronsmodal,
.dessertsmodal,
.caketablemodal,
.decorationsmodal,
.toppingmodal,
.feedbackmodal {
  width: 100%;
  margin: auto;
}

.themecakemodal-content,
.weddingcakemodal-content,
.macaronsmodal-content,
.dessertsmodal-content,
.caketablemodal-content,
.decorationsmodal-content,
.toppingmodal-content,
.feedbackmodal-content {
  width: 100%;
  max-width: fit-content;
}

.modalimage {
  width: 65vw;;
  margin: auto;
}

.galleryText {
  text-align: left;
}

}