* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#banner {
    display: block;
    background: #EE964B;
    color: #0D3B66;
}

#closeBanner {
    color: #0D3B66;
    background: #F4D35E;
    border-color: #0D3B66;
}

#banner p {
    font-size: 1rem;
    font-weight: bold;
    margin-block: 0em;
    line-height: 2rem;
}


/* Mode styles */
#mode {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 2rem;
    color: #F4D35E;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    background-color:#FAF0CA;
}

h1, h2, h3, h4 {
    font-family: "Playfair Display", serif;
    color:#0D3B66;
}

header {
    display: flex;
    background-color: #F95738;
    color: #0D3B66;
    padding: 3px;
    align-items: center;
    justify-content: flex-start;
}

header h1 {
    margin-left: 30px;
}

header img {
    width: 105px;
    height: auto;
    border-radius: 45%;
    margin: 10px 50px;    
}

nav {
    font-family: 'Playfair Display', serif;
    background-color: #F4D35E;
}

#menu {
    font-size: 2rem;
    background: none;
    border: none;
    color: #0D3B66;
    cursor: pointer;
    width: 44px;
    padding: .25rem 2vw;
    margin-left: 90%;
}

#menu::before {
    content: "\2630";
}

#menu.open::before {
    content: "\2716";
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav li {
    border: 1px solid #0D3B66;
}


ul.navigation li a {
    display: block;
    color: #0D3B66;
    text-align: center;
    padding: .5rem;
    text-decoration: none;
}

ul.navigation {
    display: none;
    list-style-type: none;
}

ul.navigation.open {
    display: block;
}


.home{
    display: block;
    margin: 1.5rem;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #EE964B;
}

.home a {
    padding: 15px;
}

.home h2{
  font-size: 30px;
}
.home h3{
color:#0D3B66;
}
.home p{
  text-align: left;
  font-size: 20px;
  padding:15px;
  color: #0D3B66;
}

.slide-card img{
    width: 100%;
    height: auto; 
    border-radius: 8px;
    margin-top: .5rem; 
    box-shadow: 2px 2px 8px #FFFFFF;
}
.slide-card>.text{
    font-size: 1.5rem;
    padding-bottom: .5rem;
}

    .hero-message{
        position:relative;
        background-color: #0D3B66;
        color: #F4D35E;
        font-size:35px;
        text-align: center;
        opacity: 0.9;
    }

/* Weather */
#weather {
    display: inline-block;
  }

#weather img {
    height: 4rem;
    width: auto;
}

.forecast-card p{
  text-align: center;
}
.forecast-card {
    color: #0D3B66;
    background: #e9d58b9d;
    padding-block: 20px;
    border-radius: 8px;
    margin-block: .5rem;
    width: 18rem;    
    border: 3px solid #0D3B66;
    margin-inline: auto;
    
}


footer {
    display: block;
    background-color: #F95738;
    color: #0D3B66;
    padding: 5px;
    text-align: center; 
}

footer img {
    max-height: 20px;
    margin: 0 .5rem;
}

.socials {
    margin: 5px;
}

.fa {
    padding: 8px;
    width: 60px;
    color: #0D3B66;
    margin: 4px;
    border: solid 2px;
    font-size: 15px;
}
a:hover,
.fa:hover {
    color: #F4D35E;
    background: #EE964B;
}

section {
    margin: 50px 2vw;
  }


  .info{
    display: block;
    background-color:#F4D35E;
    color:#0D3B66;
    margin: 60px;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #EE964B;
}

.info a {
    padding: 15px;
}
.pic-container, .contact-us {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 30px;
  padding: 5px;
  box-shadow: 1px 1px 15px #EE964B;
  background-color:#F4D35E;
  border-radius: 5px;
}
.pic-container, .contact-us img{
  border-radius:5px;
  box-shadow: 1px 1px 15px #EE964B;

}


/*Contact*/

.form-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 50px;
    padding: 5px;
  }
  
  form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    padding-top: 10px;
    width: 330px;
  }
  
  input::placeholder {
    color: gray;
  }
  
  .form-cont label {
    margin-bottom: 8px;
    align-self: flex-start;
    font-weight: bold;
    font-family: Roboto;
  }
  
.form-cont input, textarea {
  margin-bottom: 16px;
  padding: 8px;
  width: 330px;
  border: 4px;
  border-radius: 4px;
  font-family: Roboto;
}

.form-cont button {
  border-radius: 8px;
  padding: .75rem 1.5rem;
  margin: 0 0 2rem 2%;
  width: 96%;
  max-width: 20rem;

}


.form img {
    margin-top: 20px;
  }

  .buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  button {
    background: #EE964B;
  }
  
  button:hover {
    color: #0D3B66;
    background: #F4D35E;
  }
  
  input:required,
  textarea {
    border: 1px solid #EE964B;
    border-left: 3px solid #EE964B;
    border-right: 3px solid #EE964B;
  }
  #error-message {
    margin: -10px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F95738;
  }

  .title {
    grid-area: title;
    padding-top: 30px;
  }
  .title h2{
    font-size:40px;
  }
  .title h3{
    font-size:20px;
  }
  .subtitle{
    font-size:30px;
  }
  .contact-us {
    grid-area: contact-us;
    position: relative;
    padding: 40px 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #EE964B;
    background-color:#F4D35E;
  }

  .form-container {
    grid-area: form-container;
    box-shadow: 1px 1px 15px #EE964B;
    background: #F4D35E;
    border-radius: 10px;
    margin: 29px;

  }

.form img{
  width: 80%;
  height: auto;
}

.home{
  margin:30px;
}
.home img{
  width: 90%;
  height: auto;
  margin: 30px;
}


  .contact-us h3 {
    margin-bottom: -10px;
    padding-top: 20px;
  }



  .contact-button {
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }

  
  .map {
    grid-area: map;
    position: relative;
    margin-top: 30px;
    box-shadow: 1px 1px 15px #EE964B;
    padding: 20px;
    margin-bottom: 30px;
    background-color:#F4D35E;

  }
  .gmap-canvas iframe {
    width: 100%;
    height: 500px;
    box-shadow: 1px 1px 15px #EE964B;
  }
  
  .agreements {
    margin: 50px auto;
    padding: 5px;
    width: max-content;
    line-height: 1.5;
    background-color:#F4D35E;
    box-shadow: 1px 1px 15px #EE964B;
  }
  
  .agreements ul {
    padding: 30px;
    list-style-type: square;
    text-align:start;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  th,
  td {
    padding: 10px;
    border: 2px solid black;
  }

  tr:nth-child(even) {
    background-color: #F4D35E;
  }

  th {
    padding-top: 12px;
    padding-bottom: 12px;
    width: auto;
    text-align: center;
    background-color: #0D3B66;
    color: white;
  }
