@font-face {
   font-family: 'MyHeadline';
   src: url('./../font/prettygirls.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

html, body {
   margin: 0px;
   padding: 0px 1% 0px 1%;
   text-align: center;
   background: #dbbcc1;
}

h1 {
   margin: 50px 0px 50px 0px;
   padding: 0px 0px 0px 0px;
   color: #EEEEEE;
   text-align: center;
   font-size: 8rem;
   font-weight: normal;
   font-family: 'MyHeadline';
}

h2 {
   margin: 50px 0px 25px 0px;
   padding: 0px 0px 0px 0px;
   color: #EEEEEE;
   text-align: center;
   font-size: 4rem;
   font-weight: normal;
   font-family: 'MyHeadline';
}

#trauung, #feier {
   padding: 0px 0px 50px 0px;
   text-align: center;
}

#trauung img, #feier img {
   height: 160px;
	border: 2px #FFFFFF solid;
}

.mt-150 {
   margin-top: 150px !important;
}

.mb-100 {
   margin-bottom: 100px !important;
}

@media (max-width:992px) {
    h1 {
        font-size: 4rem;
    }
	
	h2 {
        font-size: 2rem;
    }
    
   #trauung img, #feier img {
      height: 75px;
      width: 75px;
      object-fit: cover;
   }
}