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

/*****Basic page styles and typography******/

body {
	font-family: sorts-mill-goudy, serif;
	font-size: 1.4rem;
    color: whitesmoke;
	-webkit-font-feature-settings: "onum" 1;
  	-moz-font-feature-settings:    "onum" 1;
  	-ms-font-feature-settings:     "onum" 1;
  	font-feature-settings:         "onum" 1;
    background-color: #000;
}

.col-md.splashy {
    padding: 0px;
}

h1 {
    
}

h2 {
    
}

h3 {
    font-family: mr-eaves-modern, sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.shadow {
    text-shadow: 2px 2px 4px #000;
}

.btn {
    border-radius: 0px;
    font-family: mr-eaves-modern, sans-serif;
    text-transform: uppercase;
}

a.btn-primary {
    background-color: #64875a;
    border: none;
    text-shadow: none;
}

a.btn-primary:hover {
    background-color: rgb(182,137,63);
}

.btn-outline-primary {
    color: whitesmoke;
    border-color: whitesmoke;
}

.btn-outline-primary:hover {
    background-color: rgb(182,137,63);
    border-color: rgb(182,137,63);
    text-shadow: none;
}

/*****Navigation******/


/******Banner******/

.btn#banner {
    font-family: sorts-mill-goudy, serif;
    text-transform: none;
}

/******Branding splash******/

.jumbotron.splash#branding {
    background-image: url(https://heirloombysusanjayne.com/assets/splash.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 0px;
}

.jumbotron .hero#logo-card {
    background-color: white;
    color: black;
    padding: 30px;
    max-width: 240px;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}

.hero#logo-card #logo-container {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}

#logo h1 {
    text-transform: uppercase;
    margin-top: 7px;
    font-size: 1.5rem;
}

#logo p {
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 0px;
}

#logo h2 {
    font-family: p22-zaner-pro-four, sans-serif;
    font-size: 2rem;
}

@media only screen and (min-width: 435px) {
    .jumbotron .hero#logo-card {
        padding: 55px;
        max-width: 352px;
    }
    
    .hero#logo-card #logo-container {
        max-width: 230px;
    }
    
    #logo h1 {
        font-size: 2.5rem;
    }
    
    #logo p {
        font-size: 1.5rem;
    }
    
    #logo h2 {
        font-size: 3.8rem;
    }
}

/********Pitch sections*********/

.call {
    padding: 100px 50px;
}

.call p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*******Details splash*******/

.jumbotron-fluid#products {
    background-image: url(https://heirloombysusanjayne.com/assets/tablecloth.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 0px;
}

.jumbotron-fluid#products .hero {
    padding: 20px;
    margin-top: 200px;
    margin-bottom: 200px;
    color: black;
}

.jumbotron-fluid#usa {
    background-image: url(https://heirloombysusanjayne.com/assets/flag.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 0px;
}

.jumbotron-fluid#usa .hero {
    padding: 20px;
    margin-top: 200px;
    margin-bottom: 200px;
}

/********Contact splash********/

.jumbotron.splash#contact {
    background-image: url(https://heirloombysusanjayne.com/assets/threads.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 0px;
}

#contact .container-fluid.hero {
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

/*********Footer********/

footer {
    background-color: #64875a;
    font-size: 1rem;
    padding: 50px;
}

footer a {
    color: whitesmoke;
    text-decoration: none;
}

footer a:hover {
    color: whitesmoke;
    text-decoration: none;
}

#heirloom-footer-logo {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo #logo h1 {
    font-size: 1.4rem;
    color: black;
    margin-bottom: 0px;
}

.footer-logo #logo p {
    font-size: 1rem;
    color: black;
}

.footer-logo #logo h2 {
    font-size: 2rem;
    color: black;
}

#also-by {
    text-align: center;
}

#sacra-footer-logo {
    text-align: center;
    margin-bottom: 12px;
}

#sacra-logo h1{
    font-family: youngblood;
    font-size: 2rem;
    margin-bottom: 0px;
    line-height: .9;
    text-align: center;
}

#sacra-logo h2 {
    text-transform: uppercase;
    font-size: .55rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #also-by {
        text-align: left;
    }    
    #sacra-logo h1 {
        text-align: left;
    }
    #sacra-logo h2 {
        text-align: left;
    }
    .footer-sacra-logo {
        padding-top: 49px;
    }
}

@media only screen and (min-width: 919px) {
    #sacra-logo h1 {
        font-size: 3rem;
    }
    
    #sacra-logo h2 {
        font-size: .81rem;
    }
}

#copyright {
    padding-top: 60px;
}