body{
    font-family: 'Playfair Display', serif;
    text-align: justify;
}


.top{
    max-width: 100%;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 33px;
    padding-right: 50px;
    padding-left: 250px;
    text-align: right;
}



.button{
    position: fixed;
    top: 40px;
    left: 1;
    padding: 13.8px 30px;
    z-index: 130;
    border-radius: 3px;
    background-color: black;
    color: white;
    font-size: 34px;
    text-decoration: none;
    line-height: 40px;
}

.button:hover{
    background-color: red;
}



.nav1{
    overflow: hidden;
    justify-content: center;
    align-items: center;
    float: center;
    padding: 0px 0px;
    z-index: 100;
    border-radius: 3px;
}
.nav1 ul {
    list-style-type: none;
    margin: 0px;
    padding: 3px;
    overflow: hidden;
    background: linear-gradient(to bottom right, #0D47A1, #64B5F6);
    text-align: center;
}
.nav1 ul a{
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
    list-style: none;
    font-size: 180%;
    padding: 20px;
    border-radius: 3px;
    display: inline-block;
}
.nav1 a:hover {
    background-color: white;
    color: black;
}






.Slide{
    width: 100%;
    background-color: white;
    z-index: 80;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(650px, 1fr));
}


.Slides{
    filter: sepia(100%);
    filter: brightness(110%);
}



.slidepic{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.Slideright{
    width: 100%;
    font-size: 150%;
    line-height: 170%;
    display:grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;

}

.boxes{
    max-width: 100%;
    background-color: #647DFE;
    color: #f2f2f2;   
    font-size: 30px;
    line-height: 43px;
    border-radius: 3px;
    text-align: center;
    padding: 50px 20px;
}

#box1{
    background-color: #D7DBDD;
    color: black;
}

#box2{
    background-color: #D7DBDD;
    color: black;
}

.boxes a{
    text-decoration: none;
    color: red;
}




.container{
    max-width: 100%;
    display:grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    background-color: white;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px ;
    padding-left: 5px ;
    padding-bottom:20px;
    
}

.one{
    max-width: 100%;   
    padding-left: 250px;
    height: 40% auto;
    font-size: 30px;
    line-height: 42px;
    border-radius: 5px;
    color: black;
    text-align: left;
}


.two{
    max-width: 100%;  
    padding-left: 250px;
    height: 40% auto;
    font-size: 30px;
    line-height: 42px;
    border-radius: 5px;
    color: black;
    text-align: left;
}

.two a{
    text-decoration: none;
    color: red;
}

.photobar{
    width: 100%;
    background-color: white;  
    height: 40% auto;
    font-size: 120% ;
    border-radius: 5px;
    color: #EAECEE;
    text-align: center;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px; 
    padding: 1px;
}


.photos{
    width: 100%;
    border-radius: 5px;
    position: relative;
    transition: .5s ease;
    
}


.photos:hover{
    opacity: 0.4;
}



.rest{
    max-width: 100%;   
    padding-left: 255px;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-right: 150px; 
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    color: black;
    text-align: left;
}

.restt{
    max-width: 100%;   
    padding-left: 255px;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 50px;
    border-radius: 5px;
    color: black;
    text-align: left;
}

.resttt{
    max-width: 100%;   
    padding-left: 255px;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
    border-radius: 5px;
    color: black;
    text-align: left;
}

.down{
    font-size: 80%;
    padding: 1%;
    text-align: left;
    background: linear-gradient(to bottom right, #0D47A1, #64B5F6);
    border-radius: 2px;
  }

.down a{
    color: white;
    text-decoration: none;
    padding: 5px;
}

.down a:hover{
    color: black;
    background-color: #ddd;
}

p{
    max-width: 95%;
    float: left;
    padding: 2%;
}