html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Source Code Pro", Arial, Helvetica, sans-serif;
    color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    line-height: 1.55em;
}

section {
    padding: 20px;
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: 0;
  }

header {
    background-color: rgb(33,62,71);
    height: 10px;
    width: 100%;
}

.bold {
    font-weight: 600;
}

#featured {
    background-image: url('./cleftie-book-bkg.jpeg');
    background-position: center top;
    background-size: cover;
    min-height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
}

#featured > div {
    text-align: center;
}

h1 {
    font-size: 6em;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 35px;
}

h3 {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 35px;
}

a {
    color: white;
}

a > i {
    border-right: 1px dotted;
    margin-right: 5px;
    padding-right: 5px;
}

#featured a {
    height: 70px;
    width: 300px;
    display: inline-block;
}

#featured p {
    margin-top: 20px;
}

#featured h2 {
    margin-bottom: 100px;
}

#featured h3 {
    margin-bottom: 100px;
}

#buy-now-link {
    background: rgb(33,62,71);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    line-height: 70px;
}

#excerpts-link {
    background: rgb(205,140,132);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    line-height: 70px;
}

.linkedin-link {
    background: #0077B5;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    line-height: 35px;
    padding: 5px;
    white-space: nowrap;
}

.generic-link {
    background: rgb(205,140,132);
    height: 35px;
    display: inline-block;
    width: 150px;
    line-height: 35px;
    text-align: center;
    color: white;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 17px;
}

#medium-link {
    display: inline-block;
    height: 70px;
    width: 300px;
    background: black;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

#reddit-link {
    display: inline-block;
    height: 70px;
    width: 300px;
    background-color: rgb(192,85,26);
    border-radius: 10px;
    color: white;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

#blurbs, #resources {
    background-color: rgb(33,62,71);
    min-height: 800px;
}

#resources {
    display: grid;
    align-items: center;
    justify-items: center;
}

#resources > div {
    max-width: 800px;
    text-align: center;
}

#resources p {
    margin-bottom: 17px;
}

#resources p:nth-last-of-type(1) {
    margin-bottom: 70px;
}

#resources h2 {
    margin-bottom: 70px;
}

#blurbs {
    display: grid;
    align-items: center;
    justify-items: center;
}

#blurbs > div {
    max-width: 800px;
}

#blurbs blockquote {
    font-size: 1em;
    font-style: italic;
    line-height: 1.55em;
    margin-bottom: 35px;
}

#blurbs p {
    font-size: 1.2em;
}

#purpose {
    min-height: 800px;
    background-color: rgb(192,85,26);
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
}

#purpose > div {
    max-width: 800px;
}

footer {
    background-color: rgb(205,140,132);
    height: 70px;
    text-align: center;
    display: grid;
    align-items: center;
    color: rgb(33,62,71);
}

#excerpts-page {
    background: rgb(205,140,132);
    min-height: calc(100vh - 120px);
    display: grid;
    align-content: center;
    justify-items: center;
}

#excerpts-page div {
    max-width: 800px;
}

#excerpts-page h2 {
    margin-top: 70px;
    text-align: center;
    color: rgb(33, 62, 71);
}

#excerpts-page blockquote {
    font-size: 1em;
    font-style: italic;
    line-height: 1.55em;
    color: rgb(33, 62, 71);
}

#excerpts-page > footer {
    background: rgb(33, 62, 71);
    color: white;
    width: 100%;
    justify-content: center;
    margin-top: 70px;
}

@media only screen and (max-width: 600px) {
    #medium-link, #buy-now-link {
        margin-bottom: 17px;
    }
  }

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 4em;
    }
  }

@media only screen and (max-width: 360px) {
    #medium-link, #buy-now-link, #reddit-link, #excerpts-link {
        width: 250px !important;
    }
  }