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

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-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: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	color: #fff;
	font-size: 40px;
}

h2 {
	color: #fff;
	font-weight: 400;
}

h3 {
	color: #fff;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

img { 
	color: #2a435c;
}

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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3498db;
    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;
}

.navbar-default {
	background-color: #3498db;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
    background: url('../img/intro.jpg') no-repeat center center;
	background-color: #3498db;
	margin-top: -20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

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

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

/* ThanksMister */

.fa {
    font-size: 24px;
    color: #2a435c;
}

.header {
    z-index: 9999;
    padding: 10px 0;
    background: rgba(255,255,255,0.0);
    color: #fff;
    position: fixed;
    width: 100%;
}

.header-overlay {
    background: rgba(52, 152, 219, 0.35);
    margin-top: 0;
    padding-top:240px;
    min-height: 650px;
    width: 100%;
}

/*!* Android and iOS phones *!
@media only screen and (max-device-width: 480px)  {

    #headerwrap {
        !* background: url(../img/bg01.jpg) no-repeat center top; *!
        background: url('../img/intro.jpg') no-repeat center center;
        background-color: #3498db;
        margin-top: -20px;
        background-attachment: relative;
        background-position: center center;
        min-height: 650px;
        width: 100%;

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

    .header-overlay {
        background: rgba(52, 152, 219, 0.35);
        margin-top: 0;
        min-height: 650px;
        width: 100%;
    }
}*/

.promo {
    background: rgba(255,255,255,0.0);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}

.highlight {
    color: #3498DB;
}

.promo-text {
    color: white;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1px;
}

.social-icons {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 auto;
}
