.clear:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
}

body {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 28px;
    text-transform: none;
    color: #050505; 
}

.main {
    background-color: #d7d7db;
}

h1, h2, h3 {
    font-family: Droid Sans;
    font-weight: 400;
    font-style: normal;    
}

h1 {
    color: #fff;
    font-family: Droid Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #fff;
    font-family: Droid Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
}

h3 {
    color: #f37712;
    text-align: center;
    font-family: Droid Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.2em;
    text-transform: none;    
}

a {
    color: inherit;
    text-decoration: none;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.3);
    transition: border-color .15s ease-out,color .15s ease-out;    
}

a:hover {
    transition: border-color .15s ease-out,color .15s ease-out;
}

.wpcf7-submit,
.small-button-style-outline {
    padding: 13px 15px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;    
    border-radius: 3px;
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;    
    transition: 0.1s background-color linear, 0.1s color linear;
    margin: 17px auto;
}

@media screen and (min-width: 768px) {
    .wpcf7-submit,
    .small-button-style-outline {
        padding: 13px 26px;
    }
}

.small-button-style-outline:hover {
    background-color: #fff;
    color: #1d1d1d;
}

.Header-nav-item:hover {
    color: rgba(0,0,0,.4);
}

a:active, a:focus {
    outline: 0;
}

/* Header width */
header {
    padding: 30px 50px 0 50px;
}

.site-header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    width: 100%;
    padding-top: 30px;   
    z-index: 100; 
}

@media screen and (min-width: 768px) {
    .site-header {
        position: absolute;
        background-color: transparent;
    }
}

.site-header a {
    border: none;
}

.site-title {
    color: #f37712;
    font-family: Droid Sans;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;   
    margin-top: 10px; 
}

.site-title a,
.site-title a:hover,
.site-title a:visited {
    color: #f37712;    
}

.page-spacer {
    height: 80px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .page-spacer {
        height: 0;
    }
}

