html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

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

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

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

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

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

  @font-face {
    font-family: PlayfairDisplay-BoldItalic; 
    src: url(fonts/PlayfairDisplay-BoldItalic.ttf); 
   }   
    
h1{ 
    display: inline-block;
    text-align: center;
    font-size: 34px !important; 
    font-family: PlayfairDisplay-BoldItalic;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-transform: uppercase;
}

h2{ 
    display: inline-block;
    text-align: left;
    font-size: 28px !important; 
    font-family: PlayfairDisplay-BoldItalic;
    width: 100%;
    height: auto;
    color: #6D5B65;
    padding-bottom: 50px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    
 h1{ 
    display: inline-block;
    text-align: center;
    font-size: 24px !important; 
    font-family: Gotham-Bold;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

h2 {
    display: inline-block;
    text-align: left;
    font-size: 20px !important;
    font-family: PlayfairDisplay-BoldItalic;
    width: 100%;
    height: auto;
    color: #6D5B65;
    padding-bottom: 0;
    text-transform: uppercase;
}

}    
