
   /* 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;
  }
  
  .left {
    float: left
  }

  .right {
    float: right;
  }

  .clear {clear: both;
  }




/*=========================================
    Main Styles
    =========================================*/
    

  body {
    
  font-family: "Georgia", Georgia ,serif;
  font-size: 18px;
  background-color: #ffffff;
  background-image: url(../img/background.jpg);
  margin:0; 
  padding: 0px;
  }

    h1 {text-align: center;}
    h2 {text-align: center;}
    h3 {text-align: center;}
    h4 {text-align: center;}
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 60%;
    text-align: center;


  }
  table, tr, td, th {
    border:1px solid #000;
  }

  th {
    padding: 2px;
    text-align: left;

  }
  
  td {text-align: left;
      padding: 2px
    }
    
    
  .fixed {
      position: fixed;
      top: 0;
      right: 0;
      padding-left: 1px;
    }
 .floated-image{
      float: left;
    }
  
 .filtered {
    filter: drop-shadow(5px 5px 10px #23395e);
    margin: 40px;
    
    }

  
.button {
  background-color: #23395e; 
  border-radius: 15px;
  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 {
    color:#FFFFFF;
}

.fixed {
      position: fixed;
      bottom: 0;
      right: 0;
}


nav {
  float: right;
  width: 30%;
  height: 490px;
  background: #23395e;
  font-size: 13px;
  font-color: white;
  padding: 6px;
  color: white;
  }

#nav2 {
  float: right;
  width: 30%;
  height: 300px;
  background: #23395e;
  font-size: 12px;
  font-color: white;
  padding: 6px;
  color: white;
  }


.frame {
  
  padding: 5px;
}
.left {
    float: left;
}

.right {
    float: right;
}


#calendar {
  margin-left: 50px;
  margin-right:  175px;
}

.container {
  width: 77%;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 2px 15px 15px rgba(0,0,0,0,3);
  padding: 30px;
  
}

footer {
     margin-top: 50px;
      text-align: center;

 } 
.button2 {
  background-color: #23395e; 
  border-radius: 15px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-family:Georgia;
  font-size: 18px;
  padding:9px 36px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
  
}
.container1{
  width: 95%;
  margin: 0 auto; 
  background-color: #FFF;
  box-shadow: 2px 15px 15px rgba(0,0,0,0,3);
  padding: 30px;
}
.container2 {
  width: 60%;
  margin: 0 auto; 
  background-color: #FFF;
  box-shadow: 2px 15px 15px rgba(0,0,0,0,3);
  padding: 50px;
  
}
 #cp1 {
  width: 250px;
  height: 250px;
 }

#ap1 {
  width: 256px;
  height: 250px;
 }

#cp2 {
  width: 250px;
  height: 250px;
 }

#ap2 {
  width: 250px;
  height: 250px;
 }

#cp3 {
 width: 255px;
  height: 250px;
 }

#ap3 {
  width: 250px;
  height: 250px;
 }

#nv1 {
  width: 420px;
  height: 300px;
 }

#nv2 {
  width: 420px;
  height: 300px;
 }

#nv3 {
  width: 400px;
  height: 300px;
 }

#nv4 {
  width: 400px;
  height: 300px;
 }

#img2 {
  
  border: 1px solid #000;
  padding: 1px;
  height: auto;
}

img { 
  float: left;
  border: 1px solid #000;
  padding: 1px;
  
  }


