/* Global Styles */


html,
body {
    width: 100%;
    height: 100%;
	color: #000;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;

}





a,
a:visited,
a:hover,
a:active,
a:focus,
a.bolder,
a.bolder:visited,
a.bolder:hover,
a.bolder:active,
a.bolder:focus {
	color:#337ab7;
	text-decoration: none;
}


a.bolder {
	font-weight: 400;
}

a:hover,
a.bolder:hover {
	color: #1D486D;
	text-decoration: none;
}

.text-muted {
	color: #b2b2b2;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 10%;

}



h1.teaser {
font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 30px 0;   
    color: #2c3e50;
}

h2.teaser {
    margin: 30px 0;
    color: #818C96;
}





/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
h1.teaser {font-size: 70px; letter-spacing: -4px;}
h2.teaser {font-size: 36px;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
h1.teaser {font-size: 110px; letter-spacing: -6px;}
h2.teaser {font-size: 40px;}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}











h3 {
    font-size: 32px;
    margin: 30px 0
}

h2 {
font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    margin: 30px 0;
}







/* Actionbutton */

a.btn-action,
a.btn-action:visited,
a.btn-action:hover,
a.btn-action:focus,
a.btn-action:active {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	color: #337ab7;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
}

a.btn-action:hover {
	color: #22527b;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 4px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 4px;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rules */

hr.small {
    max-width: 100px;
	margin-bottom: 50px;
}






/* Header */ 
  
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: #337ab7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 20px 0 50px 0;
}


.header h2, .header p { color: #fff;}







/* Contact */

.contact {
    padding: 0;
}

.contact h2, .contact p { color: #2c3e50;}



/* Contactform */

section#contactform {
    background-color: #2c3e50;
    padding: 80px 0 80px 0;
}

section#contactform .form-control {
	border: 2px solid #ccc;
box-shadow: none;
}

section#contactform .form-group {
    margin-bottom: 25px;
}

section#contactform .form-group input,
section#contactform .form-group textarea {
    padding: 20px;
}

section#contactform .form-group input.form-control {
    height: auto;
}

section#contactform .form-group textarea.form-control {
    height: 242px;
}

section#contactform .form-control:focus {
    border: 2px solid #08A48D;
    box-shadow: none;
}

section#contactform::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contactform:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contactform::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contactform:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contactform .text-danger {
    color: #fff;
    font-weight: 300;
}

section#contactform .help-block {
	text-align:left;
}

section#contactform a,
section#contactform a:visited,
section#contactform a:hover,
section#contactform a:active {
	font-weight: 400;
	color: #c0c5cb;	
}

section#contactform a:hover {
	color: #fff;
	text-decoration: none;
}

section#contactform .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	color: #fff;
	background-color: #18bc9c;
	margin-top: 10px;
}

section#contactform .btn-lg:hover {
	background-color: #08A48D;
}

.alert-success {
	color: #2c3e50;
	background-color: #c0c5cb;
	border-color: #c0c5cb;
}


section#contactform .fa-li {
	padding-top: 2px;
}



/* footer */

.footer {
	background-color: #fff;
	padding: 20px;
}

.footer p {
	color:#000;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 400px) {

footer p { 
	font-size: 10px;
	}
}