@import url(//fonts.googleapis.com/css?family=Ubuntu);
* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    box-sizing: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}
*:focus {
    outline: 1px dashed gray;
}

/* Used in the nav to change the color without editing the bootstrapv4.css.
 *
 */

.dropdown > .dropdown-menu a:hover {
    background-color: #1a5322;
}

.btn-primary,
.btn-primary:active,
.btn-primary::selection,
.btn-primary:focus {
    background-color: #1a5322;
    border: none;
}

.btn-primary:hover {
    background-color: #1b441e;
    border: none;
}


.blurb {
    text-align: center;
    font-size: 125%;
    padding-left: 75px;
    padding-right: 75px;
}

html {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    min-width: 300px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    display: block;
    font-weight: 400;
}

li, span, p, a, h1, h2, h3, h4, h5 {
    line-height: 1;
}

p {
    display: block;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


*
{
    font-family: "Ubuntu", sans-serif;
}

section .container
{
    max-width: 960px;
    margin: 0 auto;
}

section.section:last-child
{
    margin-bottom: 0;
}

section.section h2
{
    display: flex;
    align-content: center;
    justify-content: center;
}

section.section p
{
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    /*text-align: center;*/
}


section.section a
{
    font-size: 20px;
    font-weight: 300;

    display: flex;
    align-content: center;
    justify-content: center;
}

.social-media-icons
{
    display: flex;
    align-content: center;
    justify-content: center;
}

section.section p:last-child
{
    margin-bottom: 0;
}

section.section.content
{
    padding: 40px 0;
}

section.section.parallax
{
    height: 300px;
    background: no-repeat fixed 50% 50%;
    background-size: cover;
}

section.section.parallax h1
{
    color: rgba(255, 255, 255, 0.7);
    font-size: 40px;
    line-height: 290px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 960px)
{
    section.section.parallax h1
    {
        font-size: 160px;
    }
}

