* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight:lighter;

}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  position: relative;
  min-height:100vh;
  display:flex;
  flex-direction: column;
  flex-grow:1;
}

header {
  position: relative;
  min-height:80vh;
  max-height:850px;
}

footer {
  text-align: center;
  background: #111;
  padding: 50px;
  width: 100%;
  margin-top:auto;
  color:white;
}

.footer-links, .footer-nav {
  display:flex;
  justify-content: space-around;
}

.social-media {
  display:flex;
  justify-content: flex-start;
}

.social-media .icon {
  width:25px;
}

.corporate {
  display:flex;
  align-items: flex-end;
}

.footer-links a {
  font-size: 1rem;
  text-transform: unset;
  color:white;
  margin:10px;
}

.copyright {
  font-size:0.8rem;
}

.logo {
  max-width: 350px;
}

.logo-wrapper {
  flex: 1;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 20px;
}

.logo-wrapper img {
  width:250px;
}

.header-gallery-image {
  max-width: 100%;
}

a,
a:visited,
a:active {
  text-decoration: none;
  /* font-weight:bold;
  letter-spacing: 3px; */
  transition: border 0.5s;
}

a:hover {
  /* border-bottom: 1px solid rgb(150, 150, 150); */
}

h1 {
  font-size: 7rem;
  color: #5d5d5d;
  margin: 0;
  padding: 0;
  font-weight: lighter;
}

h2 {
  font-size: 2.5rem;
  color: rgba(0, 0, 0, .7);
  font-weight: lighter;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 30px;
}

h3 {
  color: #727272;
  font-weight: normal;
  font-size: -2rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

.inverted {
  color: white;
  background: #949695;
  padding: 0px 5px;
  /* display: inline-block; */
}



.hero {
  max-width: 1600px;
}

.social-content-right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

nav {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: transparent;
  margin-top: 20px;
  z-index: 99999;
}

nav.absolute {
  position: absolute;
  top: 0;
}

nav > div {
  flex:1;
  display:flex;
  justify-content: center;
  align-items: center;
}

nav a {
  text-decoration: none;
  cursor: pointer;
  margin: 0 50px;
  color: white;
  font-size: 1.25rem;
}

nav.color-nav a {
  color:rgb(0, 0, 0);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 1px;
  border-radius: 5px;
  color: white;
  background: white;
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after,
.hamburger-color .hamburger-inner,
.hamburger-color .hamburger-inner::before,
.hamburger-color .hamburger-inner::after
{
  color: rgba(0,0,0,.7);;
  background: rgba(0,0,0,.7);;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

nav#mobile {
  z-index: 9999;
  position: absolute;
  top: 0;
  align-items: flex-start;
  justify-content: flex-start;
  background: transparent;
}

nav#mobile .logo {
  width: 250px;
}


nav#mobile,
#nav-overlay {
  display: none;
}

#nav-overlay {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}

#nav-overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#nav-overlay .content div {
  width: 200px;
  margin: 2%;
  margin-top: 2%;
  padding: 10px 20px;
  border-radius: 6px;
  margin-top: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#nav-overlay .content a {
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .7);
}

#nav-overlay .content div a,
#nav-overlay .content div a:visited,
#nav-overlay .content div a:active {
  color: rgba(0, 0, 0, .7);
}

section {
  margin: 0px auto;
  padding: 10px;
  margin-bottom: 100px;
  width:66%;
  max-width: 800px;
}

section.full-width {
  width:90%;
  max-width:90%;
}

section a,
section a:visited,
section a:active {
  color:black;
  text-decoration: underline;
}

p {
  color: #4e4e4e;
}

p a {
  font-size: unset;
}




.hero {
  padding: 10px 20px;
  border-radius: 6px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: space-between;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.socials {
  /* background-color: #f3f3f1; */
  padding: 3px 0px;
  /* box-shadow: -6px 3px 20px 0px rgb(0 0 0 / 29%); */
}

.socials p {
  margin: 40px 0px;
}

.socials .links {
  display: flex;
  justify-content: space-around;
}

.socials .links img {
  max-width: 24px;
  border-radius: 90px;
  margin-right: 5px;
}

.me img {
  max-width: 600px;
  border-radius: 10px;
  /* box-shadow: -6px 3px 20px 0px rgb(0 0 0 / 29%); */
}

.flex {
  display: flex;
}

.social-content {
  flex-direction: row-reverse;
}

.space-evenly {
  justify-content: space-evenly;
}

.space-around {
  justify-content: space-around;
}

.websites .website {
  margin: 20px;
}

.photos {
  text-align: center;
}

.photos img {
  border-radius: 20px;
}

a span {
  font-weight: bold;
}

a .small {
  font-size: 16px;
}

a .light {
  color: rgb(153 151 136);
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}



#contact {
  max-width: 100%;
}

#contact p {
  max-width: 1200px;
  margin: 0 auto;
}

#contact iframe {
  margin-top: 30px;
}


@media (min-width:768px) {
  .hero {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .logo-wrapper {
    left: unset;
    right:0%;
    transform: translate(0%, 0%);
  }

  #nav-overlay .content {
    top:88%;
  }

  #nav-overlay .content div {
    padding: 10px 20px;
  }
}


@media (min-width:1025px) {
  .logo-wrapper {
    display:none;
  }
}


@media (max-width: 1200px) {

  nav {
    display: none;
  }

  nav#mobile {
    display: flex;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  header {
    margin-top: 0px;
  }

  .corporate {
    margin-top:unset;
    flex-direction: column;
    justify-content: inherit;
  }

  .social-content {
    flex-direction: column-reverse;
  }

  .socials .links {
    flex-direction: column;
  }

  .social-content-right-column {
    margin-top: 50px;
  }

}

@media (max-width: 812px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }

  section a {
    font-size: 1rem;
  }

  section {
    margin: 20px auto;
    margin-top:150px;
    width:80%;
 }

  nav {
    padding: 10px;
  }

  .me img {
    width: 100%;
  }

  .hero {
    padding: 0;
  }

  .footer-links {
    flex-direction: row;
    justify-content: space-between;
  }

  .corporate {
    margin-top: auto;
  }

  .footer-nav {
    flex-direction: column;
    text-align: left;
  }

  .gallery {
    flex-direction: column !important;
  }

  .gallery__column {
    width:100% !important;
  }

  .gallery:hover .gallery__image {
    filter:none !important;
  }

  .gallery__image:hover {
    transform:none !important;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width:425px) {

  a,
  a:visited,
  a:active {
    font-size: 1.2rem;
  }

}