@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
@media screen and (min-device-width : 700px) {
body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.link { color: black;
    text-decoration: none;
    border: none;
    background-color: white;
    font-size: 14pt;
}

.menu-icon {
  background-color: white;
  height: 50px;
  width: 50px;
}

.link:hover { color: green;
    text-decoration: none;
    border: none;
    background-color: white;
    font-size: 14pt;
}
.menu {
    font-size: 14pt;
    padding: 26px;
    height: 48px;
    width: 100%;
    background-color: white;
    position: fixed;
}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-v {
    position: relative;
    display: inline-block;
    width: 220px;
  }
  
  .dropdown-content {
    font-size: 14pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
  }

  .dropdown-content-v {
    font-size: 14pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    margin-left: 220px;
  }

  .dropdown-content-v:hover {
    font-size: 14pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    margin-left: 220px;
    display: block;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    color: green;
    padding: 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content-v a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropdown-content {display: block;}

  .dropdown-v:hover .dropdown-content-v {display: block;}

  .dropdown-v2:hover .dropdown-content-v {display: block;}
  
  .header-main {
    background: url(footer.jpg);
    background-size: cover;
    color: white;
    font-size: 20pt;
    text-align: center;
    height: 500px;
    width: 10000px;
    display: table-cell; 
    vertical-align: middle;
    }

    .header {
      background: url(footer.jpg);
      background-size: cover;
      color: black;
      font-size: 22pt;
      text-align: center;
      height: 300px;
      width: 10000px;
      display: table-cell; 
      vertical-align: middle;
      }

    .pad-top {
      padding-top: 26.25px;
      padding-bottom: 26.25px;
      height: 48px;
      width: 100%;
      background-color: white;
      }

      .link2 { color: black;
        text-decoration: none;
        border: none;
        background-color: white;
        font-size: 15pt;
      }

      .link2:hover { color: green;
        text-decoration: none;
        border: none;
        background-color: white;
        font-size: 15pt;
    }

.text {
  background-color: white;
  color: black;
  font-size: 15pt;
  padding: 40px;
}

.text-center {
  background-color: white;
  color: black;
  font-size: 15pt;
  padding: 40px;
  text-align: center;
}

.text2 {
  color: black;
  font-size: 15pt;
  padding: 10px;
}

.image {
  float: right;
  background-color: white;
  border-radius: 10px;
  width: 77%;
  height: 90%;
  margin: 40px;
  object-fit: cover;
}

.image2 {
  float: right;
  background-color: white;
  border-radius: 10px;
  margin: 40px;
  object-fit: cover;
}

.image3 {
  background-color: white;
  border-radius: 20px;
  width: 18%;
  margin: 50px;
  object-fit: cover;
}

.images {
  display: flex;
  background-color: white;
  color: black;
  font-size: 15pt;
justify-content: center;
width: 100%;
}

.images2 {
  display: flex;
  background-color: white;
  color: black;
  font-size: 15pt;
justify-content: center;
width: 100%;
}


.text-left {
  color: black;
  font-size: 13pt;
  background-color: lightgrey;
  padding: 15px;
  height: 298px;
  padding-right: 33%;
  }
  .text-left-img {
    background-color: lightgrey;
    float: right;
    border-radius: 20px;
    margin: 7px;
    height: 315px;
  }

  a.button {
    background-color:green;
    color: white;
    padding: 7px;
    font-size: 13pt;
    border-radius: 100px;
    text-decoration: none;
  }

.iframe {
  display: flex;
  background-color: white;
  color: black;
  font-size: 15pt;
justify-content: center;
width: 100%;
}

.iframe2 {
  height: 700px;
  width: 85%;
  border-radius: 22px;
  text-align: center;
  font-size: 20pt;
  border-width: 2px;
  border-color: black;
  color: black;
  margin: 70px;
object-fit: cover;
}

.icon {
  height: 30px;
  margin-right: 20px;
  float: left;
}

.footer {
  background-color: #050526;
  color: white;
  text-align: center;
  font-size: 10pt;
  padding: 20px;
  margin-top: 30px;
}

.footer a {
  color: white;
}
}



@media screen and (orientation: portrait) and (min-device-width : 320px) and (max-device-width : 700px) {
  body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #050526;
}
.link { color: black;
    text-decoration: none;
    border: none;
    background-color: white;
    font-size: 19pt;
    object-fit: cover;
    padding: 0px;
    padding-top: 15px;
}

.menu-icon {
  background-color: white;
  height: 70px;
  width: 70px;
  object-fit: cover;
  float: left;
  margin-top: 10px;
}

.link:hover { color: green;
    text-decoration: none;
    border: none;
    background-color: white;
    font-size: 19pt;
}
.menu {
    font-size: 20pt;
    padding: 19px;
    height: 80px;
    width: 100%;
    background-color: white;
    position: fixed;
}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-v {
    position: relative;
    display: inline-block;
    width: 220px;
  }
  
  .dropdown-content {
    font-size: 19pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    padding-top: 10px;
  }

  .dropdown-content-v {
    font-size: 19pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    margin-left: 220px;
  }

  .dropdown-content-v:hover {
    font-size: 20pt;
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    margin-left: 220px;
    display: block;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    color: green;
    padding: 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content-v a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropdown-content {display: block;}

  .dropdown-v:hover .dropdown-content-v {display: block;}

  .dropdown-v2:hover .dropdown-content-v {display: block;}

  body:hover .dropdown-content {display: none;} .dropdown-content-v {display: none;}

  .header:hover .dropdown-content {display: none;} .dropdown-content-v {display: none;}

  .text:hover .dropdown-content {display: none;} .dropdown-content-v {display: none;}
  
  .header-main {
    background: url(footer.jpg);
    background-size: cover;
    color: white;
    font-size: 20pt;
    text-align: center;
    height: 700px;
    width: 10000px;
    display: table-cell; 
    vertical-align: middle;
    }

    .header {
      background: url(footer.jpg);
      background-size: cover;
      color: black;
      font-size: 22pt;
      text-align: center;
      height: 500px;
      width: 10000px;
      display: table-cell; 
      vertical-align: middle;
      }

    .pad-top {
      padding-top: 26.25px;
      padding-bottom: 26.25px;
      height: 80px;
      width: 100%;
      background-color: white;
      }

      .link2 { color: black;
        text-decoration: none;
        border: none;
        background-color: white;
        font-size: 15pt;
      }

      .link2:hover { color: green;
        text-decoration: none;
        border: none;
        background-color: white;
        font-size: 15pt;
    }

.text {
  background-color: white;
  color: black;
  font-size: 15pt;
  padding: 40px;
}

.text-center {
  background-color: white;
  color: black;
  font-size: 15pt;
  padding: 40px;
  text-align: center;
}

.text2 {
  color: black;
  font-size: 15pt;
  padding: 10px;
}

.image {
  float: right;
  background-color: white;
  border-radius: 10px;
  height:530px;
  margin: 40px;
  object-fit: cover;
}

.image2 {
  float: right;
  background-color: white;
  border-radius: 10px;
  height:530px;
  margin: 40px;
  object-fit: cover;
}

.image3 {
  background-color: white;
  border-radius: 20px;
  height: 350px;
  width: 350px;
  margin: 50px;
  object-fit: cover;
}

.images {
  background-color: white;
  color: black;
  font-size: 15pt;
justify-content: center;
padding-left: 5%;
}

.images2 {
  background-color: white;
  color: black;
  font-size: 15pt;
justify-content: center;
padding-left: 5%;
height: 1350px;
}

.text-left {
  color: black;
  font-size: 15pt;
  background-color: lightgrey;
  padding: 15px;
  padding-bottom: 30px;
  margin: 0px;
  }
  .text-left-img {
    background-color: lightgrey;
    width: 100%;
    margin: 0px;
  }

  a.button {
    background-color:green;
    color: white;
    padding: 7px;
    font-size: 15pt;
    border-radius: 100px;
    text-decoration: none;
  }

.iframe {
  display: flex;
  flex-flow: column;
  background-color: white;
  color: black;
  font-size: 15pt;
  justify-content: center;
  text-align: center;
}

.iframe2 {
  height: 700px;
  width: 800px;
  border-radius: 22px;
  text-align: center;
  font-size: 22pt;
  border-width: 2px;
  border-color: black;
  color: black;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 5.5%;
}

.icon {
  height: 30px;
  margin-right: 20px;
  float: left;
}

.footer {
  background-color: #050526;
  color: white;
  text-align: center;
  font-size: 10pt;
  padding: 20px;
  margin-top: 30px;
}

.footer a {
  color: white;
}
}