/* Project Specific Styles
//
//  A collection of styles applied specifically to the project
//  - styles global to the Burly-App platform should not be here; they should
//    be placed in app-style.css instead
//  - override Burly-App defaults using this section by increasing selector 
//    specificity; use the Web Publisher config 'web_pub_body_class' setting
*/

/*** DTG Marketing Website Style Sheet */

/* General Styles */

/* Masthead Branding */
header.masthead {
    margin: 0;
    background: #191767;
    display: flex;
    padding: 20px;
    align-items: center;
}

.site-branding {
    max-width: 290px;
}

.site-branding a {
    display: block;
}

/* Masthead Nav */
.site-nav {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-nav li {
    display: block;
    text-align: right;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 2.1em;
}

.site-nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

ul.main-navigation {
    position: absolute;
    display: none;
    top: 84px;
    background-color: #191767;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-toggle img {
    display: block;
    max-width: 50px;
}

.menu-expanded ul.main-navigation {
    display: block;
}


/* Hero */
.home-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    font-size: 1.4em;
    color: black;
    padding: 10px 50px;
    text-align: left;
}

.home-hero-content {
    max-width: 50%;
}

.home-hero h1 {
    font-size: 2.5em;
    margin: 20px 0;
    font-weight: normal;
}

.home-hero h3 {
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 33px;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
    font-size: 28px;
}

.home-hero p {
    align-self: flex-start;
    margin: 0;
}

.home-hero .custom-button {
    margin-top: 40px;
}

/* Homepage */
.column-cards {
    display: flex;
    text-align: center;
}

.content-card {
    margin: 20px;
    border: #404040 1px solid;
    border-radius: 4px;
    flex: 1;
    padding: 50px 20px;
    background-color: white;
}

.content-block.full-width-content-block {
    background-color: #191767;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    justify-content: center;
}

.content-card:first-of-type {
    margin-left: 0;
}

.content-card:last-of-type {
    margin-right: 0;
}

.content-card h2 {
    margin: 0;
}

.content-card img {
    max-width: 200px;
    margin: 0 auto;
}

.content-card p {
    margin: 0;
    font-size: 1.3em;
    line-height: 25px;
}

.quote-block:before {
    content: "\"";
    font-size: 9em;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 161px;
    left: -120px;
    font-family: cursive;
    opacity: .5;
}

.quote-block {
    margin: 70px 60px;
    font-size: 1.2em;
    position: relative;
}

p.quote-content {
    font-style: italic;
}

p.quote-attribution-company {
    margin: 0;
    color: #191767;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.6px;
}

p.quote-attribution-name {
    margin: 0;
    font-weight: 500;
}


/* Product */
.bullet-list ul {
    margin-bottom: 75px;
}

.bullet-list ul li {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.product-intro {
    font-size: 1.2em;
    margin-bottom: 50px;
}

.bullets-icons {
    display: flex;
}

.bullet-line-image {
    width: 100px;
    display: inline-block;
    border-radius: 400px;
    background-color: #19176782;
    padding: 40px;
    border: #191767 2px solid;
}

.bullet-line-image img {
    display: block;
    filter: invert(1);
}

.bullet-line {
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 1 auto;
    padding: 20px;
    width: 33.333%;
    text-align: center;
}

.bullet-line-content {
    text-align: left;
}

.bullet-list {
    margin-top: 60px;
    padding-top: 60px;
    border-top: #444 2px solid;
}


/* Contact */
.two-column-form {
    display: flex;
    margin-bottom: 40px;
}

.two-column-form .form-group {
    width: 50%;
}

.two-column-form .form-group:first-of-type {
    margin-right: 50px;
}

.two-column-form label,
.two-column-form input {
    width: 100%;
    display: block;
}

.contact-form label,
.contact-form textarea {
    width: 100%;
    display: block;
}

form.contact-form {
    font-size: 1.2em;
}

.form-group.field-submit-button {
    margin-top: 30px;
}


/* Footer */
footer {
    min-height: 250px;
    background-color: #241f21;
}

.footer-content {
    text-align: center;
    padding: 200px 100px;
    color: white;
}

img.footer-logo {
    max-width: 400px;
}

.footer-content h3 {
    font-size: 1.3em;
    margin: 0;
}

.footer-copyright {
    text-align: center;
    color: white;
    padding: 20px;
}

.footer-copyright a {
    color: white;
}

/* About */
.biography-headshot img {
    display: inline-block;
    border: rgba(0,0,0,0.3) thin solid;
}

.biography-content h3 {
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: 3px;
}

.content-block-about {
    font-size: 1.2em;
}

.page-about .content-block.full-width-content-block {
    margin: 0;
}

.two-column.content-biography {
    display: flex;
}

.biography-content {
    width: 66%;
    flex: 1 0 auto;
    margin-left: 40px;
}

.biography-content p {
    margin-top: 0;
}


/* Master Styles */
header.title-hero {
    color: white;
}

.custom-button {
    text-decoration: none;
    display: inline-block;
    background: #2599DC;
    color: white;
    border-radius: 4px;
    margin: 10px 0;
    padding: 3px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    cursor: pointer;
}

.custom-button-alt {
    background-color: #2599DC;
    color: white;
    font-size: 1.4em;
    padding: 5px 40px;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    background-color: #241f21;
}

body {
	margin: 0;
    background-color: rgb(236,240,241);
    font-size: 16px;
}

h1 {
    font-size: 2.4em;
    font-weight: normal;
    margin: 10px 0px;
}

h2 {
    font-size: 2.3em;
    font-weight: normal;
    margin: 10px 0px;
}

h3 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 10px 0px;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Asap', sans-serif;
	line-height: 1.5;
}

