body {
    max-width: 100%;
  padding-top:0;
  width: 100%;    
  /*height: 100%; */
  background-color: white;
  color: white;
  font-size: 30pt;
  
 display:block;
  margin: 0;
}

.jquery-bg-slideshow-wrap-bg-element {
  width: 100%;
  height: 100vh;
}

.bg {
position: relative;
  height: 100vh;
  width: 100%;
  background-color: white;
  color: white;
  font-size: 30pt;
  
  text-shadow: 1px 1px 10px black;
  margin: 0;
  background-size: 100% 100%;
  background-size: cover;
  background-position: 50% 50%;
}

/* navbar style */

  
    .first{
        position: relative;
        
        width: 100%;
        height: 100%;
    }
    .quote{
        position: absolute;
        
        bottom:0;
        right: 0;
        width: 400px;
        height: 100px;
        color:rgba(239, 239, 239, 0.8);
        font-family: 'Tangerine', cursive;
        font-size: 70px;
        
          
    }
  
    
 
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/*
  .gallery{
        
        width: 100%;
        height: 130%;
        background-color: rgba(0,0,0,0.6);
        
        padding-bottom: 30px;
        
    } 
     .galleries{
      
        width: 200px;
        margin: 0 auto;
        padding-top: 1%;
      
        color:rgba(239, 239, 239, 0.8);
        font-family: 'Tangerine', cursive;
        font-size: 100px;
    }
    * {
  box-sizing: border-box;
}
        .row1{
          display: flex;
        flex-direction: row;
        position: relative;
        margin: 0 auto;
        width: 100%;
            overflow-x: hidden;
        
    }
.row1::after {
  content: "";
  clear: both;
  display: table;
   
}
    .image1 {
        
    position: relative;
   
    height: 800px;
    width: auto;
  
 
    margin:auto;
    
   
}
    .image1 img {
   
    width: 100%;
    vertical-align: top;
        
}
 .image1:after {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
     z-index: 5;
}
.image1:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    z-index: 5;
}
    

.image1:hover:after {
    
    cursor: pointer;
    opacity:1;
}
    .text_hover{
        position: absolute;
        left: 2%;
        bottom: 40%;
        width: 100%;
        height: 10%;
        font-size: 40px;
        font-style: italic;
        color: white;
        visibility: hidden;
        font-family: 'Playfair Display', serif;
        z-index: 10;
        
    }
    .image1:hover .text_hover{
        cursor: pointer;
        
        visibility:visible;
        opacity: 1;
        z-index: 12;
    }
   .image1:hover .text_hover .textt:hover{
        color:rgb(27, 120, 125);
    } 
.button_h{
   
    width: auto;
    height: auto;
    z-index: 13;
    
    visibility: hidden;
}
.image1:hover .button_h{
    visibility: visible;
}
    .gbtnHollow  {
 background:  transparent;
 height:  50px;
 line-height:  50px;
 border:  2px solid white;
 display:  inline-block;
 float:  none;
 text-align:  center;
 width:  150px;
 padding:  0px!important;
 font-size:  23px;
 color:  #fff;
 }
.gbtnHollow:hover  {
cursor: pointer;
 color: rgb(27, 120, 125);
border: 2px solid rgb(27, 120, 125);
 
 }





*/


<hr>
{
    margin:0;
    border: 0;
    border-top: 1px solid #292929y;
    background-color: none;
    color: none;
}

/*FOOTER*/
 .bg-grey {
        background: #292929;
     }
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color: grey;
     }
     footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;
    
}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    }

/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
