img {
    box-shadow: 5px 5px 10px 0 rgba(124, 124, 124, 0.5);
}

div.photographer {
    margin-left: 30px;
}

#contact .wrapper {
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

#contact .wrapper .blurb {
    text-align: left;
}

#hero,
#featured,
#about,
#contact {
    margin-top: 80px;
}

a.custom-link {
    color: #111 !important;
    text-decoration: underline !important;
}

a.custom-link:hover {
    color: #999 !important;
    text-decoration: none !important;
}

#hero .wrapper .photographer img {
    bottom: 120px;
    left: 25%;
}

.wrapper .photographer img {
    width: 480px !important;
    position: relative !important;
}

#about .wrapper .blurb .social {
    width: 100% !important;
    max-width: 100% !important;
}

#contact .wrapper .blurb {
    margin-top: 0;
}

#about .wrapper .blurb .social {
    margin-left: 25% !important;
    width: 50% !important;
    margin-top: 40px;
}


#hero .wrapper .welcome:after,
#featured .wrapper .blurb:after {
    width: 0%;
    height: 0%;
}

#about .wrapper .blurb h2:before {
    width: 0;
}

#hero .wrapper .welcome h1:after {
    content: "";
    position: relative;
    bottom: 15px;
    display: inline-block;
    width: 70px;
    height: 1px;
    margin-left: 30px;
    background-color: #111;
}

#about .copyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 12px;
}

/* Custom dropdown */

@import url(//fonts.googleapis.com/css?family=Raleway);

.custom-sel a {
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-family: 'Raleway';
    color: #546e7a;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.custom-sel a:hover {
    text-decoration: none;
    background-color: #64c0eb;
    color: #ffffff;
}

.custom-sel a.selected {
    background-color: transparent;
}

.custom-sel a.selected:hover {
    background-color: transparent;
    color: #546e7a;
}

.hidden {
    display: none;
}

.lightblue {
    color: #03a9f4;
    margin-left: -4px;
}

.show-sel {
    background-color: #ffffff;
    box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);
}

.custom-sel {
    z-index: 10000000;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 40px;
}


/* Custom dropdown */

@media screen and (min-width: 700px) {
    #hero .wrapper .photographer {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    #hero .wrapper .photographer img {
        left: 0;
    }
}

@media screen and (max-width: 700px) {
    .photographer {
        display: none !important;
    }
}