body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}



.header-image {
	/*background: url(./img/header.jpg) repeat;*//* Use a tiling background image or a full width image - if you're using full width you will need to change no-repeat center center cover  */
	background-position: -67px -120px;/*top;*/
	height: auto;
	display: block;
	width: 100%;
	text-align: center;
}

.headline {
	padding:20px 0 20px 0;
}

.headline > .container > h1 {
	font-size: 130px;
	/*background: #ffffff;
	background: rgba(255, 255, 255, 0.9);*/
}
.argues{
    background:#F1F1F1;
    padding: 40px 55px;
    width: 172px;
    height: 172px;
    margin:0 auto;
}
.argues:hover{
    cursor:pointer;
}

.headline > .container > h2 {
	font-size: 47px;
        font-weight: bold;
        padding: 20px;
        margin-top:200px;
    	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}

.featurette-divider {
	margin:100px 0;
}
.featurette {
	overflow: hidden; 
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 50px;
}

textarea{
    border:1px solid #CECECE;border-radius:3px;
}
footer {
	margin: 50px 0;
}

.logo-img{
    width:45%;
    vertical-align: top;
    margin-top:10px;
    
}
/* RESPONSIVE CSS */

@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin:100px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-divider {margin:100px 0;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {
	
.container {margin: 0 15px;}
.featurette-divider {margin:100px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {
.logo-img{width:300px;}
.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;margin-top:40px;}
.featurette-divider {margin:100px 0;}


}

@media (max-width: 640px) {
.logo-img{width:300px;}
.headline {padding: 20px 0 25px 0;}
.header-image{background-position: -67px -270px;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}

}

@media (max-width: 375px) {
.logo-img{width:300px;}
.featurette-divider {margin:100px 0;}
.featurette-image {max-width: 100%;}
.header-image{background-position: -67px -270px;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}