.col3 li,
ul {
    list-style: none;
}

.modal-close,
.pswp__share-tooltip a,
a {
    text-decoration: none;
}

.footer,
div#cover {
    background-color: #000;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
}

p {
    margin: 1em 0;
}

a {
    color: #D90B00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Avenir;
}

h3 {
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
}

h4 {
    padding-top: 20px;
    max-width: 700px;
    margin: auto;
    padding-left: 15px;
}

video {
    width: 100vw;
}

div#cover {
    width: 100%
}

div#cover-abandoned-baby {
    padding-bottom: 40px;
}

div#black-bg-white-text {
    background-color: #000;
    color: #fff;
    min-height: 20em;
}

div#white-text {
    font-size: 3em;
    max-width: 900px;
    margin: 0 auto;
    padding: 2em;
    font-weight: 400;
}

.lead-c {
    color: #D90B00;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Georgia;
    float: left;
}

.main-content {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.3em;
    font-size: 1.4em;
}

.main-content h3,
.main-content p {
    max-width: 700px;
    margin: 1em auto;
    padding-left: 15px;
    padding-right: 15px;
}

.caligraphy {
    max-height: 95px;
    width: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
}

.img-full,
.img-half {
    display: block;
    line-height: .9em;
}

.img-half {
    width: 35%;
    float: left;
    margin: 1em;
}

.img-full {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

div#well-trodden-path {
    width: 45%
}

.video {
    float: left;
    margin: 20px;
}

.aside-image,
.col3,
.modal div img,
.right {
    float: right;
}

.video .caption-text {
    line-height: 1.2;
    max-width: 480px;
}

.caption-credit,
.caption-text {
    font-size: 10pt;
    margin: 0;
    line-height: 1.2;
    font-family: Avenir;
}

.caption-text .caption-title {
    color: #990800;
    font-weight: 600;
    font-family: Avenir;
}

.caption-credit {
    color: gray;
}

.col1 p,
.col1 p a,
.col3 li a,
.footer {
    color: #fff;
    font-family: Avenir;
}

.aside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1.2px solid #D90B00;
    border-radius: .25em;
    position: relative;
}

.aside-image,
.aside-timeline,
.aside-title,
.col1,
.col2,
.col3,
.girls-img-block,
.image {
    display: inline-block;
}

.aside-timeline {
    margin-right: 110px;
    float: right;
    max-width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aside-image {
    position: relative;
    width: 60%;
    top: 0;
    right: 0;
    padding-bottom: 13px;
    padding-left: 6px;
}

.aside-image img {
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.aside-image .caption-text {
    position: relative;
    top: -15px;
    left: 10px;
}

@media (max-width:46em) {
    .aside h5 {
        margin-top: 10px;
        text-align: center;
    }
    .aside {
        border-radius: 0;
        border: 0;
        border-top: 1.2px solid #D90B00;
        border-bottom: 1.2px solid #D90B00;
    }
    .aside-image img {
        max-width: 110vw;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.aside h5,
h6 {
    padding: 1px 0 0;
    margin-top: -5px;
    margin-bottom: -5px;
    font-family: Avenir;
    font-weight: 500;
}

.aside h5 {
    font-weight: 700;
    padding-top: 10px;
}

.aside p {
    font-size: .8em;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
}

.image {
    width: 49%;
    height: auto;
    margin-bottom: 40px;
}

.footer {
    width: 100vw;
}

.col1,
.col2,
.col3 {
    width: 33%;
    padding: 30px;
}

.col1 {
    width: 20%;
    text-align: right;
    padding-left: 0;
}

.col3 {
    width: 20%;
    padding: 30px 20px 20px;
    text-align: left;
    margin-top: 20px;
}

.col3 img {
    width: 30px;
    height: auto;
}

.col3 li {
    font-family: Avenir;
    padding: 3px;
}

.col1 p a:hover,
.col3 li a:hover {
    color: #D90B00;
}

div#the-girls {
    padding-top: 56px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    pointer-events: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
}

.modal>div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px;
    border-radius: 10px;
    background: #fff;
}

.modal-close {
    color: #000;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-family: Avenir;
}

.girls-img-block {
    position: relative;
    width: 24.6%
}

.girls-img-block img {
    width: 100%
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@media (min-width:70em) {
    .girls-img-block:hover .hover {
        display: block;
    }
}

.modal div h2 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
}

.justify {
    text-align: justify;
}

.modal div img {
    width: 230px;
    display: inline-block;
    padding: 20px;
}

.left {
    float: left;
}

.coming-soon {
    height: 80vh;
}

.coming-soon h2 {
    width: 100%;
    text-align: center;
    margin: 1em auto;
    padding-top: 30vh;
}

#seesaw-vimeo {
    display: none;
}

@media (max-width:70em) {
    #seesaw-video {
        display: none;
    }
    #seesaw-vimeo {
        display: block;
    }
}

