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

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

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

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

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

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

@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: auto;
        text-transform: uppercase;
        padding-bottom: 10px;
}
}    
