/* Replace Bootstrap Icons Background Css With Font-Awesome Icons */

[class^="icon-"],
[class*=" icon-"],
.icon-white{
  background-image: none;
}
/* Theme General Css */
body{ 
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
}
.container{
  min-height: 40px;
}
.align-center{
  text-align: center;
}
p{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  
}
hr.soften {
  height: 1px;
  margin: 34px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
  border: 0;
}

/* Google WebFonts */
.font-bree-serif{
  font-family: 'Bree Serif', serif;
  font-weight:400;
}
.font-open-sans-book,
.font-open-sans-book-italic,
.font-open-sans-normal,
.font-open-sans-normal-italic,
.font-open-sans-semi-bold,
.font-open-sans-semi-bold-italic,
.font-open-sans-bold,
.font-open-sans-bold-italic{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-open-sans-normal,
.font-open-sans-normal-italic{
  font-weight: 400;
}
.font-open-sans-semi-bold,
.font-open-sans-semi-bold-italic{
  font-weight: 600;
}
.font-open-sans-bold,
.font-open-sans-bold-italic{
  font-weight: 700;
}
.font-open-sans-book-italic,
.font-open-sans-normal-italic,
.font-open-sans-semi-bold-italic,
.font-open-sans-bold-italic{
  font-style: italic;
}
header{
  width:100%; 	
  background: #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 10px #ccc;

}
.masthead{ text-align:center;}
#brand{
  display: block;	
  background: url(logo.png) no-repeat; 
  background-position:center;
  width: 753px; 
  height: 408px;
  text-indent: -9999px;
  margin: 30px auto;
  -moz-background-size:cover; 
  -webkit-background-size:cover; 
  background-size:cover;

}
.masthead h1{ 
  font-size: 36px;
  margin: 0 0 20px
}
.masthead p{ 
  font-size: 16px;
}
.jumbo{
  margin: 30px 0;
}
.jumbo .btn-large{
  padding: 20px 30px;
  margin-right: 10px;
  font-size: 18px;
}
.jumbo a small{
  color: #fff;
}


footer{
  width: 100%;
  background: #333;
  padding-top: 20px;
  margin-top: 20px;
}
footer p{ 
  font-size:11px;
  color: #fff;
  
}

@media only screen and (max-width: 1024px) and (orientation:landscape) {
#brand{
  background: url(logo.png) 50% 0 no-repeat scroll !important; 
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;

}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

#brand{
  background: url(logo.png) 50% 80% 0 no-repeat scroll !important; 
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;

}	
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
header{
  margin-top: 20px;
}	
#brand{
  background: url(logo.png) 50% 50% 0 no-repeat scroll !important; 
  background-position:center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
}
.masthead p{
  padding: 0 10px;
}
.jumbo .btn-large{
  margin-right: 0px;
  margin-bottom: 10px;
}

footer p{ 
  text-align:center; 
  }
}