@charset "utf-8";

#mainContent {
   height: 90vh;
   background-image: url('/images/couple-hill.jpg');
   background-position: center;
   background-size: cover;
   display: flex;
   justify-content: center;
   flex-direction: column;
}

#mainContent > .middleCenter {
   display: flex;
   justify-content: center;
   flex-direction: row;
}

#mainContent > .middleCenter > div {
   text-align: center;
}

#mainContent > .middleCenter p {
   max-width: 600px;
   margin-left: 20px;
   margin-right: 20px;
}

#mainContent h1 + span {
   text-transform: uppercase;
}

#mainContent > .socialMediaButtons {
   position: absolute;
   bottom: calc(5% + 16px);
   right: 80px;
}

#mainBackgroundImage {
   height: 100%;
   width: 100%;
   /*background-image: url('/images/couple-drinking-on-wall.jpg');*/
   background-image: url('/images/couple-hill.jpg');
   background-position: center;
   background-size: cover;
   position: fixed;
   z-index: -1;
   opacity: 0.75;
}

.socialMediaButtons > a {
	display: inline-block;
   margin: 10px;
   filter: drop-shadow(0 3px 9px #0004);
}

.socialMediaButtons > a > img {
	width: 40px;
}

.socialMediaButtons > a:hover {
   transition: transform .3s;
   transform: scale(1.125);
}

footer {
	text-align: center;
	margin: 0 auto;
    padding: 120px 0 40px 0;
}

footer.light {
    background-color: #FFF;
}

footer h2 {
	margin-top: 0;
	margin-bottom: 50px;
}

footer.light h2 {
    color: #2A2A34;
}

footer > div {
	display: flex;
	justify-content: center;
}

footer > div > div {
	display: block;
	margin: 0 50px;
}

footer > div > div > a {
   display: block;
   margin-bottom: 1em;
}

footer.light > div > div > a {
    color: #2A2A34;
}


@media (max-width: 1000px) {

    #mainContent .socialMediaButtons {
	  display: none;
	}
	
	footer {
	   margin: 50px auto 25px auto;
	}
	
	footer > div {
	   display: block;
	}
	
	footer > div > div {
	   float: left;
	   width: 50%;
	   margin: 0 0 25px 0;
	}
	
	footer > div:after {
      content: "";
      display: block;
      clear: both;
   }
   
   #mainContent {
       background-image: url('/images/couple-fall-mobile.jpg');
       background-position: 47% 50%;
	}
	
	#mainBackgroundImage {
       background-image: url('/images/couple-fall-mobile.jpg');
	   opacity: 0.3;
	}
	
}

@media (max-width: 600px) {
   
   footer > div > div {
      float: left;
      width: 100%;
      margin: 0 0 25px 0;
   }
   
}

@media (max-height: 550px) {
	
	#mainContent {
      height: auto;
      padding: 50px 0;
   }
	
   #mainContent > .socialMediaButtons {
	   position: absolute;
	   top: 60px;
	   right: 80px;
	}
	
	.socialMediaButtons {
     display: none;
   }
	
}