@media (max-width:40em) {
    .cd-date,
    .col2 {
        display: none;
    }
    * {
        max-width: 100vw;
    }
    .aside-image {
        width: 100vw;
    }
    .video {
        padding: 0;
        margin: 0;
    }
    .main-content {
        margin-top: 0;
    }
    .aside-timeline {
        margin-left: auto;
        margin-right: auto;
    }
    div#black-bg-white-text {
        min-height: 10em;
    }
    div#white-text {
        font-size: 1.5em;
    }
    .img-half,
    div#well-trodden-path {
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    .right {
        float: none;
    }
    h3 {
        font-size: 18px;
    }
    .caligraphy {
        max-height: 60px;
        width: auto;
    }
    .video {
        width: 100vw;
    }
    .girls-img-block {
        width: 49%
    }
    div#the-girls {
        padding-top: 30px;
    }
    .modal div img {
        width: 100vw;
    }
    .caption-text {
        padding-left: 5px;
        padding-bottom: 20px;
    }
    .col1 {
        width: 50%;
        margin-left: 10px;
        padding-right: 0;
    }
    .col3 {
        width: 45%;
        margin-top: 15px;
    }
}

.m-wrapper {
    position: fixed;
    top: 0;
    z-index: 10;
    opacity: .93;
    width: 100%;
    border-bottom: .1em solid #999;
}

.m-children,
.m-wrapper {
    background-color: #fff;
}

.m,
.m-item,
.m-social {
    display: inline-block;
}

.m-item,
.m-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.m-item>a,
.m-logo {
    display: block;
    font-family: Avenir;
    padding: .5em 1em;
}

.m-logo {
    font-size: 1.35em;
    font-weight: 600;
    display: inline-block;
}

.m-right {
    margin-top: .45em;
    position: absolute;
    right: 0;
}

.m-children {
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.m-children .m-item,
.m-dropdown:hover>.m-children {
    white-space: nowrap;
    display: block;
}

.m-dropdown>a:after {
    padding-left: .5em;
    content: "\25BE";
    font-size: small;
}

.m-item>a {
    color: #555;
}

.m-dropdown:hover,
.m-item>a:hover,
.m-logo {
    color: #D90B00;
}

@media (max-width:46em) {
    .m-right {
        display: none;
    }
    .m-logo {
        font-size: .9em;
        font-weight: 600;
    }
    .m-mobile {
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .m-mobile .m-children {
        display: none;
        position: absolute;
        left: auto;
        top: 30px;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 9;
        font-size: 1em;
    }
    #m-side.x {
        display: inline-block;
    }
    #m-toggle {
        width: 32px;
        height: 32px;
        display: block;
        right: 0;
        z-index: 3000;
    }
    #m-toggle .m-bar {
        background-color: #777;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 100px;
        position: absolute;
        top: 18px;
        right: 7px;
    }
    #m-toggle .m-bar:first-child {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    #m-toggle.x .m-bar {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #m-toggle.x .m-bar:first-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@font-face {
    font-family: entypo;
    font-style: normal;
    font-weight: 400;
    src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot);
    src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix) format('eot'), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.woff) format('woff'), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf) format('truetype'), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo) format('svg');
}

.entypo-twitter:before {
    content: "\f309"
}

.entypo-twitter-circled:before {
    content: "\f30a"
}

.entypo-facebook:before {
    content: "\f30c"
}

.entypo-facebook-circled:before {
    content: "\f30d"
}

.entypo-facebook-squared:before {
    content: "\f30e"
}

[class*=entypo-]:before {
    font-family: entypo, sans-serif;
}

#social-sidebar {
    left: 0;
    margin-top: -75px;
    position: fixed;
    top: 50%;
    display: none;
}

#social-sidebar li:first-child a {
    border-radius: 0 5px 0 0;
}

#social-sidebar li:last-child a {
    border-radius: 0 0 5px;
}

#social-sidebar a {
    background: #121212;
    color: #fff;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
}

#social-sidebar a:hover span {
    left: 130%;
    opacity: 1;
}

#social-sidebar a span {
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    -webkit-transition: opacity .3s, left .4s;
    -moz-transition: opacity .3s, left .4s;
    -ms-transition: opacity .3s, left .4s;
    -o-transition: opacity .3s, left .4s;
    transition: opacity .3s, left .4s;
    top: 50%;
    white-space: nowrap;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    z-index: -2;
}

#social-sidebar a[class*=twitter] span,
#social-sidebar a[class*=twitter] span:before,
#social-sidebar a[class*=twitter]:hover {
    background: #00aced;
}

#social-sidebar a[class*=facebook] span,
#social-sidebar a[class*=facebook] span:before,
#social-sidebar a[class*=facebook]:hover {
    background: #3b5998;
}

@media (max-width:46em) {
    #social-sidebar {
        display: none;
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%
}
