body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.topnav{
    overflow: hidden;
    background-color: navy;
    padding: 10px 20px;
}
.topnav a{
    float: left;
    color: #f2f2f2;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
a{
    text-decoration: none;
    color: inherit;
}
.topnav a:hover{
    color: black;
    background: #ddd;
}
.topnav a:active{
    background-color: orange;
    color: white;
}
.topnav .icon{
    display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}
.overlay{
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 57, 231, 0.99);
    z-index: 2;
}
.slide-image{
    padding-top: 180px;
    padding-bottom: 200px;
    clear: left;
    position: relative;
    text-align: center;
    background-image: url("images/michael-igPIMndqX6M-unsplash.jpg");
    opacity: 0.6;
    width: 100%;
    height: auto;
    z-index: 5000;
}

.p1{
    text-transform: capitalize;
    font-weight: bold;
    color: orange;
    text-align: center;
    font-size: large;
    margin-bottom: 13px;
}
.p2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: white;
    margin-top: -3px;
    margin-bottom: 13px;
}
.slide-btn{
    text-transform: capitalize;
    text-emphasis: none;
    color: #f2f2f2;
}
.slide-btn button{
    text-transform: capitalize;
    padding: 10px 25px;
    background-color: navy;
    color: #f2f2f2;
    font-weight: bolder;
    border: none;
    border-radius: 5px;
    margin-top: 50px;
}
.tt{
    text-transform: uppercase;
    color: navy;
    font-size: xx-large;
    font-weight: 900;
    text-align: center;
    margin-top: 35px;
    align-content: center;
}
.dos p{
    margin-top: 15px;
}

/*fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  legend {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  select{
    padding: 5px 10px;
  }
  form{
    width: 100px;
    height: auto;
    padding: 10px 20px;
  }*/


  /* TEMPORAL FORM STYLING*/



  form {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .fieldset {
    margin-bottom: 20px;
    border: none;
    padding: 0;
  }
  
  legend {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"], input[type="email"], input[type="tel"], select[name="select1"], select[name="select2"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  button[type="submit"] {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button[type="submit"]:hover {
    background-color: #3e8e41;
  }
  