body {
    margin: 0;
    padding: 0;
    background-image: url(desert-base-small.jpg);
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1 {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.25em;
    color: #333538;
    margin: 0.5em 0 .75em;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-family: 'Source Sans Pro',Tahoma,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.25em;
    color: #333538;
    margin: 2em 0 .75em;
}

a, a:visited {
    color: #d00;
    text-decoration: none;
}

#innerWrapper {
    /* width: 60%;
    margin: 30px auto; */
    /* width: 50%;
    min-width: 40em;
    margin: 0 auto; */

    box-sizing: border-box;
    width: 60%;
    min-width: 40em;
    max-width: 70em;
    margin: 0 auto;


}

@media only screen and (max-width: 600px) {
    #innerWrapper {
        width: 100%;
        margin: auto;
        min-width: unset;
    }
}

#titleArea {
    padding: 10px 25px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
}

#siteTitle {
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    font-size: 85px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    color: #fbfbfb;
}

#siteTitleImage {
    max-width: 67%;
}

#siteTagline {
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.1em;
    text-transform: none;
    letter-spacing: .1px;
    text-decoration: none;
    color: #f7d43b;
    margin: 17px 0 10px;
}

#contactInfo {
    color: #abb0b3;
    font-family: 'Source Sans Pro',Tahoma,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
}

#contactInfo a:link {
    color: #abb0b3;
}

#contactInfo a:visited {
    color: #abb0b3;
}

#contactInfo a:hover {
    color: #ffffff
}

#content {
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #fbfbfb;
    font-family: 'Source Sans Pro',Tahoma,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.4em;
    text-decoration: none;
    color: #15171a;
}

@media only screen and (max-width: 600px) {
    #content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#mainContentWrapper {
    width: 84%;
}

.myslide {
    text-align: center;
}

.swiper-container {
    height: max-content;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fbfbfb;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.swiper-button-prev {
    background: #eee;
    padding: 4px;
}

.swiper-button-next {
    background: #eee;
    padding: 4px;
}

 .swiper-slide img {
    height: auto;
    margin-bottom: 30px;
 }
 
@media only screen and (max-width: 600px) {
    .swiper-slide img {
        height: 25vh;
    }
}


blockquote {
    font-style: italic;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

#date {
    font-style: italic;
    text-align: center;
}

.caption {
    font-size: small;
    font-style: italic;
    margin-top: 0px;
    color: #666; /* optional: sets the caption text color to a light grey */
}

.section-image {
    max-width: 100%;
}