.hero {
  font-family: "Roboto", serif;
  text-align: center;
  min-height: 800px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .hero.landscape {
    color: white; }
  .hero.bridge {
    background-image: url(../img/bridge/full-width.jpg);
    width: 100%; }
    .hero.bridge h3 {
      color: white; }
  .hero h1 {
    line-height: 55px;
    font-size: 72px; }
  .hero h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px; }

#intro h1, #intro h5 {
  text-shadow: RGBa(0, 0, 0, 0.25) 0px 5px 5px; }
#intro h5 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700; }

.cta {
  background-color: black;
  color: white;
  padding: 0px;
  width: 180px;
  font-size: 18px;
  line-height: 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .cta:hover {
    background-color: #00CFFF; }

#about {
  min-height: 0; }
  #about .left-col {
    color: #00E2AC;
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700; }
    #about .left-col h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 60px;
      line-height: 55px; }
  #about .right-col {
    text-align: left;
    padding: 20px; }
    #about .right-col h5 {
      font-size: 24px;
      line-height: 30px; }

#gallery {
  background-color: #EEFDF9; }
  #gallery .col-md-4 {
    overflow: hidden;
    padding: 0px 5px 10px 5px; }
    #gallery .col-md-4 img {
      height: 100%;
      max-width: 390px;
      max-height: 380px; }

#contact p {
  font-size: 24px;
  margin-bottom: 40px;
  max-width: 740px; }

#social {
  padding: 20px; }
  #social a {
    margin: 0px 5px 0px 5px;
    text-decoration: none; }
  #social img {
    height: 20px; }
    #social img:hover {
      opacity: 0.5; }

#footer {
  height: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 150px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  #footer a {
    color: black;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    margin-left: 5px;
    margin-right: 20px; }
  #footer .footer-item {
    flex: 1;
    max-width: 100px; }

.copyright {
  margin-left: auto;
  color: #00E2AC; }

#sidebar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 0px;
  height: 100%;
  padding-top: 10px;
  font-family: "Roboto", serif;
  color: white;
  background-color: black;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease; }
  #sidebar-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 4px;
    padding: 0px; }
  #sidebar-wrapper a {
    color: white;
    font-size: 24px;
    margin-left: 10px; }
  #sidebar-wrapper.open {
    width: 320px; }
  #sidebar-wrapper .sidebar-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

#close-btn {
  margin-left: 30px;
  margin-top: 10px;
  align-self: flex-start;
  color: white;
  cursor: pointer; }
  #close-btn:hover {
    opacity: 0.5; }
  #close-btn img {
    height: 30px;
    width: 30px; }

#hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 34px;
  width: 40px;
  left: 30px;
  top: 20px;
  border-radius: 4px;
  background-color: black;
  z-index: 1; }
  #hamburger:hover {
    background-color: #00CFFF; }
  #hamburger img {
    height: 30px;
    width: 30px; }

@media only screen and (max-width: 480px) {
  #intro {
    min-height: 640px; }

  #about .left-col h2 {
    font-size: 42px;
    line-height: 40px; }

  #footer {
    margin-left: 20px;
    margin-right: 20px; }
    #footer h4 {
      margin-right: 20px; } }
@media only screen and (max-width: 992px) {
  .row {
    width: 100%; }

  #gallery .col-md-4 {
    width: 100%; }
    #gallery .col-md-4 img {
      width: 100%;
      max-width: 992px;
      max-height: 990px; } }

/*# sourceMappingURL=main.css.map */