.main-navigation ul li {
    margin: 0 1.26em;
    padding: .618em 0;
    font-family: Droid Sans;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-navigation ul li a {
    color: #fff;    
}

.main-navigation ul li a:hover {
    color:rgba(255,255,255,.6);    
}

.menu-toggle {
    margin: 0.5em 0;
}

.Icon--hamburger {
    width: 24px;
    height: 18px;
}

.Icon--hamburger line {
    stroke: #fff;
    stroke-width: 2;
    width: 24px;
}

footer {
    color: #fff;
    background-color: #111;
}

.Footer-inner {
    box-sizing: border-box;
    padding: 60px 20px;
}

footer ul {
    list-style: none;
    text-indent: 0;
    padding: 0; 
    margin: 0;
}

footer ul li {
    color: #fff;
    margin-bottom: 16px;
}

footer ul li a:hover {
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}

/* Page title width */
.sqs-layout {
    width: 100%;
    padding: 30px 0px 0 0px;
}

.sqs-block.full {
    width: 100%;
    padding: 30px 50px 0 50px;
}

.sqs-block.full p,
.sqs-block.full figure,
.sqs-block.full h1,
.sqs-block.full h2,
.sqs-block.full h3 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

/* Body width */
.sqs-block.wide {
    width: 100%;
    margin: 0 auto;
    padding: 30px 50px 0 50px;
}

/* Contact form width */
.sqs-block.narrow {
    width: 100%;
    padding: 30px 50px 0 50px;
}

.sqs-block a {
    border-bottom-color: rgba(13,13,13,.3);
}

.sqs-block a:hover {
    color: rgba(13,13,13,.6);
    border-color: rgba(13,13,13,.15);
}

.profile-container a {
    border-bottom-color: rgba(13,13,13,.3);
}

.profile-container a:hover {
    color: rgba(13,13,13,.6);
    border-color: rgba(13,13,13,.15);
}

.site-main article {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.entry-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page {
    background-color: #d7d7db;
}

.page .entry-header {
    width: 100%;
    align-items: flex-start;
}

.page .entry-content {
    padding: 20px 20px 100px 20px;
}

@media screen and (min-width: 768px) {
    .page .entry-content {
        padding: 50px 60px 100px 60px;
    }
}

.page .entry-content h2 {
    color: #f37712;
}

.page .entry-content h3 {
    text-align: left;
}

blockquote {
    text-align: center;
}

figcaption {
    font-family: Dosis;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 4em;
    text-transform: uppercase;
    text-align: center;
}

.profile-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 30px 0;
}

.profile-image {
    width: 100%;
    margin: 0 0% 0 0;
}

.profile-image img {
    width: 100%;
}

.profile-content {
    width: 100%;
    margin: 0 0 0 0%;
}

.image-caption {
    margin: 0;
    font-size: 12px;
}

.wpcf7-form p label input {
    width: 100%;
}

.wpcf7-form fieldset {
    border: none;
    padding: 0;
}

.wpcf7-form fieldset label {
    width: 49%;
    float: left;
    font-size: 12px;
}

.wpcf7-form fieldset label:nth-of-type(1) {
    margin: 0 2% 0 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
    font-size: 14px;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;    
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form p:last-of-type {
    text-align: center;
}

.wpcf7-form input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #111;
    border-color: #111;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #111;
    color: #fff;
}

@media screen and (min-width: 640px) {

    .profile-container {
        flex-direction: row;
    }

    .profile-image {
        width: 35%;
        margin: 0 2.5% 0 0;
    }

    .profile-content {
        width: 55%;
        margin: 0 0 0 2.5%;
    }

}

@media screen and (min-width: 768px) {
 
    h1.entry-title {
        font-size: 106px;
        margin: 50px 0;
    }
    
    h2 {
        font-size: 44px;
    }
    
    h3 {
        font-size: 28px;    
    }

    /* Header width */
    header {
        padding: 30px 50px 0 50px;
    }

    /* Page title width */
    .sqs-layout {
        width: 85%;
        padding: 70px 60px;
    }

    /* Body width */
    .sqs-block.wide {
        width: 62%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    /* Contact form width */
    .sqs-block.narrow {
        width: 55%;
        padding-left: 0;
        padding-right: 0;
    }    
    
}

@media screen and (min-width: 960px) {
    .Footer-inner {
        padding: 40px 60px;
    }    
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#jarallax-container-0 div {
    background-position: 50% 0% !important;
}

#post-6 #jarallax-container-0 div {
    background-position: 50% 0% !important;
}

#post-7 #jarallax-container-0 div {
    background-position: 50% 0% !important;
}

#post-38 #jarallax-container-0 div {
    background-position: 50% 0% !important;
}

/*
@media screen and (min-width: 960px) {
    #jarallax-container-0 div {
        background-position: 0% 0% !important;
    }

    #post-6 #jarallax-container-0 div {
        background-position: 50% 50% !important;
    }

    #post-7 #jarallax-container-0 div {
        background-position: 0% 0% !important;
    }

    #post-38 #jarallax-container-0 div {
        background-position: 50% 20% !important;
    }
}
*/

.scroll {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    z-index: 1000;
}




.menu-toggle {
    display: block;
}

.main-navigation .menu-menu-1-container {
    display: none;
}
@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation .menu-menu-1-container {
        display: block;
    }
}

.sidenav {
    height: 100vh; 
    width: 0;
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0; 
    left: 0;
    background-color: #050505;
    overflow-x: hidden;
    padding-top: 80px;
    transition: 0.5s;
}

.sidenav .main-navigation {
    display: block;
}

.sidenav li {
    margin-bottom: 5px;
}

.sidenav a {
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
}
@media screen and (min-width: 768px) {
    .sidenav {
        display: none;
    }
}

  article#section1 a {
    height: 50px;
    width: 100px;
    padding-top: 0px;
    bottom: 40px;
    position: absolute;
    border: none;
  }
  article#section1 a span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  @keyframes sdb04 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }