/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../landing_images/background.jpg) */

.full {
   background: url(../landing_images/DSC0120-3-2000.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.36);
  margin: auto;
   padding: 10px 10px 10px 5%;
   border: 0px solid;
    border-radius: 5px;
}


table, td, th {
    border: 0px solid black;
    text-align: left;
}

/* removed for now
th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
}
*/

th, td {
    padding: 5px;
}

.button {
    background-color: transparent;
    border: 2px solid  rgba(255, 255, 255, 0.50);
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
     color: #ffffff;
     border-radius: 24px;
}
.button:link {
    background-color: transparent;
    color: #ffffff;
}

.button:hover {
    background-color: rgba(224, 231, 137, 0.20);
    color: white;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.buttoninactive {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.20);
    color: white;
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
     color: rgba(255, 255, 255, 0.60);
         border-radius: 24px;
}
     
.buttoninactive:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.40);
    text-decoration: none;
    border: 2px solid  rgba(255, 255, 255, 0.20);
}

p {
    font-size: 12px;
    font-weight: 400x;
    color: #ffffff;
}
.notetext {
    font-size: 10px;
    font-weight: 400x;
    color:  rgba(255, 255, 255, 0.60);
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
color:  rgba(255, 255, 255, 0.90);
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
color: white;
}
/*JANE original was this
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
*/
h3 {
  margin-top: 0px;
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
color:  rgba(255, 255, 255, 0.90);
}
/*JANE original was this
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
*/
h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
color: white;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
color: white;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}

/* unvisited link */
a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FFFF00;
    text-decoration: none;

}

/* selected link */
a:active {
    color: #FFFFff;
    text-decoration: none;
}
