/*Global Styles*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
   font-family: 'Karla', sans-serif;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    line-height: 125%;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.thin {
    width: 100%;
    margin: 5rem auto;
    text-align: left;
        line-height: 40px;
}
.short {
    max-height: 90vh;
}
/*Header Styles*/

.header {
   font-family: 'Karla', sans-serif;
    color: #FFFFFF;
    background-position: center top;
    position: relative;
}

.header__logo {
    width: 10rem;
    float: left;
}
.header__logo-svg path {
    fill: #231F20;
    display: none;
}
.header__nav {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
}
.header__links {
    float: right;
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
}
.header__links li {
    display: inline;
    margin-right: 1.5rem;
}
.header__links li:last-child {
    margin-right: 0;
}
.header__links a {
    text-decoration: none;
    color: #231F20;
}
.header__text {
    width: 80%;
    margin: 0 auto;
    clear: both;
    padding: 0rem 0 0 0;
}
.header--h1 {
   font-family: 'Lora', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 72px;
    line-height: 78px;
    margin: 0 0 0 0;
    color: #231F20;
}
.header--h2 {
color: #666;
font-size: 26px;
line-height: 70px;
font-weight: normal;
}
/*Content Styles*/

.content {
    font-family: 'Karla', sans-serif;
    color: #555555;
    font-weight: 400;
    width: 40%;
    margin: 3rem auto 7rem auto;
}
.content__text {
    font-size: 19px;
    line-height: 29px;
}
.content__text p {
    margin: 0 0 1rem 0;
    letter-spacing: -.5px;
}
.content__text img {
    margin: 2rem auto;
    max-width: 100%;
    display: block;
}
.content__text .two img {
    display: inline;
    vertical-align: top;
    padding: 5px;
    max-height: 100vh;
    width: auto;
}
.content__text .three img {
    display: inline;
    width: 30%;
    vertical-align: top;
    padding: 5px;
}
.content__text figcaption {
    font-family: 'Lora', serif;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    padding-bottom: 5rem;
    max-width: 40vw;
    margin: 0 auto;
    font-style: italic;
}
.content__text a,
.content__text a:visited,
.content__text a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -7px 0 rgb(210, 244, 186);
}
.content__text a:hover,
.content__text a:focus {
    border-width: medium;
    box-shadow: inset 0 -25px 0 rgb(210, 244, 186);
}
.footer ul,
.footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer li {
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 2rem;
}
.footer li a {
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 1px solid #261a53;
    color: #261a53;
    font-weight: 700;
}
.footer li a:hover {
    color: #261a53;
}

.content--h1 {
    font-family: 'Lora', serif;
    color: #231F20;
    font-weight: 600;
    font-size: 29px;
}
.content--h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #231F20;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 53px;
    margin: 3rem 0 .5rem 0;
}


.footer--heading {
    font-weight: 200;
    color: #333333;
    font-size: 2.5rem;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 125%;
}
.footer--form {
    padding-top: 2rem;
    font-size: 1.5rem;
}
.footer--input {
    border: 0;
    padding: 1rem;
    width: 350px;
}
.footer--input:focus {
    outline: none;
}
.footer--submit {
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 0;
    background-color: #18171c;
    color: #ffffff;
    font-weight: 400;
}
.footer--submit:hover {
    background-color: #261a53;
}



/*Footer styling*/
footer.footer {
    top: 1rem;
    right: 2rem;
}

.footer__contact div.lower label, .footer__contact div.lower a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
}

blockquote {
    margin-bottom: 2rem;
}

li {
    letter-spacing: -.5px;
}

/*Media Queries*/

@media (max-width: 1100px) {
    .header__text {
        width: 90%;
        padding: 2rem 0 2rem 0;
    }

    .header__nav {
        width: 90%;
    }
    .header--h1 {
        font-size: 48px;
        line-height: 56px;
    }
    .content {
        width: 50%;
    }
    .content--h1 {
        font-size: 29px;
        line-height: 39px;
    }
}

@media (max-width: 515px) {

    footer.footer {
        right: 1rem;
    top: 1rem;
    }
    
    .content {
        width: 90%;
    }
    
    .header__text {
        padding: 0;
    }
    
    .header--h1 {
        width: 75%;
    }
    
    .footer--input {
    text-align: center;
}
    .footer--submit {
    width: 350px;
}
}

@media (max-width: 320px) {
    .header__logo {
        width: 8.5rem;
    }
    .header__text {
        padding: 3rem 0 0 0;
    }
    .header--h2 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 1rem;
    }
    .content--h2 {
        margin: 3rem 0 .5rem 0;
    }
}

/* Fade in background */

.link-fadeinbg a {
    padding: 0.5rem;
    margin: -0.5rem;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.link-fadeinbg a:hover,
.link-fadeinbg a:focus {
    border-color: rgba(52, 73, 94, 0);
    background-color: rgba(52, 73, 94, 0.1);
}

.shots {
    width: 100%;
   height: 300px;
      overflow: hidden;
    margin-top: -75px;
    text-align: center;
 
}

.shots--shot {

    display: inline;
    padding: 5px;
}

.shots--shot img {
    width: 400px;
}
