body {
  font-family: times;
  height: 96vh;
  margin: 2vh;
  padding-bottom: 2vw;
  

}

p {
  text-align: left;
  font-size: calc(14px + .5vw);
  line-height: 1.4;
  
    
}



input {
  width: 80%;
}

#mailerlite1 {
  display:none;
}

.clear {
  float: left;
  margin: -.4vw;
}
.primary {
  border: 1px solid #ffffff;
}

.subscribe-button {
    font-size: calc(14px + .5vw);
    line-height: 1.4;
    font-family: times, sans-serif;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 13px;
  }

.subscribe-button:hover {
    cursor: pointer;
}
  
#mc-embedded-subscribe {
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

#mc_embed_signup {
  text-align: left;
  font-size: calc(12px + .5vw);
  line-height: 1.4;
  margin-left: 0;
  font:14px;
  font-family: times,sans-serif;
  color: black;
  background-color: white;
  
}

.mc-field-group {
  width: 80%;
  font-color: black;
  
}

#mc_embed_signup_scroll {
  font-color: black;
}

#mailter-lite-link {
  display:none
}

mce_inline_error {
  font-color: black;
  background-color: rgba(255, 255, 255, 0.8);
 
}

#mce-responses {
  font-color: black;
  font-size: calc(12px + .5vw);
}


.mce-error-response {
  font-color: black;
  font-size: calc(50px + .5vw);
  
}

#mc-email {
  width: 80%
  
}

.mce_inline_error {
    text-align: left;
    font-size: calc(12px + .5vw);
   
  }

.mce_inline_error {
    text-align: left;
    font-size: calc(12px + .5vw);
  
  }
  
.grid-container {
  display: grid;
  grid-template-columns: 1fr 2.25fr 2.25fr 1fr;
  grid-template-rows: auto;
  background-color: white;
  column-gap: 10px;
  row-gap: 1em;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
}

#text-chunk1 {
  margin-top: 6vw;
  margin-right: 2vw;
  margin-left: 3vw;
  margin-bottom: 4vw;
}

#text-chunk2 {
  margin-top: 6vw;
  margin-left: 2vw;
  margin-right: 3vw;
  margin-bottom: 2vw;
}

.item1 {
  grid-column-start: 1;
  grid-column-end: 2;
}

.item2 {
  grid-column-start: 2;
  grid-column-end: 3;


}

.item3 {
  grid-column-start: 3;
  grid-column-end: 4;
 
}

.item4 {
  grid-column-start: 4;
  grid-column-end: 5;
 
}

.item6 {
  grid-column: 1/4;
}

#btn1 {
  margin-left: 2vw;
  
}

#btn2 {
  margin-left: .75vw;
  
}

#mobile-container {
  display: none;
  
}

#blob1 {
  position: relative;
  top: 53vh;
  width: 11vw;
  right: 8vw;
  min-width: 83px;
  z-index: +4;

}

#blob2 {
  position: relative;
  top: 10vh;
  width: 16vw;
  right: -2vw;
  min-width: 120px;
  animation: rotation 90s infinite linear;
}


#blob3 {
  position: relative;
  top: 28vh;
  right: 12vw;
  width: 12vw;
  min-width: 100px;
  transform: rotate(5deg);
}

#blob4 {
  position: relative;
  right: 14vw;
  width: 14vw;
  min-width: 100px;
  top: 18vh;
  transform: rotate(deg);
  
}


#blob5 {
  position: relative;
  top: 40vh;
  right: 10vw;
  transform: rotate(20deg);
  width: 26vw;
  min-width: 195px;
  
}


#blob6 {
  position: relative;
  top: 50vh;
  right: -4vw;
  width: 9.5vw;
  min-width: 71px;
  
}

  
#img1 {
    display: none;
    height: 40vw;
    pointer-events: none;
    position: absolute;
    left: 60vw;
    top: 30vh;
    z-index: +10;
  }

#img2 {
    display: none;
    height: 40vw;
    pointer-events: none;
    position: absolute;
    left: 35vw;
    top: 15vh;
    z-index: +1;
  }

#img3 {
    display: none;
    height: 30vw;
    pointer-events: none;
    position: absolute;
    left: 20vw;
    top: 25vh;
    z-index: +1;
  }

#img4 {
    display: none;
    height: 30vw;
    pointer-events: none;
    position: absolute;
    left: 60vw;
    top: 11vh;
    z-index: +10;
  }

#img5 {
    display: none;
    height: 30vw;
    pointer-events: none;
    position: absolute;
    left: 5vw;
    top: 36vh;
    z-index: +1;
  }

#img6 {
    display: none;
    height: 30vw;
    size: 20%;
    pointer-events: none;
    position: absolute;
    left: 20vw;
    top: 10vh;
    z-index: +1;
  }



.buttons {
    width: 75px;
    height: 40px;
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: inline;
    float:left;
    background-color: white;
    border: 1.5px solid black;
    color: black;
    font-size: 28px;
    font-family: times;
    border-radius: 13px;
  
}



a:link {
  color: blue;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: purple;
}

.buttons:hover {
    background-color: black;
    border: none;
    color: white;
    cursor: pointer;
}
.x-out {
    float: left;
    margin-left: 2vw;
    margin-top: 2vw;
    background-color: white;
    border: none;
    cursor: pointer;
}
  
.x-img {
    width: 1.5vw;
  
}

.hide {

  display: none;

}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/* Style the navbar */
#navbar {
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
}

/* Navbar links */
#navbar a {
  color: black;
  font-size: calc(14px + .5vw);
  font: times;
  font-weight: normal;
 
}

#navbar a:hover {
  color: purple;
 
}

#navbar a:hover {
  color: purple;
 
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 2vw;
  float: left;
  text-align: left;
  

}


/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}


  
  


@media only screen and (max-width: 820px) {
  body {
  height: auto;

    }
.grid-container {
    grid-template-columns: 0px 1fr 1fr 0px;
    grid-template-rows: 24vh 24vh;
    margin-bottom: 4vw;
    }

  
  
.item4 {
  grid-column-start: 2;
  grid-column-end: 3;
 
}
  #desktop-nav-item{
    display: none;
  }
  
  #blob4 {
    right: -50vw;
    top: -20vh;
    
    }
  
  #blob6 {
    top: 18vh;
    right: -10vw;

    }
  
  #blob5 {
    top: 30vh;
    right: -3vw;

    }
  
  #blob2 {
    left: 2vw;

    }
  
  #blob3 {
    top: 45vh;
    left: 3vw;

    }
  
  #blob1 {
    right: -40vw;
    top: 20vh;

    }
  
  
  .item6 {
    height: 100vh;
}

  .buttons {
    display: none;
  
}
  
  #mobile-container {
  display: block;
  padding: 2vh;
  margin-left: 1vw;
  
}
  
  .mobile-text {
    
    font-size: calc(14px + .5vw);
    text-align: left;
    margin: auto;
    width: 85vw;
   
}
  
  #mobile-img1 {
    width: 85vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  #item1 {
    display: none;
  }
  
 /* Style the navbar */
#navbar {
  overflow: hidden;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: +5;
}

/* Navbar links */
#navbar a {
  color: black;
  font-size: calc(18px + .5vw);
  font: times;
  font-weight: normal;
 
}

ul {
  list-style-type: none;
  margin: 0;
  padding-bottom: 24px;
  padding-right: 20px;
  float: right;
  text-align: right;
  }