@import url('https://fonts.googleapis.com/css?family=Oswald:500|Raleway:400,400i,500,600,600i');

html, body, select, input {
    font-size: 13px;
    line-height: 19px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: ghostwhite;
}

select, input {
    color: #1f1f1f;
    font-size: .85rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, sans-serif;
    margin: 0;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}


/* ---------- mobile styles ---------------------------------------- */

blockquote {
    padding: 0 20px;
}

#about blockquote {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-style: italic;
    font-weight: 200;
    color: orange;

}

.introQuote {
    font-size: 3rem;
    line-height: 3.25rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 5px;
    color: orange;
}

.introSource, .introJob {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
    font-style: italic;
    color: ghostwhite;
}

.introJob {
    font-weight: 500;
}

.adBanner {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    color: #1f1f1f;
}

.adBanner span {
    font-weight: 600;
    text-transform: uppercase;
}

/* ---------- for-tablet-portrait-up ------------------------------- */
@media (min-width: 600px) {

/*html, body {
    font-size: 16px;
    line-height: 20px;
}*/

blockquote {
    padding: 0 40px;
}

.introQuote {
    font-size: 3rem;
    line-height: 3.25rem;
}

.introSource, .introJob {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.adBanner {
    font-size: 1.2rem;
    line-height: 1.2rem;
}


}

/* ---------- for-tablet-landscape-up ------------------------------ */
@media (min-width: 900px) {

/*html, body {
    font-size: 17px;
    line-height: 21px;
}*/

}

/* ---------- for-desktop-up --------------------------------------- */
@media (min-width: 1200px) {

/*html, body {
    font-size: 16px;
    line-height: 22px;
}*/

blockquote {
    padding: 0 100px;
}

#about blockquote {
    padding: 0 40px;
}

    .introQuote {
    font-size: 3.75rem;
    line-height: 4rem;
}

.introSource, .introJob {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.adBanner {
    font-size: 1.3rem;
    line-height: 1.3rem;
}

}

/* ---------- for-largeDesktop-up ----------------------------------- */
@media (min-width: 1800px) {

    

}