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

body {
  background-color: #f2f2f2;
    font-family: Helvetica, 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-weight: 300;
    color: #FFF;
}


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

.centered {
    text-align: center;
}

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


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

#headerwrap {
	background: url(../img/2.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: fixed;
	background-position: center 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 h3 {
	color: #000;
	font-size: 26px;
	font-weight: 120;
    font-style: oblique;
}

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


/* Footer Wrap */

#f {
	background: #1a1a1a;
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center
}


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

#f h5 {color: #999}

#f p {
	font-size: 20px;
	color: #f2f2f2;
    font-style: oblique;
}
#f2 {
    background: #1a1a1a;
    padding-top: 0px;
    padding-bottom: 70px;
    text-align: center
}


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

#f2 h5 {color: #999}

#f2 p {
    font-size: 20px;
    color: #f2f2f2;
    font-style: oblique;
}