@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Coda);
@import url(http://fonts.googleapis.com/css?family=Merriweather);
@import url(http://fonts.googleapis.com/css?family=Alegreya);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Marck+Script);
/*----------------------------------------------------------------------------------------------
 global
-----------------------------------------------------------------------------------------------*/
h1{ 
    font-weight: 400;
    font-family: 'Marck Script', cursive;
    color: #E7F0FF;
    font-size: 73px;
    margin-top: 0;
 }
p
{
    text-align: center;
}
img
{
    max-width: 100%;
}

.body-content
{
    background-color: #ecf0f1;
}
.container
{
    width: 100%;
}
.after-slide, .share-icons {
    background: url(../img/00.png);
    padding-bottom: 60px;
    padding-top: 60px;
}

h2.top-text {
    font-family: "Lato";
    font-weight: 600;
    color: white;
    font-size: 40px;
}
h2.sub-text {
    position: relative;
    top: 5px;
    bottom: 37px;
    background: rgb(39, 64, 55);
    color: white;
    font-size: 30px;
    font-family: "Lato";
    padding: 8px 12px 12px 12px;
    width: 226px;
    text-align: center;
    margin: 10px auto;
    border-radius: 8px;
}
.main-text {
    margin-top: -30px;
    position: relative;
    top: -15px;
}

/*-------------------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------------------*/
.logo.text-center {
    margin: 15px 0 29px 0;
}

.timer
{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    text-align:center;
    z-index:99;
}
.timer-circle
{
    padding-top: 50px;
}
.timer-circle h1 {
    font-size: 50px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    color: rgb(234, 238, 236);
    text-shadow: 2px 3px 3px #427B7A;
    padding-bottom: 20px;
}
.logo h1 {
    font-weight: 400;
    font-family: 'Marck Script', cursive;
    color: #E7F0FF;
    font-size: 73px;
}
.circle {
    width: 175px;
    height: 175px;
    line-height: 50px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px white dotted;
    color: white;
    background-color: rgb(23, 67, 72);
    opacity: 0.6;
}
#spacer1 
{
    font-size: 35px;
    padding-top: 35px;
}
#spacer2 
{
    font-size: 35px;
}
/*-------------------------------------------------------------------------------------------
 Carousel base class 
----------------------------------------------------------------------------------------------*/
.carousel 
{
    height: 860px;
}
.carousel .item 
{
    height: 860px;
    background-color: #777;
}
.carousel-inner > .item > img 
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 860px;
}

/*@media (min-width: 300px) and (max-width:480px){
    .caption {
       padding-bottom: 0px;
       background:none;
       border-radius: 0px;
    }

}*/
@media (min-width: 500px){
.caption {
    padding-bottom: 40px;
    background: rgba(121, 154, 134, 0.35);
    border-radius: 5px;
    border-bottom: 3px solid ghostwhite;
}
}
@media (max-width: 800px){
.caption h1 {
    font-size: 16px !important;
}
}
.caption h1 
{
    font-size: 29px;
}
/*----------------------------------------------------------------------------------------------------
subscribe
-----------------------------------------------------------------------------------------------------*/
.after-slide-text
{
    padding: 35px;
    font-size: 35px;
    font-family: 'Old Standard TT', serif;
    color: darkslategrey;
}
.subscribe-form {
    margin: 0 auto;
    width: 50%;
}

.form
{
    padding: 20px;
}
/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services
{
    background: url(../img/services.jpg);
    padding: 50px 0px;
    background-size: cover;
}
.service, .share, .subscribe {
    background-color: rgba(79, 151, 138, 1);
}
.service-text h3, .share-text h3, .subscribe-text h3 {
    padding: 30px 0 0 20px;
    font-size: 45px;
    font-family: 'Coda', cursive;
    text-shadow: 1px 1px 1px #ABAFAE;
    color: rgb(255, 252, 252);
}
.service-text p , .share-text p, .subscribe-text p
{
    font-size: 25px;
    color: white;
    font-family: 'Merriweather', serif;
}
.about-service 
{
    font-family: 'Old Standard TT', serif;
    font-size: 19px;
    padding-top: 25px;
    background: url(../img/00.png);
}
.about-service p
{
    font-family: 'Alegreya', serif;
}
.service-icon h3 
{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 33px;
    text-shadow: 1px 1px 1px #FFF;
    color: rgb(179, 179, 179);
}
.service-icon i 
{
    padding-top: 12px;
    padding-bottom: 0px;
    color: lightseagreen;
}
hr {
border-color: rgb(255, 255, 251);
}
.full
{
    width: 50%;
}
.half
{
    width: 25%;
}
