html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background-color: #094275;
    padding-bottom: 40px;
}
.container{
	 max-width: 1800px;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 5px 10px #DC7364;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #F0D5C0;
}

li {
  float: left;
}

li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #094275;
  font-family: 'Teko', sans-serif;
  font-size: 23px;
  transition: font-size 1s;
    animation-name: slight_in;
  animation-duration: 20s;
}
li a:hover {
  background-color: #DC7364;
    font-size: 26px;
}

#logo_main_pos{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 4%;
    width: 700px;
}
@keyframes slight_in {
  from {left: 1500px;}
  to {right: 0px;}
}
#logo_two_pos{
padding-left: 50px;
padding-right: 50px;

}

#footer_sty{
    float: none;
   background-color: #F0D5C0;
   font-family: 'Bungee', cursive;
    color: #094275;
    text-align: right;
    font-size: 20px;
    line-height: 1.4;
    padding-right:  8px;
    transition: font-size 1s;
}
#footer_sty:hover{
    font-size 30px;
}
.offer{
     transition: font-size 1s;
}
.offer:hover{
    font-size: 35px;
}
.info_box{
    float: none;
    max-width: 900px;
    margin: 0 auto;
    color: #094275;
    background-color: #FFFFFF;
    position: relative;
    border: 5px solid #DC7364;
    text-align: center;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    padding: 6px;
}
.offer_box{
    float: none;
    max-width: 400px;
    margin: 0 auto;
    color: #094275;
    background-color: #FFFFFF;
    position: relative;
    border: 5px solid #DC7364;
    text-align: center;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    padding: 6px;
}
.pad{
    padding-bottom: 50px;
}
.word_box{
     width: 300px;
    margin: 0 auto;
    float: left;
    color: #094275;
    background-color: #FFFFFF;
    position: relative;
    border: 5px solid #DC7364;
    text-align: center;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    
     
}
.img_box{
     width: 600px;
    margin: 0 auto;
    color: #094275;
    background-color: #FFFFFF;
    position: relative;
    border: 5px solid #DC7364;
    text-align: center;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    float: left;
}
.sideby_place{
      max-width: 920px;
    margin: 0 auto;
   float: none;
    padding-bottom: 400px;
    
}
.img_box_sty{
    padding: 10px;
}
#address_one{
    padding-top: 30px;
}
#address_two{
    padding-bottom: 184px;
}
.box_heading{
    font-family: 'Staatliches', cursive;
    font-size: 35px;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
}
.head_sty{
    text-align: center;
    text-decoration: underline;
    font-family: 'Staatliches', cursive;
    color: #094275;
    font-size: 50px;
    padding: 30px;
}
.pools{
   display: block;
	margin-right: auto;
	margin-left: auto;
      border-radius: 9px;
      border: 4px solid #DC7364;
}
.spacing{
    padding: 30px;
}
.img_heading{
    text-align: center;
    text-decoration: underline;
    font-family: 'Staatliches', cursive;
    color: #094275;
    font-size: 25px;
    padding-bottom: 5px;
}
#cycle_one{
    padding-top: 30px;
}
#cycle_two{
    padding-bottom: 198px;
}
#zumba_one{
    padding-top: 30px;
}
#zumba_two{
    padding-bottom: 215px;
}
#hitt_one{
    padding-top: 30px;
}
#hitt_two{
    padding-bottom: 215px;
}
.diff_imgs{
    width: 600px;
}
@media only screen and (max-width: 768px) {
  li {
  float: none;
}
    li a {
        font-size: 40px;
    }
    .word_box{
        float: none;
    } 
    .img_box{

        float: none;
    }
    .sideby_place{
        padding: 30px;
    }
    .info_box{
        font-size: 35px;
    }
    .box_heading{
        font-size:45px;
    }
    .word_box{
        font-size: 35px;
    }
    #footer_sty{
        font-size: 28px;
    }
    .img_heading{
        font-size: 30px;
    }

    
}
@media only screen and (max-width: 375px) {
    #logo_main_pos{
     width: 325px;   
    }
    #map{
      display: none;
    }
    .exc_cls{
        display: none;
    }
    .img_box_sty{
      display: none;
    }
    .img_box{
        display: none;
    }
     #footer_sty{
        font-size: 20px;
    }
    .pools{
        width: 300px;
        height: 200px;
    }
    #logo_two_pos{
        position: relative;
        right: 30px;
    }
    .offer_box{
        font-size: 30px;
    }
}