img {
	height: auto;
	max-width: 100%;
    border-style: none;
}

a {
	color: #191767;
    background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/* Media Queries */

.content-block,
header.title-hero {
    padding: 50px 10%;
}

@media screen and (min-width: 1600px) {
    .content-block {
        padding: 50px 20%;
    }
}


@media screen and (max-width: 1200px) {
    .content-block, header.title-hero {
        padding: 50px 5%;
    }

    .quote-block:before {
        left: -82px;
    }
}

@media screen and (max-width: 960px) {
    .content-card:last-of-type,
    .content-card:first-of-type,
    .content-card {
        margin: 30px 0;
    }

    .quote-block {
        margin: 40px 0px;
    }

    .quote-block:before {
        display: none;
    }

    .column-cards {
        display: block;
    }

    .two-column-form {
        display: block;
    }

    .two-column-form .form-group:first-of-type {
        margin-right: 0;
    }

    .contact-form div {
        margin-bottom: 30px;
    }
    
    .two-column-form .form-group {
        width: 100%;
    }

    .bullet-line {
        margin: 70px 0px;
        padding: 0px;
        width: 100%;
    }
    
    .bullets-icons {
        display: block;
    }

    .bullet-line-image {
        width: 50px;
        float: left;
        margin-right: 30px;
    }

    .bullet-line-title {
        text-align: left;
    }

    .content-block {
        padding: 50px 3%;
    }

    .two-column.content-biography {
        display: block;
    }

    .biography-headshot {
        max-width: 500px;
        margin: 0 auto;
    }

    .biography-content h3 {
        text-align: center;
    }

    .biography-content {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}


@media screen and (max-width: 768px) {
    .footer-content {
        padding: 200px 20px;
    }

    img.footer-logo {
        width: 100%;
    }

    .bullet-line {
        margin: 30px 0px 60px;
        padding: 0px;
        width: 100%;
    }

    .bullet-line-title h3 {
        text-align: center;
        margin-bottom: -6px;
    }

    .bullet-line-image {
        width: 50px;
        float: none;
        margin-right: 0;
    }

    .two-column-form {
        display: block;
    }

    .content-block, 
    header.title-hero {
        padding: 50px 30px;
    }

    .two-column-form .form-group:first-of-type {
        margin-right: 0;
    }

    .two-column-form .form-group {
        width: 100%;
        margin-bottom: 30px;
    }

    .home-hero h3 {
        font-size: 1.2em;
    }

    .home-hero p {
        font-size: 0.9em;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .home-hero-content {
        max-width: 100%; 
    }

    .home-hero h1 {
        line-height: 53px;
    }

    .home-hero {
        padding: 20px;
    }
}


@media screen and (max-width: 650px) {
    header.masthead {
        margin: 0;
        display: block;
        text-align: center;
    }

    .site-branding {
        max-width: 100%;
    }

    .site-nav {
        width: 100%;
    }

    ul.main-navigation {
        top: 144px;
    }

    .site-nav {
        width: 100%;
        display: block;
        justify-content: center;
    }

    .site-nav li {
        text-align: center;
        margin-top: 50px;
    }
}



/*** Pixel Density Media Queries ***/
@media
only screen and (-webkit-max-device-pixel-ratio: 1.9999),
only screen and (max--moz-device-pixel-ratio: 1.9999),
only screen and (-o-max-device-pixel-ratio: 1.9999/1),
only screen and (max-device-pixel-ratio: 1.9999),
only screen and (max-resolution: 191dpi),
only screen and (max-resolution: 1.9999dppx) {
    body {
        font-size: 15px;
    }
}