@font-face {
  font-family: open-sans-reg;
  src: url(font/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: open-sans-bold;
  src: url(font/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: open-sans-italic;
  src: url(font/OpenSans-Italic.ttf) format("truetype");
}

a {
    text-decoration: none;
    color: #1565C0;
}
a:hover {
    text-decoration: none;
    color: #1565ff;
}

h2 {
    color: #c62828;
}

h3 {
    color: #c62828;
}

.page {
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    width: 100%;
    /*display: inline-block;*/
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.container {
    background-color: #ffffff;
    font-family: open-sans-reg;
    color: #333333;
    text-align: center;
    width: 100%;
    /*display: inline-block;*/
    min-height: 10%;
    /*margin: 1%;*/
    padding: 0px;
  }

.header {
    /*background-color: #222222;*/
    
/*    letter-spacing: 3px;*/
    font-size: 22px;
    color: #44ccdd;
    text-align: left;
    font-weight: bold;
    width: 96%;
    /*display: inline-block;*/
    min-height: 10%;
    margin: auto;
    padding: 2%;
  }

.header-logo {
/*    background-image: url("/img/kocc-logo-main.jpg");*/
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.header-tagline {
    color: #fbc93d;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-shadow: 1px 2px 4px #333333; /* offset-x | offset-y | blur-radius | color */
    text-align: center;
    margin-top: -20%;
}

.page-title {
    color: #c62828;
    font-size: 32px;
    text-align: center;
}

.mission-header {
    width: 78%;
    display: inline-block;
    background-image: url("/img/ocean-bg-light.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    overflow: hidden;
    background-size: cover;
}

.banner-1 {
    font-size: 2vw;
    color: #ffffff;
    text-shadow: 1px 2px 4px #333333; /* offset-x | offset-y | blur-radius | color */
    text-align: center;
    margin: 10px;
}

.banner-2{
    font-size: 1vw;
    color: #105396;
    text-align: center;
    margin: 10px;
}

.banner-3 {
    width: 66%;
    font-size: 1.2vw;
    font-style: italic;
    color: #a02828;
    text-align: center;
    margin: auto;
}

.mission {
    width: 66%;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    }

.sponsors {
    width: 66%;
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
}

.contact {
    width: 66%;
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 1.8;
    margin: auto;
    margin-bottom: 30px;
}

.song-link {
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

.nav-bar {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0px;
    border-top: 4px solid #1565c0;
    border-bottom: 4px solid #1565c0;
  }

.nav-item {
    background-color: #ffffff;
    font-size: 1.5vw;
    color: #0b5e56;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
/*    letter-spacing: 5px;*/
    font-weight: bold;
    width: 13%;
    display: inline-block;
    margin: auto;
    padding: 0;
    margin: 0;
/*    border-radius: 4px;
    border: solid 1px #444444;*/
  }

.nav-item:hover {
    background-color: #1565c0;
    color: #eeeeff;
}

.gallery-bg {
    background-color: #1565c0;
    padding: 1%;
    text-align: center;
}
.gallery-img {
    background-color: #1565c0;
    padding: 1%;
    width: 47%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


.content-1 {
    text-align: left;
    padding: 20px;
    font-size: 12px;
}

.membership {
    font-size: 18px;
    font-weight:bold;
}

.event-schedule {
    font-size: 18px;
    font-weight:bold;
}

.notification {
    font-size: 12px;
    color: #ffbf96;
    text-align: left;
    margin-left: 10px;
}

.footer {
    /*background-color: #44ccdd;*/
    font-size: 11px;
    color: #1565C0;
    text-align: center;
    width: 96%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 2%;
  }


.green-screen {
    background-color: #111111;
    color: #00ff00;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.5;
    padding: 24px;
    margin: 24px;
}

/*Start media queries*/
/*Small*/
@media (max-width: 480px) {
  /*Small styles here*/
  .set-list-title {
      font-size: 24px;
   }
}

/*Medium*/
@media (min-width: 481px) and (max-width: 768px) {
  /*medium styles here*/

  .set-list-title {
      font-size: 24px;
   }


}

/*Large*/
@media (min-width: 769px)  {
  /*Large styles here*/

}
