/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 220px;
	margin-bottom: 50px;
	background: none;
}

body:before {
    content:"";
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;

    background: linear-gradient(rgba(0,0,0,.9), rgba(181,181,181,.2)); /* Standard syntax */
}

.full {
    background: url(https://techwerks.pro/img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brand {
    font-family: 'Fjalla One', sans-serif;
    font-size: 5.0em;
    font-weight: bold;
    color: #fff;
}

h1 {
    font-family: 'Fjalla One', sans-serif; 
    color: #333d32;
}

h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 2.0em;    
    color: #fff;
    line-height: 1.5em;
}

h4 {
    font-family: 'Arimo', sans-serif;
    color: #fff;
}

p {
    font-family: 'Arimo', sans-serif;
    color: #fff;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
