/*
    Theme Name: Tempo
    Theme URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/**************************************
link & button
**************************************/
html {
    height: 100%
}

body{
  font-family: 'Raleway', sans-serif; 
}
.white
{
	color:#fff !important;
}
h1.cta-title
{
	font-size: 30px;
    width: 100%;
    margin-top:-30px;
}
h1
{
	font-size: 36px;
}
#banner{
	margin-top:0px;
}
/**************************************
Header
**************************************/
.section-padding
{
	padding: 40px 0px;
}

.jumbotron
{
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 0;
}
.jumbotron p.big
{
    line-height: 21px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 6px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    padding-top: 10px;
}


.bold
{
    font-weight: bold;
}
.bor-btm
{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 85px;
}
.jumbotron h1.small
{
    text-align: center;
    line-height: 88px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif; 
    font-size: 55px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.cta-1
{
	padding: 40px 0px;
}

.cta-11
{
	background-color: #e43c5c;
	padding: 40px 0px;
}
.panel-body,p{
	text-align:justify;
	font-size:20px;
    color:#292b2c;
}

.panel-body, h3{
	text-align:center;
}
p.cta-sub-title
{
    font-size: 20px;
    font-family: 'Raleway', sans-serif; 
    font-weight: 400;
	text-align:justify;
}
.pg-titl-bdr-btm
{
	width: 100px;
	height: 3px;
	background-color: #e43c5c;
	
}
.page-title, p{
	font-size:16px;
}




#banner
{
    background: url('../img/about-us.JPG') no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
#care
{
    background: url('../img/watercare.png') no-repeat;
   margin-left:0px;
   margin-top:0px;
  height:50px;
  
}

/**************************************
cta
**************************************/
/** media queries**/
@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}

@media (min-width: 451px) and (max-width: 768px) {
.cta-1 {
    padding: 5px 18px;
    margin-bottom: 3px;
}

}
section {
  display: block;
  width: 100%;
}
/**************************************
form element
**************************************/
.gray {
    background: rgba(0, 0, 0, 0.37);
}

.letter-background{
background: linear-gradient(#03657c, #05a1c7);
max-height:100px;
margin-top: 0px;

}