#hero .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#hero .wrapper .welcome {
    width: 45%;
}
#hero .wrapper .welcome:after {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #111;
}
#hero .wrapper .welcome h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
}
@media (max-width: 640px) {
    #hero .wrapper .welcome h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
#hero .wrapper .welcome p {
    max-width: 450px;
    margin-bottom: 30px;
}
@media (max-width: 1180px) {
    #hero .wrapper .welcome:after {
        display: none;
    }
    #hero .wrapper .welcome p {
        margin-bottom: 0;
    }
}
#hero .wrapper .photographer {
    width: 55%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 0;
}
#hero .wrapper .photographer img {
    width: 100%;
    opacity: 0.95;
}
@media (max-width: 1023px) {
    #hero .wrapper .welcome {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
    #hero .wrapper .photographer {
        display: none;
    }
}
@media (max-width: 640px) {
    #hero .wrapper .welcome {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }
}

#about {
    position: relative;
    width: 1440px;
    max-width: 95%;
   /* height: 600px;*/
    margin: 30px auto;
    background-color: #efefef;
    overflow: hidden;
}
@media (max-width: 768px) {
    #about {
        margin: 15px auto;
    }
}
#about .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    /*height: 100%;*/
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#about .wrapper .camera {
    width: 45%;
}
#about .wrapper .camera img {
    width: 85%;
}
#about .wrapper .blurb {
    width: 55%;
}
#about .wrapper .blurb h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
}
@media (max-width: 640px) {
    #about .wrapper .blurb h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
#about .wrapper .blurb h2:before {
    content: "";
    position: relative;
    bottom: 15px;
    display: inline-block;
    width: 70px;
    height: 1px;
    margin-right: 30px;
    background-color: #111;
}
#about .wrapper .blurb p {
    max-width: 600px;
    margin-bottom: 45px;
}
#about .wrapper .blurb .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#about .wrapper .blurb .social a {
    color: #fff;
    text-decoration: none;
}
#about .wrapper .blurb .social i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background-color: #909090;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
#about .wrapper .blurb .social i:hover {
    background-color: #020202;
}
@media (max-width: 1023px) {
    #about .wrapper .camera {
        display: none;
    }
    #about .wrapper .blurb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
    #about .wrapper .blurb h2:before {
        display: none;
    }
}
@media (max-width: 640px) {
    #about .wrapper .blurb {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }
}

#featured .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#featured .wrapper .blurb {
    width: 45%;
}
#featured .wrapper .blurb:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    background-color: #111;
}
#featured .wrapper .blurb h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
}
@media (max-width: 640px) {
    #featured .wrapper .blurb h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
#featured .wrapper .blurb p {
    max-width: 400px;
    margin-bottom: 30px;
}
#featured .wrapper .featured {
    width: 55%;
}
#featured .wrapper .featured img {
    width: 100%;
}
@media (max-width: 1023px) {
    #featured .wrapper .blurb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
    #featured .wrapper .blurb:after {
        display: none;
    }
    #featured .wrapper .blurb p {
        margin-bottom: 0;
    }
    #featured .wrapper .featured {
        display: none;
    }
}
@media (max-width: 640px) {
    #featured .wrapper .blurb {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }
}
#three-slide {
    position: relative;
    width: 1440px;
    max-width: 95%;
    height: 600px;
    margin: 30px auto;
    background-color: #efefef;
    overflow: hidden;
}
@media (max-width: 768px) {
    #three-slide {
        margin: 15px auto;
    }
}
#three-slide .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#three-slide .wrapper .slider {
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#three-slide .wrapper .slider.swap {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#three-slide .wrapper .slider li {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    opacity: 0;
}
@media (max-width: 900px) {
    #three-slide .wrapper .slider li {
        width: 50%;
    }
}
#three-slide .wrapper .slider li img {
    width: 100%;
}
#three-slide .wrapper .slider .back {
    left: 0;
    opacity: 1;
}
#three-slide .wrapper .slider .current {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
    z-index: 10;
}
#three-slide .wrapper .slider .front {
    right: 0;
    opacity: 1;
}
@media (max-width: 767px) {
    #three-slide .wrapper .slider {
        width: calc(100% - 30px);
    }
    #three-slide .wrapper .slider li {
        width: 75%;
    }
    #three-slide .wrapper .slider .back,
    #three-slide .wrapper .slider .front {
        display: none;
    }
}
#three-slide i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#three-slide i:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}
#three-slide .prev {
    left: 30px;
}
#three-slide .next {
    right: 30px;
}
@media (max-width: 767px) {
    #three-slide i {
        -webkit-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
    }
    #three-slide i:hover {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }
    #three-slide .prev {
        left: 0;
    }
    #three-slide .next {
        right: 0;
    }
}

#contact .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#contact .wrapper .blurb {
    max-width: 950px;
    margin-top: -45px;
    text-align: center;
}
#contact .wrapper .blurb h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
}
@media (max-width: 640px) {
    #contact .wrapper .blurb h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
#contact .wrapper .blurb p {
    margin-bottom: 45px;
}
#contact .wrapper form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #111;
    font-family: "Raleway", Helvetica, sans-serif;
}
#contact .wrapper form input[type="email"],
#contact .wrapper form input[type="text"] {
    width: 42%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #111;
    border-radius: 0;
    background: transparent;
}
#contact .wrapper form input[type="email"]::-webkit-input-placeholder,
#contact .wrapper form input[type="text"]::-webkit-input-placeholder {
    color: #111;
}
#contact .wrapper form input[type="email"]::-moz-placeholder,
#contact .wrapper form input[type="text"]::-moz-placeholder {
    color: #111;
}
#contact .wrapper form input[type="email"]:-ms-input-placeholder,
#contact .wrapper form input[type="text"]:-ms-input-placeholder {
    color: #111;
}
#contact .wrapper form input[type="email"]::placeholder,
#contact .wrapper form input[type="text"]::placeholder {
    color: #111;
}
#contact .wrapper form input[type="email"]:focus,
#contact .wrapper form input[type="text"]:focus {
    outline: none;
}
#contact .wrapper form textarea {
    width: 100%;
    height: 90px;
    margin: 30px 0;
    padding: 10px 15px;
    border: 1px solid #111;
    border-radius: 0;
    background: transparent;
    resize: none;
}
#contact .wrapper form textarea::-webkit-input-placeholder {
    color: #111;
}
#contact .wrapper form textarea::-moz-placeholder {
    color: #111;
}
#contact .wrapper form textarea:-ms-input-placeholder {
    color: #111;
}
#contact .wrapper form textarea::placeholder {
    color: #111;
}
#contact .wrapper form textarea:focus {
    outline: none;
}
#contact .wrapper form input[type="submit"] {
    width: 100%;
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background-color: #111;
}
@media (max-width: 640px) {
    #contact .wrapper form input[type="email"],
    #contact .wrapper form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    #contact .wrapper form textarea {
        margin: 0 0 10px 0;
    }
}
