/* ========= SITE WIDE PROPERTIES ==========*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    color: #525c65;

  }

 .pageFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
    background: linear-gradient(275deg, #AA7ECD 0%, #D89BE3 100%);
}

.annotation {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
}

a {
    text-decoration: none;
    color: #525c65;
}

a:hover {
    text-decoration: none;
}

/* ========= STYLE GUIDE IMPLEMENTATION FOR FONTS ==========*/
h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 26.4px;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

.img-fluid{
    /*background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: fixed;*/
    position: fixed;
    z-index: -50;
    top: 0;
    max-width: 100%;
    height: 100%;
    left: 0;
  }

 .card {
    background-color: rgba(255, 255, 255, 0.5);

}

input {
  border: 2px solid black !important;
  background-color: white;
}
/* input[type=text] {
    border: 2px solid black;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: white;
    padding: .375px .625px;
    margin: .5px 0; */
}

/* input[type=text]:focus {
background-color: lightblue;
} */

/* input[type=file] {
    border: 2px solid black;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: white;
    padding: .75px 1.25px;
    margin: .1px 0;
}
input[type=file]:focus {
background-color: lightblue;
} */

p {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #525c65;
}

blockquote {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Ubuntu", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

/* ========= NAVBAR STYLES ==========*/
.topnav {
    overflow: hidden;
    background: linear-gradient(#32CD32 -10%, #006400 80%);
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.topnav a:hover {
    background: white;
    color: black;
    text-decoration: none;
}

.active {
    background-color: white;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* ========= HEADER ==========*/
.intro {
    height: 30vh;
    width: 100%;
    /* background-image: url("../images/IMG_2372.jpg"); */
    /* background-color: #006400; */
    /* background: linear-gradient(275deg, #006400 0%, #02CCBA 100%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    margin: 0;
}

.intro h1 {
    font-weight: 300;
}

.intro h3 {
    text-transform: uppercase;
    /* margin-bottom: 30px; */
}

/*=============== FOOTER STYLES ================*/
#MainContent {
  min-height: calc(50vh - 16px);
}

.footer {
  /* position: absolute; */
  /* bottom: 0; */
	background: #708090;
	color:white;
	height: 60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer p {
	color:white;
	text-align:center;
}

/*========= FORM INPUT CONTROL ==========*/

input[type="text"], textarea {
  background-color: white;
  /* outline: none;
  box-shadow:none !important;
  border:1px solid #ccc !important; */
}

/*========= PAGE SPECIFIC CSS CAN GO HERE :) ==========*/

/*========= THE TRAIL PAGE FILTER BUTTONS SECTION ==========*/
@media (min-width: 768px) {
  .filterButtons {
    max-width: 504px;
  }
}

@media (min-width: 992px) {
  .filterButtons {
    max-width: 672px;
  }
}

@media (min-width: 1200px) {
  .filterButtons {
    max-width: 792px;
  }
}

.filterButtons {
  color: black;
  font-weight: 600;
}

@media (max-width: 576px) {
  .btn {
    margin-left: 1.5rem;
    margin-top: -0.5rem;
  }
}

.lne {
  line-height: normal;
}

.table-nfo,
.table-nfo > th,
.table-nfo > td {
  background-color: #28a745;
  color: white;
}

.table-hover .table-nfo:hover {
  background-color: #32CD32;
}

.table-hover .table-nfo:hover > td,
.table-hover .table-nfo:hover > th {
  background-color: #32CD32;
}
