/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

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

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

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: text-top;
}

.text-vertical-center h1 {
    margin: 50px 0px 0px 0px;
    padding: 0;
    font-size: 2.1em;
    font-weight: 300;
}

p{  font-size: 1.3em;
    font-weight: 300; margin-top:20px; line-height:1.5em}
	
a { color:#fff; }
a:hover { color:#d3a200; }

.logo{ width:275px; height:137px; margin:50px auto 30px auto;}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:768px) {
	.logo{ width:200px; height:94px; margin:25px auto 30px auto;}
	.text-vertical-center h1 {
    margin: 30px 0px 0px 0px;
    font-size: 2.1em;
}
}
