* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

body {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.wrapper { margin: 0 3%; }

.clear { clear: both; }

.whiteBg { background-color: #ffffff; }

h1, h2, h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}

header {
  padding: 5px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 3px 0 #969696;
  box-shadow: 0 2px 3px 0 #969696;
}

header a#YVS {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/YourVoiceSolution.png');
  background-size: cover;

}

header nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
  margin-left: 10px;
  text-align: center;
}

header nav a {
  margin: 0 25px;
  text-decoration: none;
  color: #0180a9;
  font-size: 18px;
  transition: 0.2s linear all;
}

header nav a:hover {
  color: #868789;
}

header nav a.rgtMenu { float: right; margin: 0; }

section#banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/Your-voice.jpg');
  width: 100%;
  height: 550px;
}

section.container {
  text-align: center;
}

section.container h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

section.container p {
  margin: 5px;
  line-height: 25px;
}

section.container.twoSec {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  align-content: center;
}

section.container aside {
  padding: 80px 20px;
}

section.container aside.lightBlue {
  text-align: left;
  padding: 80px 60px;
  background-color: #0180a9;
  color: #ffffff;
}

section.container aside.imgSec {
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/HeatherRundquistInStudio.jpg');
}

section.container#about aside.whiteBg {
  text-align: left;
  padding: 80px 60px;
}

section.container#about aside h2 span#aboutMic {
  display: inline-block;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/about-mic.svg');
}

section.container#about aside.whiteBg p {
  margin: 20px 0;
}

section.container#contact {
  padding: 80px 0;
}

section.container#contact span#chat {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/contact.svg');
}

section.container#contact a {
  text-decoration: none;
  color: #0180a9;
}

section.container#contact h3 { margin: 10px 0; }

footer {
  padding: 30px 0;
  font-size: 12px;
  color: #868686;
  text-align: center;
  border-top: #0180a9 dotted thin;
}

@media screen
  and (min-width: 750px)
  and (max-width: 1100px) {
    .wrapper { margin: 0 2%; }

    section.container aside { padding: 60px 20px; }

    section.container#about aside.whiteBg,
    section.container aside.lightBlue { padding: 60px 40px; }
}

@media screen
  and (min-width: 550px)
  and (max-width: 750px) {

    .wrapper { margin: 0 1.5%; }

    header nav a { margin: 0 10px; }

    section.container aside { padding: 50px 10px; }

    section.container#about aside.whiteBg,
    section.container aside.lightBlue { padding: 50px 20px; }

    section.container#about aside.whiteBg p { margin: 8px 0; }
}

@media screen
  and (min-width: 320px)
  and (max-width: 550px) {
    .wrapper { margin: 0 2%; }

    section.container { text-align: left; }

    section.container.twoSec {
      grid-template-columns: 100%;
      grid-template-rows: auto auto;
    }

    header nav a { margin: 0 8px; font-size: 15px; }

    header nav a.rgtMenu { display: none; }

    section.container h2 { font-size: 26px; }

    section.container aside { padding: 30px 25px; }

    section.container#about aside.whiteBg,
    section.container aside.lightBlue { padding: 30px 25px; }

    section.container#about aside.whiteBg p { margin: 8px 0; }

    section.container aside.imgSec { height: 450px; }

    section.container#contact { padding: 50px 0; }
}

/* Fix REI BlackBook form display */
section.container#project aside:last-child {
  overflow: visible;
  min-height: 600px; /* Adjust as needed */
  display: block;
}

/* In case the form uses an iframe */
iframe {
  width: 100% !important;
  min-height: 600px !important;
  border: none;
  display: block;
}
