/* 
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 *
 * This theme has been modified from the origional form.
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
    font-family: 'Open Sans Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body ,blue{
    
}

body .grey{
    background-color: #f2f2f2;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Regular', sans-serif;
    font-weight: 400;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h2{
        font-size:25px;
}

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

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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #21558C;
    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: #073062; //#1f487c;
        padding:8px 0;
	border-color: transparent;
}

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

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

/* Helpers */

.mt {
	margin-top: 20px;
}

.mt2{
	margin-bottom: 40px; 
}

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

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


/* HeaderWrap */
#headerwrap {
	background-color: #073062;
	margin-top: -20px;
        margin-bottom:-20px;       
	background-attachment: relative;
	background-position: center center;
	min-height: 430px;
	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: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 35px;
	font-weight: 300;
    font-family: "Open Sans Light", sans-serif;
	letter-spacing: 1px;
}

#headerwrap h1{
    color:white;
    text-align:right;
}

#headerwrap h1 span{
    font-size:large;
    font-weight:300;
}

hr{
    margin:8px auto;
    color: #B5B5B5;
    background-color: #B5B5B5;
    border: 0;
    width:80%;
}

#main_container{
    background-color: #ffffff;
    padding-bottom:25px;
    flex: 1 1 auto;
}
