/* Put your custom styles here */


.splash {
background-image: url(../images/Echo_Splash.jpg);
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
position: absolute;
height: 100vh;
width: 100vw;
border: 0px solid #000;
}

.splash2 {
background-image: url(../images/Echo_Splash2.jpg);
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
position: absolute;
height: 100vh;
width: 100vw;
border: 0px solid #000;
}



@media only screen and (max-width : 767px){
.splash2 {
background-image: url(../images/Echo_Splash2.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
height: 100vh;
width: 100vw;
border: 0px solid #000;
}
}


.btmTxt{
  position: absolute;
  bottom: 0px;
}

.splashLogo {
  width: 200px;
  margin: 20px 0px 10px 20px;
  float: left;
  display: block;
}


@media only screen and (max-width : 767px){
.splashLogo {
  width: 150px;
  margin: 20px auto 10px auto;
  display: block;
  float: none;
}
}

.quote {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 1000px;
  width: 100%;
  float: right;
  font-weight: bold;
  color: #FFF;
  display: block;
  background-color:rgba(0, 0, 0, 0.5);
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 20px;
margin-right: 20px;

}

.quote p {
  font-weight: bold;
  color: #FFF;
  font-size: 30px;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}


@media only screen and (max-width : 767px){
.quote p {
font-weight: bold;
color: #FFF;
font-size: 16px;
text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
padding: 0px 0px 10px 40px;
line-height: 1.5;
}
}




.offer {
  width: 100%;
  padding: 10px 60px;
  background-color: #FF0000;
  text-align: center;
}

.offer p {
  font-family: 'Lora', serif;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}


@media only screen and (max-width : 767px){
.offer p {
  font-family: 'Lora', serif;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.1;
  margin-bottom: 30px;
}
}
