/* Enter Your Custom CSS Here */
p .more-link {
    display: none;
}
@media (min-width:980px) and (max-width:1100px){
  .logo-img {
    left: -60px;
    position: absolute;
    top: -30px;
    z-index: 999;
}
.tagline {
    color: #fff;
    font-family: "brush-tipterrbrushtipterrence";
    font-size: 1.8em;
    left: 203px;
    line-height: 1.3em;
    position: absolute;
    top: 58px;
}

}
@media screen and (max-width: 768px) {
.slider iframe {
    height: 100%;
    width: 100%;
}
.tagline {
    color: #fff;
    font-family: "brush-tipterrbrushtipterrence";
    font-size: 1.8em;
    left: 155px;
    line-height: 1.3em;
    position: absolute;
    top: 18px;
}
.logo-img {
    left: 0px;
    position: absolute;
    top: -23px;
    width: 140px;
    z-index: 999;
}
.social {
    top: auto;
    right: auto;
    bottom: 3px;
    left: 145px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 479px) {
.tagline {
    font-size: 20px;
    left: 130px;
}
.logo-img {
    left: 0px;
    top: -20px;
    width: 110px;
}
.container.bg {
    margin-top: 20px;
}
  .header {
    min-height: 115px;
}
  .social {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 122px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 420px) {
.tagline {
    font-size: 17px;
}
   .social {
    bottom: 5px;
}
}
@media screen and (max-width: 360px) {
.tagline {
    font-size: 15px;
    left: 120px;
}
   .social {
    bottom: 3px;
}

}
@media screen and (max-width: 320px) {
.main {
		background:none;
	}
	
}