@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

body{
font-family: 'Open Sans', sans-serif !important;
}
#home-page .container {
max-width: 600px;
margin: 0px auto;
padding-left: 20px;
padding-right: 20px;
}	
.bg-dark-u h1{
font-weight: 600;
font-size: 35px;
padding-top: 3px;
margin-bottom: 0px;
}
.bg-dark-u img{
margin-top: -13px;
width: 65px;
}
#home-page .title h2{
color: #1C93C8 !important;
font-size: 35px;
font-weight: bold;
margin-top: -5px;
margin-bottom: -5px;
}
#home-page .title h3{
border-bottom: 10px solid #000;
margin-bottom: 0px;
}
#home-page .title h3 span{
font-family: 'Roboto Condensed', sans-serif;
color: #000;
border-top: 2px solid #828282;
border-bottom: 2px solid #828282;
margin-right: 20px;
font-size: 23px;
font-weight: bold;
letter-spacing: 3px;
}
.gradient{
background: rgb(224,225,227);
background: linear-gradient(0deg, rgb(204, 204, 204) 33%, rgb(255, 255, 255) 78%);
}
.gradient h4{
margin-bottom: 0px;
line-height: 21px;
font-size: 19px;
color: #000 !important;
font-weight: 600;
}
.white-bg{
background-color: #fff;
padding: 0px;
margin: 5px;
margin-bottom: 0px;
}
.white-bg span{
font-size: 25px;
vertical-align: middle;
margin: 0px 20px;
}
.space{
padding-top: 10px;
padding-bottom: 5px;
margin-bottom: -5px;
}
.white-bg h5{
font-size: 25px;
font-weight: 500;
margin-bottom: -5px;
}
.white-bg h1{
margin-bottom: 0px;
font-size: 40px;
}
.box{
background-color: #000;
margin: 10px 30px;
padding-top: 1px;
padding-bottom: 5px;
margin-bottom: 2px;
}
.box h2{
font-size: 32px;
font-weight: bold;
margin-bottom: 0px;
}
.box h2 span{
font-size: 18px;
vertical-align: middle;
font-weight: normal;
margin-bottom: 4px;
display: inline-block;
}
p{
font-size: 14px;
margin-bottom: 0px !important;
letter-spacing: 0px;
padding: 0px 15px;
}
.text-center h6{
font-size: 30px;
margin-top: 0px;
margin-bottom: 2px;
}
.text-center{
padding-bottom: 15px;
}
.bg-dark-u{
padding: 4px;
font-family: 'PT Sans Narrow', sans-serif;
}
.bg-dark-u p{
font-size: 20px;
text-transform: inherit;
line-height: 25px;
}

.green .btn {
border: 2px solid #000 !important;
margin-top: 0px  !important;
display: block;
width: 97%;
margin-left: 10px;
margin-right: 10px;
background-color: #05BC58;
border-radius: 20px;
}

.green .btn a{ 
color: #fff !important;
font-size: 33px;
display: block;
font-weight: bold;
line-height: 33px;
padding: 2px;
text-shadow: 0px 0px 4px #000;
}

.green .btn a:hover {
color: #0056b3;
text-decoration: none;
}
div.bg-dark-u:nth-child(1){
padding-bottom: 5px;
}	
	
.green{
background-color: #BFBFBF;
padding: 10px 0px;}
	

div.text-center:nth-child(3){padding-bottom: 8px;
padding-top: 6px;
}
	
	

/* CSS Document */
@media only screen and (max-width:500px) {
.bg-dark-u p {
font-size: 16px;
line-height: 23px;
padding: 0px;
}
.text-center p.text-uppercase{
font-size: 11px;
}

.green .btn {
width: 93%;
}
.green .btn a {
font-size: 23px;
line-height: 30px;
}
#home-page .title h2 {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
}
#home-page .title h3 span {
margin-right: 10px;
font-size: 18px;
letter-spacing: 1px;
}	
.gradient h4 {
font-size: 20px;
}
.white-bg h5 {
font-size: 20px;
}
.white-bg span {
font-size: 15px;
margin: 0px 4px;
}
.white-bg strong{
font-size: 26px;
vertical-align: middle;
}
.box h2 span {
font-size: 18px;
margin-bottom: 5px;
}	
.box h2 {
font-size: 22px;
}
.text-center h6 {
font-size: 29px;
margin-bottom: 4px;
margin-top: -4px;
}
p {
font-size: 12px;
letter-spacing: 0px;
padding: 0px 10px;
}
.blackbg p {
font-size: 20px;
line-height: 25px;
}			
}


@media only screen and (max-width:400px) {
.text-center p.text-uppercase {
font-size: 9px;
}
.box h2 span {
font-size: 11px;
margin-bottom: 3px;
}
}
.bg-dark-u {
    background-color: #000 !important;
}

@media only screen and (max-width:360px) {
.white-bg strong  { font-size: 18px;  }
.text-center h6 { font-size: 20px;	}
.bg-dark-u p { font-size: 11px;line-height: 18px; }
#home-page .title h2 { font-size: 18px; }
.gradient h4 { font-size: 16px; }
.white-bg h5 { font-size: 15px; }
.text-center p.text-uppercase { font-size: 8px; }
.title h3 img { width: 40%; }
}


@media only screen and (max-width:300px) {
.green .btn a {
    font-size: 19px;
    line-height: 24px;
	}
	
#home-page .title h2 {
    font-size: 16px;
	}
.white-bg strong {
    font-size: 16px;
	}
}
.logo-text{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-style: italic; font-size:30px !important; font-variant: normal; font-weight: 300;
}
.btn{
    box-shadow: 5px 10px 8px #888888;
}
.text-dark{
    font-size:18px !important;
}

