
body {
    padding-top: 25px;
}
.container{
	width:70%;
}
.navbar-brand{
	height:100%;
}
.navbar-brand>img{
	width:98%;
}
.business-header {
    height: 400px;
    background:url(../images/001-158-x-400.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

#btn-enroll{
  position: absolute;
  top: 276px;
  right: 193px;
  box-shadow: 0px 5px 0px #025454;
}

footer {
	border-top:solid 3px #ADB3B3;
    background:#323E41;
}
footer .container{
	padding:40px 0 60px 0;
}

.pow{
	color:#777;
}

.pow:hover{
	color:#777;
}

@media (max-width:1367px){

.business-header {
    height: 400px;
    background:url(../images/001-158-x-400.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}

#btn-enroll{
  position: absolute;
  top: 276px;
  right: 155px;
  box-shadow: 0px 5px 0px #025454;
}

.btn-lg {
    padding: 6px 16px;
}

}

@media (max-width:1280px){

.container{
	width:80%;
}

#btn-enroll{
  position: absolute;
  top: 276px;
  right: 220px;
  box-shadow: 0px 5px 0px #025454;
}
}
@media (max-width:980px){

.container{
	width:90%;
}

.business-header {
    height: 400px;
    background:url(../images/002-900-x-400%20.JPG) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}

#btn-enroll{
  position: absolute;
  top: 250px;
  right: 150px;
}

.btn-lg {
    padding: 4px 15px;
}

iframe{
	height:450px !important;
}

}

 @media (max-width:1280px){
.business-header {
    height: 400px;
    background:url(../images/002-900-x-400%20.JPG) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}
}

@media (max-width:801px){

.container{
	width:95%;
}

.business-header{
    height: 400px;
    background:url(../images/003-768-x-320.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}

#btn-enroll{
  position: absolute;
  top: 240px;
  right: 135px;
}

.btn-lg {
    padding: 2px 16px;
}

}

@media (max-width:769px){

.business-header{
    height: 320px;
    background:url(../images/003-768-x-320.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}

#btn-enroll{
  position: absolute;
  top: 215px;
  right: 115px;
}

iframe{
	height:350px !important;
}
}

@media (max-width:480px){

.business-header{
    height: 320px;
    background:url(../images/004-460-x-320.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    -o-background-size: cover;
}

#btn-enroll{
  position: absolute;
  top: 250px;
  right: 155px;
}

iframe{
	height:280px !important;
}

}

@media (max-width:360px){


#btn-enroll{
  position: absolute;
  top: 210px;
  right: 100px;
}

iframe{
	height:250px !important;
}

}