*:focus {
  outline: none; }

body {
  font-family: 'Droid Sans',Tahoma,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  outline: none; }

h3, h4 {
  font-size: 1.9em;
  font-family: 'Julius Sans One', sans-serif;
  color: #797777; }

h4 {
  font-weight: 400;
  font-size: 1.3em; }

a, .navigation-item {
  color: #797777;
  text-decoration: none;
  cursor: pointer; }
  a:hover, .navigation-item:hover {
    color: #111; }

.mobile-navigation, .nav-container {
  display: none; }

.top-shadow {
  background: url(../images/shadow.png) top center no-repeat; }

.slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 31.25%;
  height: 0; }
  .slider img {
    width: 100%;
    position: absolute; }

.wrapper {
  background-color: #fafafa;
  max-width: 960px;
  margin: 0 auto; }

.social-media {
  padding: 30px;
  text-align: right; }
  .social-media img {
    max-width: 30px;
    padding-left: 10px; }

.navigation {
  text-align: right;
  padding: 30px;
  background-color: #FFF; }
  .navigation .navigation-item {
    padding-left: 20px;
    display: inline; }
  .navigation .active {
    color: #111; }

.content {
  background-color: #fafafa;
  padding: 15px 30px 30px;
  display: flex;
  flex-direction: row; }
  .content .main-content {
    width: 100%; }

.photos {
  display: flex;
  flex-direction: column; }

.sidebar {
  padding: 0 15px;
  width: 30%; }

.contact {
  width: 80%; }
  .contact input, .contact textarea {
    font-size: 14px;
    width: 100%; }
  .contact input {
    max-width: 200px; }
  .contact textarea {
    max-width: 450px; }
  .contact .form-button {
    width: 150px;
    background: white;
    border: 1px solid black; }
    .contact .form-button:hover {
      background: black;
      color: white;
      border: 1px solid white; }

.thanks {
  text-align: center;
  padding: 80px 20px; }

.footer {
  color: #797777;
  text-align: center;
  padding: 15px; }
  .footer .social-media {
    display: none; }

@media only screen and (max-width: 768px) {
  .social-media {
    display: none; }
  .navigation {
    display: none; }
  .nav-container {
    display: block; }
  .mobile-navigation {
    transition: max-height 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    max-height: 0; }
  .expand {
    max-height: 500px; }
  .active {
    color: black;
    text-decoration: underline; }
  .content {
    flex-direction: column;
    padding: 0 10px 30px; }
  .news {
    flex-direction: column-reverse; }
  .sidebar {
    max-width: 500px;
    padding: 0;
    width: 90%; }
  .footer .social-media {
    display: block;
    text-align: center;
    padding: 20px; }
    .footer .social-media img {
      padding: 0 20px; } }

#nav-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 0;
  margin: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #797777;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2) {
  top: 8px; }

#nav-icon span:nth-child(3) {
  top: 16px; }

#nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }
