.grid-image {
  height: 70%;
  width: auto;
}

.container {
  max-width: 940px;
  margin: 0 auto;
}


/* Nav Styles */

nav {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.collapse{
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav{
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .navbar-brand {
  width: 200px;
}

nav ul li {
  margin: 0px 15px 0px 15px;
}


/* Home Hero Styles */

#home {
  margin-top: 50px;
  padding-top: 200px;
  padding-bottom: 200px;
  background: linear-gradient(rgba(46, 157, 255, 0.22), rgba(46, 157, 255, 0.22), transparent), url("images/hero.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

#home h1 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 60px;
  color: white;
  margin-top: 50px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #home h1 {
    margin-top: -50px;
    font-size: 38px;
  }
}

#home p {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

#home button {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: white;
  background-color: #195b96;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  width: 180px;
  height: 45px;
  border: none;
  margin-top: 50px;
  padding: 12px, 30px, 12px, 30px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
             0 1px 5px 0 rgba(0, 0, 0, 0.12),
             0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#home button:hover {
  background-color: #2e9dff;
}

#home button a{
  text-decoration: none;
  color: #ffffff;
}


/* Services Styles */


/* ALL SECTION TITLE GROUP STYLES */

.section-title-group h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
}

.section-title-group p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
}

#services {
  padding: 40px 0px 80px 0px;
}

#services {
  padding: 100px 10px 100px 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}

#services .service-badge {
  margin: 0px 20px 0px 20px;
  border: 1px;
  border-style: solid;
  border-color: #dcebf7;
  padding: 30px 30px 30px 30px;
}

#services h3 {
  text-transform: uppercase;
  color: #787880;
}

#services .grid-image {
  background-color: #195b96;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  border: 5px;
  border-style: solid;
  border-color: #195b96;
}

#services p {}

@media (max-width: 768px) {
  #services .grid-image {
    width: 30%;
    min-width: 60px;
  }
  #services h3 {
    font-size: 18px;
  }
  #services .service-badge {
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 20px 0px;
  }
}


/* Unit Sizes Styles */

#unit-sizes {
  padding: 100px 0px 80px 0px;
  background-color: #192024;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#unit-sizes .section-title-group h2 {
  padding-top: 100px;
  color: white;
}

#unit-sizes .section-title-group p {
  color: white
}

#unit-sizes {
  padding: 0px 10px 0px 10px;
  background-color: #192024;
  display: flex;
  align-content: center;
  justify-content: center;
}

#unit-sizes img {
  background-color: #195b96;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  border: 5px;
  border-style: solid;
  border-color: #195b96;
}

#unit-sizes #unit-wrapper {
  max-width: 992px;
  display: flex;
  align-content: center;
  justify-content: center;
}

#unit-sizes .unit-type {
  background-color: #ffffff;
  margin: 20px 10px 20px 10px;
  text-align: center;
  width: 20vw;
  overflow: hidden;
}

@media (max-width: 992px) {
  #unit-sizes .unit-type {
    width: 60vw;
  }
}

#unit-sizes .unit-type h5 {
  margin: 20px 0px 5px 0px;
  font-size: 30px;
  font-weight: 700;
  color: #195b96;
}

#unit-sizes .unit-type .price {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

#unit-sizes .unit-type .secondary-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  #unit-sizes .unit-type .unit-description {
    height: 350px;
  }
}

#unit-sizes button {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  color: white;
  background-color: #195b96;
  font-size: 16px;
  border: none;
  height: 40px;
  margin: 0px 5px 20px 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
             0 1px 5px 0 rgba(0, 0, 0, 0.12),
             0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#unit-sizes button:hover {
  background-color: #2e9dff;
}

#unit-sizes button a{
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 768px) {
  #unit-sizes button {
    width: 150px;
  }
}


/* About Us Styles */

#about-us {
  padding: 100px 0px 80px 0px;
}

#about-p {
  font-family: 'Open-Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #333;
  margin: 30px 0px 30px 0px;
}


/* Gallery Styles */

#gallery {
  padding: 40px 0px 80px 0px;
}

div.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 30px;
}

div.tab button {
  background-color: #195b96;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin: 0px 20px 0px 20px;
  width: 200px;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
             0 1px 5px 0 rgba(0, 0, 0, 0.12),
             0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

div.tab button:active {
  background-color: #f8c740;
}

div.tab button.active {
  background-color: #f8c740;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  text-align: center;
}

.tabcontent img {
  width: 100%;
  height: auto;
}

.tabcontent h3 {
  margin-bottom: 10px;
  font-family: 'Open-Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: capitalize;
  color: #333;
}

.tabcontent p {
  margin-top: 0px;
  font-family: 'Open-Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}


/* Contact Us Styles */

#contact-us {
  margin: 40px 0px 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#contact-us .contact-info p {
  font-family: 'Open-Sans', sans-serif;
  font-size: 24px;
  color: #333;
  margin: 0px 0px 10px 0px;
}

#contact-us iframe {
  width: 100%;
}


/* Footer Styles */

footer {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #edeff2;
  padding-top: 20px;
}

footer .footer-container {
  width: 32%;
}

footer h5 {
  color: #676770;
  font-family: 'Open-Sans', sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

footer .footer-sub-head {
  font-family: 'Open-Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #6a859c;
  margin-top: 10px;
}

footer p {
  font-family: 'Open-Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6a859c;
  margin: 2px;
}

footer #author {
  margin-top: 50px;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
