/*@import url('https://fonts.googleapis.com/css?family=Spicy+Rice');
@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');*/

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 14pt;
}

body {
    margin: 0;
    font-family: Baskerville, Tahoma, Verdana, sans-serif;
}

a { color: #3681b8; }

.icon-email,
a.icon-facebook,
a.icon-instagram,
a.icon-pinterest {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-position: center;
    background-repeat: no-repeat;
}

a.icon-facebook { background-image: url('facebook.png'); }
a.icon-instagram { background-image: url('instagram.png'); }
a.icon-pinterest { background-image: url('pinterest.png'); }

#header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    background-position: top center;
    background-repeat: no-repeat;
}

#header.large {
    padding-top: 325px;
    background-image: url('logo_large.png');
}

#footer {
    padding: 25px;
    text-align: center;
    color: #939395;
}

#footer > div {
    margin-bottom: 15px;
}

.flex-home-1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    text-align: center;
}

.flex-home-1 {
    margin: 75px auto;
}

.flex-home-1 > div {
    position: relative;
    padding-top: 200px;
    flex-grow: 0;
    width: 40%;
    min-width: 350px;
}

.flex-home-1 h1 {
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 0;
    right: 70px;
    padding: 20px 0;
    background-image: url('texture1.png');
    background-repeat: repeat;
    border-radius: 10px;
    font-family: "Bodoni 72 Smallcaps";
    color: #5E5E5E;
    font-weight: normal;
    font-size: 34pt;
}

.flex-home-1 .graphic1 {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('graphic1.png');
    background-repeat: no-repeat;
    width: 222px;
    height: 200px;
    flex-grow: 1;
}

.flex-home-2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 1600px;
}

h1 {
    text-align: center;
    font-family: "Bodoni 72 Smallcaps";
    font-size: 24pt;
    font-weight: normal;
    color: #5E5E5E;
}

h2 {
    text-align: center;
    font-family: "Bodoni 72 Smallcaps";
    font-size: 21pt;
    font-weight: normal;
    color: #5E5E5E;
}