html, body {
    margin:0px;
    height:100%;
    padding: 0px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: white;
}
#s1{
    height: 50px;
    background-color: #d68080;
}
#s1p1{
    margin: 0px 18px 0px 40px;
    color: white;
    float: left;
    display: inline;
    line-height: 50px;

}
#s1p2{
    margin: 0px 18px 0px 5px;
    color: white;
    float: left;
    display: inline;
    line-height: 50px;

}
#s1p3{
    margin: 0px 18px 0px 5px;
    color: white;
    float: left;
    display: inline;
    line-height: 50px;

}

#s1a1{
    margin: 10px 40px 0px 0px;
    color: white;
    float: right;
    display: inline;
    line-height: 16px;
    border: 1px solid #8095d6;
    border-radius:10px;
    padding: 6px 20px;
    background-color: #8095d6;
    font-family: 'PT Sans Narrow', sans-serif;
}
#s2{ 
    padding: 40px 0px 10px 0px;
    background: url("../images/backjpg.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: calc(100% - 470px);
    border: 10px solid white;
}

#s2R{ 
    padding: 5px 0px 5px 0px;
    background-color: lightblue;
    height: 300px;
    border-top: 5px solid white;
    
}





#s2p1{
    text-align: center;
    font-size: 80px;
    color: red;
    font-weight: 800;
    margin: 0px;
    text-shadow: 0 0 20px white;
}
#s2p2{
    text-align: center;
}
#s2p3{
    margin: 5px 0px 25px 0px;
    font-size: 22px;
    text-align: center;
    color: darkred;
}
#s2p2 a{
    margin: 10px;
    border: 1px solid red;
    padding: 5px 20px;
    border-radius: 15px;
    color: #d68080;
    font-weight: 700;
    font-size: 16px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#s3{

    height: 270px;
    width: calc(100% - 20px);
    margin: 0px;
    border: 10px solid white;
	padding: 0px 0px 0px 0px;

}
#s4{

   margin: 0px;
   padding: 0px;
   width: calc(100% - 20px);
   height:40px; 
   background:#fbfbfb;
   border:10px solid white;
}
iframe{
   width: 100%;
   height: 100%;
}
#s4a1{
    margin: 0px 0px 0px 50px;
    color: green;
    line-height: 40px;
    float: left;
    display: inline;
    cursor: pointer;
    
}
#s4p1{
        margin: 0px 50px 0px 0px;
    color: green;
    line-height: 40px;
    float: right;
    display: inline;
}
i{
    margin: 0px 5px;
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    html, body {
    margin:0px;
    height:100%;
    padding: 0px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: white;
}
#s1{
    height: 70px;
    background-color: #d68080;
}
#s1p1{
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    line-height: 35px;
    margin: 0px;

}
#s1p2{
    color: white;
    float: left;
    line-height: 35px;
    width: calc(100%/3);
    text-align: center;
    margin: 0px;

}
#s1p3{

    color: white;
    float: left;
    line-height: 35px;
    width: calc(100%/3);
    text-align: center;
    margin: 0px;
}

#s1a1{

   text-align: center;
    margin: 0px;
    padding: 0px;
    color: white;
    float: left;
    width: calc(100%/3);
    line-height: 35px;
    border: 0px solid #8095d6;
    background-color: #8095d6;
    font-family: 'PT Sans Narrow', sans-serif;
    border-radius: 15px 0px 0px 0px;
}
#s2{ 
    padding: 20px 0px 0px 0px;
    background: url("../images/backjpg.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: calc(100% - 460px);

}


#s2R{ 
    padding: 5px;
    background-color: lightblue;
    height: 500px;
    border-top: 5px solid white;
    
}



#s2p1{
    text-align: center;
    font-size: 55px;
    color: red;
    font-weight: 600;
    margin: 0px;
    text-shadow: 0 0 20px white;
}
#s2p2{
    text-align: center;
}
#s2p3{
    margin: 5px 0px 30px 0px;
    font-size: 26px;
    text-align: center;
    color: darkred;
    font-size: 13px;
}
#s2p2 a{
    margin: 10px 0px 0px 0px;
    border: 0px solid white;
    padding: 5px 20px;
    border-radius: 15px;
    color: #d68080;
    font-weight: 600;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#s3{

    height: 230px;
    width: calc(100% - 20px);
    margin: 0px;
    border: 10px solid white;
}
iframe{
   width: 100%;
}
#s4{

   margin: 0px;
   padding: 0px;
   width: calc(100% - 20px);
   height:80px; 
   background:#fbfbfb;
}
#s4a1{
   margin: 0px;
   color: green;
   line-height: 40px;
   float: left;
   cursor: pointer;
   text-align: center;
   width: calc( 100% / 4 );
}
#s4p1{
   background-color: #fbfbfb;
   margin: 0px;
   color: green;
   line-height: 40px;
   float: left;
   width: 100%;
   text-align: center;
}
}