/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    background:rgb(242,240,177);
    
}
img{
    max-width: 40%;
    text-align:center;
    margin:auto;
    display: block;


    
}
h1{
    text-align: center;
    font-size: 2.5rem;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:rgb(44,133,183);
}
h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 1.3rem;
    float:right;
    height: 0px;
    Padding:320px 30px;
   
   
    
}

.slide-right {
    width: 100%;
    overflow: hidden;
    margin-left: 500px;
    max-width: 500px
  }
  
  .slide-right h2 {
    animation: 2s slide-right 2s forwards;
      transform:translateX(-100%);
  }
  
  @keyframes slide-right {
    to {
      transform:translateX(0);
    }
  }
   
    #one{
       background:rgb(154,202,229);
       float:left;
       flex-wrap: wrap;
       height:550px;
       
       
    }
    #wheel{
        max-width: 100%;
        margin:-80px auto;
        display:flexbox;
        justify-content: left;
        text-align: left;
        position: relative;
        right: 350px;
        height:.5px;
       
    }
   video{
    display: block;
    margin: 0 auto;
   }
   
h3{
    font-family:monospace;
    font-size:1.5rem;
    Color:white;
    background:rgb(154,202,229);
    display: block;
    margin: 0 auto;
    height:230px;
    padding: 100px;
   
}

h4{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-content: flex-end;
    color:rgb(44,133,183);
    font-size: 1.2rem;
    max-width: 50%;
    justify-content: flex-end;
    text-align: left;
    padding:20px 30px;
   
}


h5{
    font-family:monospace;
    background:rgb(154,202,229);
    font-size:1.7rem;
    color:white;
    text-align: center;
    display: block;
    height:130px;
    padding: 80px;
    
   
}
h5{
    animation-duration: 3s;
    animation-name: slidein;
  }
  
  @keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
#right{
    display: flexbox;
    justify-content: flex-end;
    position: relative; left:600px;
    
}
#rightt{
    display: flexbox;
    justify-content: flex-end;
    position: relative; left:600px;
   
    
}

h6{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:rgb(44,133,183);
    font-size:1.2rem;
    max-width: 50%;
    padding:20px 30px;
    flex-wrap: nowrap;
    
}
#seagull{
    float: left;
    max-width: 100%;
}



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;
}
.rotate {
    animation: rotation 8s infinite linear;
  
    

  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  #beach{
      display: flexbox;
      justify-content:flex-start;
      float: left;
      max-width: 50%;
      text-align: left;
      align-content:flex-start;
      align-content:space-between;
     
      
  }
  @media screen and (max-width:660px){
    #wheel{
        max-width: 800%;
        margin:-80px auto;
        display:flexbox;
        justify-content: left;
        text-align: left;
        position: relative;
        right: 350px;
        height:.5px;
    }

  }
    




      @media screen and (max-width:450px){
        
        img{
            padding-left: 70px;
        }
        head{
            max-width:80%;
        }
        body{
            max-width: 80%;
        }
        #one{
            padding:0%;
            height:200px;
            background-size:500px;
        }
        #wheel{
           
            width:500px;
            height: auto;
            display:flexbox;
            justify-content: center;
            text-align: center;
            padding-left: 290px;
            margin-top: -35px;
        } 
        h1{
            font-size: 1.5rem;
            text-align: center;
            display: flexbox;
            justify-content: center;
            padding-left: 80px;
            
           
        } 
        h2{
            color: white;
            font-size: 1.5rem;
            display:flexbox;
            justify-content: center;
            height: 20px;
            Padding:0px;
            background:rgb(154,202,229);
            padding-right: 100px;
            margin-top: 50px;
            width:80%;
            display:block;
            text-align: left;
            background-size: 500px;
          
        }
        h3,h4,h5,h6{
            text-align: left;
        }
        h3{
            max-width:80%;
            max-height: 200px;
            width:50%;
            background:0%;
        }
        #video{
            display: none;
            visibility: hidden;
        }
    }