﻿/*  Astoria School of Archery                   */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/*                                              */
/************************************************/


body {
background-color:  rgb(255, 255, 255);
}

h1 {
 color:  rgb(0, 98, 158);
 font-family: "Times New Roman", Times, serif;
 font-size: 50px;
 text-align:  center;
}

h2 {
 color:  rgb(255, 23, 0);
 font-family: "Times New Roman", Times, serif;
 font-size: 46px;
 text-align:  center;
}

h3 {
 color:  rgb(0, 98, 158);
 font-family: "Times New Roman", Times, serif;
 line-height: 1.15;
 font-size: 20px;
 text-align:  left;
}

.foot {
 color:  rgb(0, 98, 158);
 font-family: "Times New Roman", Times, serif;
 line-height: 1.15;
 font-size: 12px;
 text-align:  left;
}

.general {
    color:  rgb(0, 98, 158);
    text-align: center;
    display: block;
    padding: 14px 16px;
    font-weight: bold;
    font-size: 25px;
}

p {
 color:  rgb(0, 98, 158);
 font-family: "Times New Roman", Times, serif;
 line-height: 1.05;
 font-size: 22px;
 text-align:  left;
 padding: 10px;
}

hr {
 border-color: rgb(139, 0, 255);
 background-color: rgb(139, 0, 255);
 width: 100%;
 height: 2px;
}

<!— M E N U   C S S   —>
td {
  padding:  5px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
    float: left;
    padding: 5px;
}

li a {
    display: block;
    padding: 14px 16px;
    color:  #00629E;
    font-weight:  bold;
    background-color: #FFBA00;
}

/* Change the link color to #84FF4D (bright green) on hover */
li a:hover {
    background-color: #84FF4D;
}


.next {
  cursor: pointer;
  padding: 16px;
  color:  rgb(0, 98, 158);
  font-weight: bold;
  font-size: 50px;
}

.prev {
  cursor: pointer;
  padding: 16px;
  color:  rgb(0, 98, 158);
  font-weight: bold;
  font-size: 50px;
}


<!— M E N U   C S S   —>





 * {box-sizing:border-box}  

/* Slideshow container */
.slideshow-container {
  max-width: 1280px;
  position: relative;
  margin: auto;
  text-align:  center;
  display: block;
}

.mySlides {
    display: none;
}



/* Caption text */
.text {
  color: #FFFAC8;
  font-size: 24px;
  background-color: #00629E;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1, 2, 3, etc) */
.numbertext {
  color: #00629E;
  font-size: 24px;
  padding: 5px 5px;
  position: absolute;
  top: 2;
}



<!--
/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 23px;
  width: 23px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
-->

<!--
.active, .dot:hover {
  background-color: #717171;
}
-->

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
