#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
}

nav {
    background-color: rgb(127, 132, 255);
    color: rgb(67, 42, 151);
}

#menu {
    text-align: right;
    display: flex;
    justify-content: space-evenly;
    font-size: 30pt;
    align-items: center;
}
.menuItem {
    font-size: 16px;
}
li{
    display: inline;
    justify-content: space-evenly;
}
.navicon{
    border-radius: 12px;
    padding: 8px;
    display: inline;
}

.playwrite-gb-s {
  font-family: "Playwrite GB S", serif;
  
  font-weight: 400;
  font-style: italic;
}
body{
background-color: #e6d2ff;
}
a.navlink:visited, 
a.navlink:link, 
a.navlink:hover, 
a.navlink:active{
    text-decoration: none;
    color: rgb(67, 42, 151);
}
#contact{
    display: grid;
    grid-template-areas: 
    'head head head head head'
    'map map facebook phone phone'
    'map map airbnb email email'
    'form form form form form';
}
#contact > * {
    background-color: rgba(128, 162, 255, .5);
    border-radius: 10px;
    padding: 20px;
    margin: 5px;
    text-align: center;
    font-size: 15pt;
}
.head{
    grid-area: head;
    font-size: 45px;
}
.facebook{
    grid-area: facebook;
    display:flex;
    align-items: center;
    justify-content: center;
}
.phone{
    grid-area: phone;
    display:flex;
    align-items: center;
    justify-content: center;
}
.airbnb{
    grid-area: airbnb;
    display:flex;
    align-items: center;
    justify-content: center;
}
.email{
    grid-area: email;
    display:flex;
    align-items: center;
    justify-content: center;
}
.map{
    grid-area: map;
    
}

.contactlink{
    border-radius: 8px;
    border: rgb(127, 132, 255) solid 2px;
    padding: 30px;
    font-size: 30px;
    background-color: #e6d2ff;

}
#form{
    grid-area: form;
    padding: 50px;
}
a.contactlink:visited, 
a.contactlink:link, 
a.contactlink:hover, 
a.contactlink:active{
    text-decoration: none;
    color: rgb(67, 42, 151);
}
.aboutflex{
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    flex-wrap: wrap;
    gap: 100px 100px;
}
.aboutcontent{
    font-size: xx-large;
    width: 45%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(67, 42, 151);
}
header{
    font-size: 50px;
    color: rgb(67, 42, 151);
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
iframe{
    border-radius: 20px;
}
.container {
    position: relative;
    text-align: center;
    color: white;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    background-color: #e6d2ff;
    border-radius: 8px;
    border:  rgb(67, 42, 151) solid 5px;
    padding: 10px
}
.roomimg{
    border-radius: 30px;
    margin: 20px;
    opacity: .5;
}
a.centered:visited, 
a.centered:link, 
a.centered:hover, 
a.centered:active{
    text-decoration: none;
    color: rgb(67, 42, 151);
}
.room{
    border-radius: 30px;
    margin: 20px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}
.roomtext{
    font-size: xx-large;
    width: 80%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(67, 42, 151);
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.policies{
    list-style-type: circle;
    font-size: xx-large;
    width: 80%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(67, 42, 151);
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
.policies li{
    display: block;
    list-style-type: circle;
    background-color: rgba(128, 162, 255, .5);
    padding: 30px;
    border-radius: 8px;
}
footer{
    text-align: center;
    margin-top: 15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(67, 42, 151);
}