
/* Mobile Optimizing */








/*---------------- Everything --------------------*/




body {
    font-size: 3em;
}



.M
 {
  display: inherit;
}


.X
 {
  display: none;
}




/*---------------- Layout --------------------*/

.container {
  display: grid;
  grid-template-areas:
'top2'
'grey'
'content'
'grey2'
'footer';
 grid-template-rows: 200px 30px auto 30px 325px;
}


/*has no grey bars*/

.container2 {
  display: grid;
  grid-template-areas:
'top2'
'content'
'footer';
 grid-template-rows: 220px auto 325px;
}



.top2 {
  grid-area: top2;
  display: grid;
  grid-template-areas: 'title' 'menu';
  grid-gap: 0;
  background-color: #fff;
}




.footer {
  margin: 10% 0 50% 0;
  padding: 0;
  font-size: 0.8em;
  display: initial;
}




/*---------------- Menu --------------------*/



.icon2
 {
    width: 140px;
    z-index: 10;
}

.menu {
  grid-template-columns: auto;
  grid-column-gap: 0;
  display: grid;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  height: inherit;
  padding:0;
}




.dropdown2 {
    position: fixed;
    display: grid;
    text-decoration: none;
    z-index: 5;
    padding:5%;
}




.dropdown-content2 {
    position: fixed;
    font-size: 1.5em;
    display: none;
    background-color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    padding:50px 0 50px 0;
    font-weight: normal;
    max-height: 100vh;
}


.dropdown-content2 a {
    padding: 30px;
    text-decoration: none;
    display: block;
}


.dropdown-content2 a:active {background-color: #f1f1f1}


.dropdown2:active .dropdown-content {
    display: block;
}






/*---------------- Home --------------------*/


.containerHome {
  display: none;
}


.container3 {
  display: grid;
  grid-template-areas:
'content4'
'footer4';
 grid-template-rows: auto auto;
}



.content4 {
  grid-area: content4;
  display: grid;
  height: 100vh;
}



.mobileHome {
 display: grid;
 grid-template-columns: 1fr 2fr 1fr;
 background-image: url("images/aspenWed.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position:30% 30%;
 justify-content: center;
 align-content: center;
}



.footer4 {
  grid-area: footer4;
  display: grid;
  grid-template-areas: 'social' 'location' 'contact';
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  padding:8% 0 8.5% 0;
  word-spacing: 1px;
  grid-gap: 15px;
  background-color: #fff;
}


/*---------------- Films --------------------*/

.white {
  margin: 5% 0 20% 0;
  max-width: 100vw;
  min-width: 700px;
}

.button2
    {
    margin: 70px 20% 0 20%;
}



/*  -------------- Contact --------------------*/


.contactBlock {
 grid-template-columns: 1fr;
}

.footerCon {
  font-size: 0.5em;
  display: inherit;
  padding:8% 0 8.5% 0;
  margin: 15% 0 20% 0;
}

/*  -------------- Info --------------------*/

.info {
  grid-template-columns: 1fr;
  grid-gap: 2%;
  width: 100vw;
  padding:6.75% 0 15% 0;
}




/*  -------------- About --------------------*/



.about {
 background-size: cover;
 background-position:40% 30%;
 grid-template-columns: 1fr;
}


.textblock1 {
  margin: 10%;
  padding-left:10%;
  border-radius: 5px;
}


/*  -------------- Reviews --------------------*/


.reviews {
  grid-template-columns: 1fr;
  grid-gap: 1%;
  padding: 1% 5% 70% 5%;
}

.revtop {
  color: #fff;
  text-shadow: 4px 4px 2px #000;
}

.quote {
    font-size: 0.8em;
}

.by {
    margin: 5%;
    font-size: 1em;
}

.textblock2 {
  border-radius: 10px;
  padding: 10%;
}



/*  -------------- Pricing --------------------*/



.pricing {
 display: grid;
 grid-template-columns: 1fr;
 background-image: url("images/purple.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: top center;
 justify-content: center;
 align-content: center;
 padding: 50px;
}


.textblock {
  padding: 10%;
  border-radius: 5px;
}




/*  -------------- Photos ----------------------*/


.gallery
 {
  grid-gap: 0px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  width: 100vw;
  padding:0;
}


.block
 {
    width: 100vw;
    min-width: 200px;
    margin: 0;
}

.round
{
  width: 100%;
  border-radius: 3px;}


  .footerPho {
    font-size: 1.05em;
    display: inherit;
    padding:8% 0 8.5% 0;
    margin: 15% 0 20% 0;
  }


/*---------------- Footer --------------------*/



.contact
 {
    grid-area: contact;
    font-size: .8em;
    color: #333;
    text-align: center;
}


.social {
  grid-gap: 6%;
}


.location
 {
    grid-area: location;
    padding-top: 2%;
}


.icon
 {
    width: 120px;
}
