
   /* 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;
  }
/*=========================================
    Main Styles
    =========================================*/
    

    body {


    font-family: "Georgia", Georgia ,serif;
    font-size: 18px;
    background-color: #ffffff;
    background-image: url(../img/background.jpg);
    margin:0; 
    padding: 0px;
    }


   table#t01{
    width: 20%;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #FFFFFF;

    border-spacing: 1;
    align-content: center;
    padding: 4px;
    text-align: center;
    table-layout: middle;
    }

    .container {
      width: 80%;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }
    .fixed {
      position: fixed;
      top: 0;
      right: 0;
      padding-left: 1px;
    }
    .floated-image{
      float: left;
    }
  
 .filtered {
    filter: drop-shadow(5px 5px 10px #23395e);
    margin: 40px;
    align-items: left;
  }

  div.rotate_right {
    float: left;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
}
.button {
  background-color: #23395e; 
  border-radius: 21px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family:Georgia;
  font-size: 18px;
  padding:9px 36px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
}






a.visited {
    color: white;
}
a {
    color:#FFFFFF;
}

.fixed {
      position: fixed;
      bottom: 0;
      right: 0;
}

}

body{
  font-family: "Georgia", Georgia ,serif;
}

nav {
  float: right;
  width: 30%
  height: 50px;
  background: #23395e;
  font-size: 13px;
  font-color: #ffffff;
  padding: 5px;
  color: white;
  }
}
section: after {
  content: "";
  display: table;
  clear: both;
}

#Skypark {
  margin-right: 200px;
  margin-left: 50px;
  text-align: left;
}
#Instructors2{
  margin-left: 100px;
  margin-right:  250px;
}
#Instructors {
  margin-left: 150px;
  margin-left: 450px;
}

.container {
      width: 80%;
      margin: 0 auto;
      background-color: #FFF;
      box-shadow: 0px 5px 12px rgba(0,0,0,0,3);
      padding: 20px;

    }






