@charset "UTF-8";
body {
    background: url('../img/bg.jpg');
    margin: 0px;
    padding: 0px;
}
.container {
    font-size: 20px;
}


body .container-fluid p {
    color: #000000;
}


body p {
    font-family: 'PT Sans',sans-serif; 
    margin-top: 0em;
    margin-bottom: 1em;
}

body li {
    font-family: 'PT Sans',sans-serif; 
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000000;
}
.content {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #000000 !important;
}
img{
	margin-top:10px;
	margin-bottom:20px;
}

h1,h2,h3,h4,h5
 {
   font-weight: 700;
line-height: 1.2em;
text-shadow: 1px 1px 1px #000;
margin: 0.67em 0;
			text-transform: capitalize;
				text-align: center;
				zoom: 1;
				font-family: 'PT Sans', sans-serif; 
}
h1 {
    font-size: 45px;
    color: #CC0000;
}
h2 {
    font-size: 1.8em;
    color: #CC0000;
}
h3,h5 {
    font-size: 24px;
    color:#000000;
}

h4 {
    font-size: 20px;
    color: #CC0000;
}

.blackish{
	color:black;
}
.margin-top {
    margin-top: 20px;
}
.rb {
    color: #B70004;
    font-weight: bold;
}
.rbu {
    color: #B70004;
    font-weight: bold;
    text-decoration: underline;
}
.red {
    font-weight: bold;
    color: #B70004;
}
.white-background {
    background-color: #ffffff;
}
.top-bg-row, .top-bg-row1 {
    background: url('../img/content-top.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
}
.middle-bg-row, .middle-bg-row1 {
    background: url('../img/content-bg.jpg');
    background-repeat: repeat;
    background-size: contain;
}
.bottom-bg-row, .bottom-bg-row1 {
    background: url('../img/content-footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 45px;
}
@media (max-width: 1080px) {
    body {
        background-image: none;
        background-color: #ffffff;
    }
    .top-bg-row {
        background: none !important;
    }
    .middle-bg-row {
        background: none !important;
    }
    .bottom-bg-row {
        background: none !important;
    }
}


@media(min-width:320px) {
	h1{
		font-size: 30px;
	}
}

@media(min-width:768px) {
	h1{
		font-size: 40px;
	}
}

@media (min-width: 1024px) {

	h1 {
    font-size: 40px;
    color: #CC0000;
}
h2 {
   font-size: 43px;
    color: #CC0000;
}
h3,h5 {
    font-size: 38px;
    color:#000000;
}

h4 {
    font-size: 40px;
    color: #CC0000;
}
}


@media (max-width: 768px) {
	body {
		background-image: none;
		background-color: #ffffff;
	}
	.top-bg-row1, .middle-bg-row1, .bottom-bg-row1 {
		background: none !important;
	}
}
@media (min-width: 769px) {
	.top-bg-row1, .middle-bg-row1, .bottom-bg-row1 {
		padding: 0 40px;
		margin: 0;
	}
}

.footer {
    padding-top: 150px;
}
.footer,
.footer p,
.footer a {
    font-size: 12px !important;
    text-align: center !important;
}