@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@500&display=swap');

/* font-family: 'Roboto Serif', sans-serif;  */
/* font-family: 'Montserrat', sans-serif;  */

header {
    background: rgb(90, 171, 185);
}


a {
    text-decoration: none;
    color: whitesmoke;
    transition: all 0.3 ease-in-out;
}

img {
    max-width: 100%;
}
.h1 {
    font-size: 45px;
    text-align: center;
    font-family: 'Roboto Serif', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    color: whitesmoke;
}

.topnav {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 10px;
    justify-content: space-evenly; 
    transition: all 0.3s ease-in-out; 
}

.topnav .nav:hover {
    color: orange;
}

body {

}

main {
    height: 1100px;
    /* background: rgb(255, 255, 145);  */

}
h2 {  
    font-size: 40px;
    font-family: 'Roboto Serif', sans-serif;
    text-align: center;
    color: black;
    padding-top: 25px;
    margin: 15px;
 } 

 

 .centerhero {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     height: 700px;
     object-fit: cover;
 }

.four-pictures {
    display: flex;
    gap: 15px;
    justify-content: space-evenly;
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 5%;
    padding-right: 5%;
}

/* used on four pictures  */
.flex-columns {
    display: flex;
    gap: 20px;
    margin: 100px auto 200px;
}
 
.four-pictures .child{
    width: 300px;
    height: 300px;
    object-fit: cover;
    flex: 1;
}

.water-art {
    border: solid 12px #FF8080;
}
.distillary {
    border: solid 12px #109A94;
}
.rogers {
    border: solid 12px #3BAAE5;
}
.drink {
    border: solid 12px #FFC558;
}

.arts {
    min-height: 600px;
    background: #FF8080;
}


/* Arts & Culture Section  */
.container-two {
    max-width: 1450px;
    margin: 0 auto;
}


.text {
    
    line-height: 1.5;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}


.container {
    width: 100%;
    max-width: 200px;
    margin: 50px;
    justify-content: center;
}


.flex-columns {
    display: flex;
    gap: 15px;
    margin: 50px auto 50px;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    
}
.flex-columns .column {
    flex: 1;
    text-align: center;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.things {
    min-height: 600px;
    background: #109A94;
}

.container-three {
    max-width: 1450px;
    margin: 0 auto;
}

.events {
    min-height: 600px;
    background: #3BAAE5;
}


.dining-out {
    min-height: 600px;
    background: #FFC558;
}

.footer {
    
    padding: 25px;
    background: rgb(90, 171, 185);
    text-align: center;
}
  
