/*
Theme Name: WP ConcordSoft Basic Bootstrap Thema
Author: Mladen Prijić
Author URI: http://concordsoft.com/
Version: 1.0
Tags: responsive, white, bootstrap

*/


.main-back { 
  background: url(images/road.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100vh;
}
.main-back h1{ 
  padding-top:12%;
  margin-top:0;
  color:#f7bd22;
  letter-spacing:0.07em;
  font-family: 'Bree Serif', serif;
  font-size:60px;
}
.main-back h1 span{   
  font-size:72px;
}
.main-back h1 p{   
  font-size:42px;
}
.main-down{
    margin-top: 0px;
    padding: 30px 0;
    background:#f7bd22;
}
.main-down:hover, .main-down:active, .main-down:visited, .main-down:focus{   
  outline:none;
}
.navbar{ 
  display:none;
}

@media only screen and (max-width: 768px) { 
	.main-back h1{ 	 
	  font-size:42px;
	}
  .main-back h1 p{   
    font-size:28px;
  }
}