@charset "UTF-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	font-family: "Oswald", "Roboto", "Arial Narrow", sans-serif;
	font-size: 1em;
    background-color: #526649;
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

#header {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-left: 48px;
    height: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
}

.header-phono {
        display: block;
    }

#nav {
    width: 100%;
    padding-right: 48px;
    color: #445642;
    font-size: 1.5em;
    font-style: "Oswald", "Roboto", "Arial Narrow", sans-serif;
    font-weight: 350;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
}

#nav span a:link, #nav span a:visited {
    color: #445642;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border: 2px solid rgba(255,255,255,0.0);
    transition: 0.2s;
    white-space: nowrap
}

#nav span a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #906011;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border: 2px solid rgba(255,255,255,0.60);
    white-space: nowrap
}

#nav span a.active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #906011;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border: 2px solid rgba(255,255,255,0.60);
    white-space: nowrap
}

h1 {
    font-size: 2em;
    font-weight: 200;
    color: #FFFFFF;
    letter-spacing: .5px;
    line-height: 1.3em;
    margin-bottom: 24px;
}

#secondary-wrapper h1 {
    font-size: 1.9em;
    color: #445642;
    font-weight: 300;
    margin-top: 10px;
}

h2 {
    font-size: 1.6em;
    font-weight: 300;
    color: #343F33;
    letter-spacing: .5px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
    margin-bottom: 12px;
}

#secondary-wrapper h2 {
    font-size: 1.3em;
    font-weight: 380;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #343F33;
    letter-spacing: .5px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
}

p {
    font-family: "Roboto", "Arial Narrow", sans-serif;
    font-size: 1em;
    font-weight: 320;
    line-height: 1.4em;
    color: #343F33;
    margin-top: 8px;
    margin-bottom: 18px;
}


#splash {
    height: 300px;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url("images/home-page-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ecece2;
    background-position: center;
    border-bottom: 4px solid rgba(255,255,255,0.50);
    border-top: 10px solid rgba(72,92,70,0.20);
    position: relative;
}

.splash-title {
    width: 420px;
    border: 2px solid rgba(255,255,255,0.60);
    position: absolute;
    bottom: 40px;
    right: 100px;
}

.splash-title-text-field {
    background-color: #906011;
    margin: 8px;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    height: 100px;
}

#marquee-like {
    font-family: "Oswald", "Roboto", "Arial Narrow", sans-serif;
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: 250;
    letter-spacing: 1px;
    line-height: 1.3em;
    opacity: 0;
    transition: opacity 2s ease;
}

#marquee-like.fade-in {
  opacity: 1;
}

#tagline {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 0px;
    text-align: center;
}

.trademark {
    opacity: 0.5;
    font-size: .7em;
    vertical-align: super;
}

#articles {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.article {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    min-height: 200px;
}

.article img.right {
    border: 1px solid #2E6785;
    float: right;
    margin-left: 24px;
}

.article img.left {
    border: 1px solid #2E6785;
    float: left;
    margin-right: 24px;
}


.link {
    color: #4A6348;
}

a.button:link  {
    display: block;
    width: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    border: 3px solid white;
    background-color: #4A6348;
    outline:solid #9DBDCD 1px;
    text-decoration: none;
    transition: 0.2s;
}

a.button:visited {
    color: #FFFFFF;
    outline:solid #9DBDCD 1px;
    background-color: #4A6348;
}

a.button:hover {
    color: #FFFFFF;
    outline:solid #906011 1px;
    background-color: #906011;
}

#quote {
    width: 80%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 1.6em;
    letter-spacing: .5px;
}

.attribution {
    display: block;
    clear: both;
    font-size: .8em;
    padding-top: 16px;
}

#footer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 32px;
    margin-bottom: 16px;
    margin-left: 32px;
    margin-right: 32px;
    align-items: flex-end;
    height: 100px;
}

#footer div {
    flex: 1;
    flex-wrap: nowrap;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 1em;
    letter-spacing: .5px;
}

#secondary-wrapper {
    background-color: #F9F8F1;
    margin-top: 32px;
    margin-left: 80px;
    margin-right: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
    height: 100%;
    max-width: 1200px;
}

.callout {
    font-family: "Roboto", "Arial narrow", sans-serif;
    font-size: 1em;
    font-weight: 320;
    line-height: 1.4em;
    color: #343F33;
    margin-top: 32px;
    margin-bottom: 32px;
}

.callout-product {
    font-family: "Oswald", "Roboto", "Arial Narrow", sans-serif;
    font-size: 1.2em;
    font-weight: 450;
}

.callout-bold {
    font-family: "Oswald", "Roboto", "Arial Narrow", sans-serif;
    font-size: 1.1em;
    font-weight: 450;
    letter-spacing: .015em;
}

.multi-column-wrapper {
    display: flex;
    margin-bottom: 32px;
}

.left-column {
    width: 70%;
}

.right-column {
    width: 30%;
    max-width: 300px;
    padding-left: 40px;
}

.single-column {
    width: 99%;
    clear: both;
}

.right-column img {
    width: 100%;
    height: auto;
    border: 1px solid #2f6886;
    margin-bottom: 12px;
}

.divider {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 1px;
    width: 99%;
    clear: both;
    background-color: #485C46;
}

.secondary-quote {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 250;
    background-color: #906011;
    padding: 24px;
    border: 8px solid #FFFFFF;
    outline:solid #E7E8E0 1px;
    margin-top: 40px;
    letter-spacing: .025em;
}

.secondary-quote-attribution {
    display: block;
    text-align: right;
    padding-top: 16px;
}

/* Large screens (1301 and up) */

@media only screen and (min-width:1301px) {
    
    #secondary-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Phone screens (800 and smaller) */

@media only screen and (max-width:800px) {
    
    #header {
        padding-left: 0px;
        height: 80px;
        font-size: .9em;
        flex-wrap: wrap;
    }
    
    .header-phone {
        display: none;
    }
    
    #nav {
        clear: both;
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #nav span a:link, #nav span a:visited {
        padding-left: 6px;
        padding-right: 6px;
}

    #nav span a:hover {
        padding-left: 6px;
        padding-right: 6px;
}

    #nav span a.active {
        padding-left: 6px;
        padding-right: 6px;
}
    
    #splash {
        height: 200px;
        background-size: cover;
        background-color: #ecece2;
        background-position: left;
}
    
    .splash-title {
        width: 360px;
        bottom: 40px;
        right: 20px;
}
    
    .splash-title-text-field {
        height: 80px;
}

    #marquee-like {
        font-size: 1.6em;
    }
    
    #quote {
        font-size: 1.4em;
}
    
    #secondary-wrapper {
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .article {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 24px;
        padding-right: 24px;
}
    
    .article img.right {
        float: none;
        margin-left: 0px;
        margin-bottom: 16px;
    }
    
    .article img.left {
        float: none;
        margin-left: 0px;
        margin-bottom: 16px;
    }
    
    .multi-column-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
}

    .left-column {
        width: 100%;
}
    .right-column {
        width: 100%;
        padding-left: 0px;
}
    
}








