@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

@font-face {
  font-family: 'HelveticaNeue-UltraLight';
  src: url(./fonts/HelveticaNeue-UltraLight.otf);
}

body{
  font-family: "Roboto Condensed", Arial, "HelveticaNeue-UltraLight","Century Gothic","Century Gothic Light", Helvetica, "Lucida Grande", sans-serif;
  margin: 0;
  background: #fff;
  height:auto;
  min-width: 320px;
}

h1{
  font-weight: 500;
  font-size: 1.3em;
  text-transform: capitalize;
  font-family: "HelveticaNeue-UltraLight";
  letter-spacing: 1px;
  margin: 0;
}

h2{
  font-weight: 50;
  font-size: .8em;
  text-transform: capitalize;
  margin: 0;
}

img{
  display: block;
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

main{
  margin: 0;
}

textarea{
  font-family: Arial;
  border: solid 1px #ccc;
  border-radius: 5px;
}

input {
  border: none;
  border: solid 1px #ccc;
  border-radius: 5px;
}

::placeholder{
  color: #ddd;
  opacity: 1;
}

.main-header{
  position: fixed;
  width: 100%;
}

.landing{
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110px;
}

.logo{
  width: calc(4em + 2vw);
  padding-bottom: 1.4rem;
}

.landing-text{
  display: inline-block;
  padding-left: .1rem;
  font-size: calc(.8em + 1vw);
  margin: 0;
}

.pic{
  width: 12rem;
  padding: 1rem;
}

.landing-image{
  background-image: url("img/specHome.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  padding-top: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.landing-image h2{
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: calc(3.7em + 1vw);
  padding-top: 1em;
  padding-bottom: .5em;
  text-shadow: 0px 0px 10px #000;
}

.blocks{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}

.pic{
  width: 12rem;
  padding: 1rem;
}

.btn {
  padding: 0.5rem 2rem;
  border: 1px #ccc solid;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  color: #444;
  transition: background 800ms ease;
  margin-bottom: 2rem;
  background: #fff;
  font-size: 1rem;
}

.btn:hover{
  background: #ccc;
  cursor: pointer;
}

.header {
  padding: 1rem;
  text-align: center;
  background-color: #444;
  color: #fff;
  font-family: "Roboto Condensed", Arial;
  margin-bottom: .2rem;
}

.header h3{
  border-left: dotted 1px #fff;
  border-right: dotted 1px #fff;
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
}

.caption{
  padding: 0.8rem;
  text-align: center;
}

.images{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.pics{
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 2rem;
}

.pic_column{
  width: 40vw;
}

.about{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.our_story{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}

.form{
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
  padding-left: 3rem;
}

.red {
  font-size: 20px;
  font-weight: bold;
  width: 50px;
  padding: 15px;
  width: auto;
  background-color: #f44336;
  color: #fff;
  margin-top: 15px;
}

.green{
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  width: 70%;
  background-color: #74c476;
  color: #fff;
}

.form-control1{
  display: block;
  margin-bottom: 1rem;
  width: 75vw;
  max-width: 550px;
  padding: .5rem;
  font-size: 1rem;
}

footer{
  color: #fff;
  background-color: #333;
  height: 250px;
  font-size: 1.1rem;
  margin: 0;
}

.footer{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-logo{
  display: inline-block;
}

.footer-info{
  padding-left: 3rem;
  padding-top: 3rem;
}

.footer img{
  display: inline-block;
  height: 45px;
  width: 65px;
  padding-left: 2rem;
  padding-top: 2rem;
}

.footer h1{
  display: inline-block;
  font-size: 1.5rem;
}

footer a{
  color: white;
}

a{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

a:hover{
  color: tomato;

}


.landing-text a:hover{
  color: black;
}

#menuToggle
{
  display: inline-block;
  position: absolute;
  top: 47px;
  right: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  font-family: "Roboto Condensed", Arial;
  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(.5px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(1)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -2px);
}

#menu{
  list-style-type: none;
  text-align: center;
  margin: auto;

}

#menu li{
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}

#dropMenu{
    height:0;
    transition: 300ms;
    visibility: hidden;
    opacity: 0;
}

#dropMenu.active{
    height:5vh;
    transition: 300ms;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .landing-image + .blocks{
    padding-top: 102px;
}

.content-container{
  background-color: #f9f9f9;
  opacity: 1;
  height: 100%;
}

.content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.content-header{
    font-size: calc(1.5em + 1.5vw);
    justify-content: center;
    margin: 0;
    font-family: "HelveticaNeue-UltraLight";
}

.content-text{
    flex: 0 1 50vw;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
    font-size: calc(.8em + .8vw);
}

.content-image{
    background-image: url("img/lonny.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 1 50vw;
    box-shadow: 0 0 5px rgb(85, 85, 85);
}

.content-image2{
    background-image: url("img/circle.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 1 50vw;
    box-shadow: 0 0 5px rgb(85, 85, 85);
}

.quote-header{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    height: 400px;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("img/darkQuoteImage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.quote-header h2{
    border-bottom: solid 1px rgb(255, 255, 255);
    border-top: solid 1px rgb(255, 255, 255);
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: calc(3em + 1.5vw);
    color: #fff;
}

.blocks2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-top: 8rem;
  margin: 0;
}
.houseIcons3{
  width: 10rem;
  padding-left: 4rem;
  padding-right: 2rem;

}

.houseIcons2{
  width: 10rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.houseIcons1{
  width: 10rem;
  padding-right: 4rem;
  padding-left: 2rem;
  padding-top: 1.8rem;

}

.border{
  border-left: dotted 1px #555;
  height: 120%;
}

.house-options{
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding-bottom: 2rem;
}

.house-options h3{
  width: 18rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.contact-image{
  background-image: url("img/darkContactImage.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
  margin: 0;
}

.contact-container{
  display: inline-block;
  padding-top: 2rem;
  padding-left: calc(1rem + 10vw);
  margin: 0;
}

.contact-container h3{
  font-size: calc(2em + 1.5vw);
  color: #ccc;
  margin: 0;
}
.contact-container h2{
  display: inline;
  padding-left: 1rem;
  font-size: calc(3em + 1.5vw);
  color: #ccc;
  margin: 0;
}
.contact-container h4{
  font-size: calc(1em + 1.5vw);
  color: #ccc;
  margin: 0;
}
.contact-container h5{
  display: inline-block;
  padding-left: 1rem;
  font-size: calc(1em + 1.5vw);
  color: #ccc;
  margin: 0;
}
.contact-container img{
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
}
.inner-container{
  display: flex;
  align-items: center;
}
.contact-container a{
  color: #ccc;
}

.contact-container a:hover{
  color: tomato;
}




.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  margin:auto;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.model1-slides {
  display: none;
}

.model2-slides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo,
img.modal1-thumb {
  opacity: 0.6;
}

.active,
.demo:hover,
.modal1-thumb:hover {
  opacity: 1;
  cursor: pointer;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}



@media (max-width:420px)  { /* smartphones, iPhone, portrait 480x320 phones */

  .landing{
    justify-content:flex-start;
    padding-left:1rem;
  }

  .landing-text{
    font-size: 16px;
  }

  .landing-text h1{
      font-family: "HelveticaNeue";
      letter-spacing:0px;
  }

  .logo{
    width: 3em;
    padding-top: .5rem;
    padding-right: .3rem;
  }

  .landing-image{
    background-attachment:scroll;
  }

  .landing-image h2{
    font-size: 3rem;
  }

  .nav{
    display: none;
  }
  .mapouter{
    display: none;
  }

  #menu li{
      display: inline-block;
      padding-left: .5rem;
      padding-right: .5rem;
      margin: auto;
  }

  #dropMenu.active{
      height:7vh;
  }

  .quote-header{
      height: 200px;
      width: 100%;
      padding-top: 4rem;
      padding-bottom: 4rem;
      background-image: url("img/darkQuoteImage.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }

  .contact-container h2{
    font-size: 30px;
  }
  .inner-container h5{
    font-size: 15px;
  }


  .contact-container img{
    padding-top: 10px;

  }

  .blocks2{
    padding-top: .5rem;
  }

  .house-options{
      padding-top:0;
      padding-bottom: .5rem;
    }

    .house-options h3{
      padding-top:0;
      padding-bottom: 0.5rem;
    }

  .footer h1{
    font-size: 1.4rem;
  }

  .footer-info{
    font-size: 12px;
    padding-left: 10px;
  }


}


@media(max-width: 580px){

  #menuToggle
  {
    top: 47px;
    right: 10px;
  }
  .content{
    flex-direction: column;
    margin: 0;

  }
  .content-text{
      flex: 0 1 30vw;
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  .content-image{
    padding: 0;
  }

  .blocks2{
    height: 20%;
    padding: 1rem;
    padding-top: 6rem;
  }
  .houseIcons3{
    width: 8rem;
    padding: 1.5rem;
  }

  .houseIcons2{
    width: 8rem;
    padding: 1.5rem;
  }

  .houseIcons1{
    width: 8rem;
    padding-right: 1.5rem;
    padding-bottom: .5rem;
  }

  .border{
    border-left: dotted 1px #555;
    height: 150%;
  }

  .house-options h3{
    width: 9.5rem;
  }

    /* Modal Content */
  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
  }

}

@media (min-width:680px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

  .pic_column{
    width: 100vw;
  }



}
@media (max-width:1025px){
  .nav{
    display: none;
  }
  .mapouter{
    display: none;
  }
  .pic_column{
    width: 100%;
  }
  .landing-image{
    height: 400px;
    padding-top: 160px;
  }



}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  #menuToggle{
    display: none;
  }
  #dropMenu{
      display: none;
  }

  .logo{
    padding-right: 1rem;
  }

  .nav{
    width: 100%;
    background: #333;
    display: inline-block;
  }

  .nav a{
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    padding: 1rem;
  }

  .nav a:hover {
    background-color: #000;
  }

  .nav a.active {
    background-color: #555;
  }

  .landing-image{
    height: 400px;
  }

  .landing-image h2{
    font-size: 100px;
  }

  .mapouter{
    display: block;
    margin-bottom: 1rem;
    width: 75vw;
    max-width: 560px;
    border-color: gray;
    border-style: solid;
    border-width: medium;
  }

  .content-header{
      font-size: 40px;

  }

  .content-text{
      font-size: 20px;
  }

  .pic{
    padding: 3rem;
  }

  .footer-info{
    padding-left: 8rem;
    padding-top: 2rem;
  }

  .footer img{
    display: inline-block;
    height: 45px;
    width: 65px;
    padding-left: 7rem;
    padding-top: 2rem;
  }
}
