/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Minimal - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
    background: url(../img/header-bg.jpg) no-repeat center center fixed;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    min-height: 700px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    margin-top: 50px;
    color: white;
    font-size: 70px;
    font-weight: 700;
}

#headerwrap h3 {
    color: white;
    font-size: 30px;
    font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: oblique;
}

#headerwrap .logo {
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
}


/* Footer Wrap */

#content {
    background: #1a1a1a;
    padding: 70px;
    text-align: center
}

#content h3 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

#content i {
    font-size: 8px;
    color: #fff;
    padding: 3px;
}

#content p {
    font-size: 20px;
    color: #f2f2f2;
}

#content span {
    font-size: 20px;
    color: #f2f2f2;
}

.box-round {
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.footer {
    background: #1a1a1a;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    left: 0;
    bottom: 0;
    position: fixed;
    color: #f2f2f2;
}

.social {
    align-items: center;
}
