/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

.is-site-bg-img .site-bg__img {
    display: block;
    background-image: url(../image/bg-3.jpg);
}

.site-bg__overlay{
	background-color: rgba(1,1,1,0.55);
}

.site-bg__effect {
  opacity: 0;
}


.contact-info__item { margin-bottom:20px;}
#contact .form-theme .form-group{margin-bottom:0;}

@media (min-width:1200px){
  #contact .container { width:1000px}
  
  #download .container{width:1000px;}
  #download .section__heading{
	margin-bottom:30px;
  }
}


@media(min-width: 992px){
 h1 { font-size:50px;}
}

@media (max-width:768px){
  #home h1{font-size:22px}
}

