@charset "utf-8";

/*=========================================================================
|                                                                         |
|    The Florida Heritage Project (Digital Humanities)                    |
|    Ownership: Myriam Mompoint @ Florida Southwestern State College      |
|                                                                         |
|    Author: Nicholas Smith                                               |
|    Date: 09/01/22                                                       |
|    Folder Name: tfhp_phase1e                                            |
|    File Name: layout.css                                                |
|                                                                         |
=========================================================================*/

html {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: white;
    /*background-color: #0e00ff8f;*/
}

body {
	margin: 0px auto auto auto;
	width: 100%;
	min-width: 320px;
	background-color: rgb(255, 255, 255);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	/*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;*/
	font-size: 18px;
}

body > header > nav > ul {
	display: block;
    width: 100%;
    background-color: rgb(100 0 100);
    height: 30px;
    margin-top: -5px;
}

body > header > nav > ul > li {
	
    display: block;
    border: solid;
    border-color: purple;
    /* width: 14.28571428571429%; */
    width: 9.09%;
    /*width: 10%;*/
    float: left;
    font-size: 0.8em;
    color: white;
    height: 30px;
    line-height: 27px;
    text-align: center;
}

body > header > nav > ul > li:hover {
    border-color: aqua;
    color:aqua;
    background-color: rgb(100, 0, 100); 
   /* font-size: 20px; */
   font-size: 0.9em;
    font-weight: bold;
}

body > header > nav > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	text-decoration: none;
}

body > header > nav > ul > li > a:hover {
	color: aqua;
    border-color: aqua;
}

#topbanner {
    width: 100%;
}

/* START FOLLOW BUTTON NAV */

nav#followMenu {
    margin-top: 20px;
    margin-bottom: 40px;
}

nav#followMenu > ul {
	display: block;
    border-radius: 12px;
    width: 20%;
    background-color: rgb(100 0 100);
    height: 40px;
    margin-top: -5px;
    margin-left: 40%;
    
}

nav#followMenu > ul > li {
	
    display: block;
    border: solid;
    border-color: purple;
    border-radius: 12px;
    /* width: 14.28571428571429%; */
    width: 100%;
    /*width: 10%;*/
    font-size: 22px;
    color: white;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

nav#followMenu > ul > li:hover {
    border-color: aqua;
    border-radius: 12px;
    color:aqua;
    background-color: rgb(100 0 100); 
   /* font-size: 20px; */
   font-size: 22px;
    /*font-weight: bold;*/
   /* letter-spacing: 14px; */
    
    
    animation: animate 3s ease-out forwards; 
    animation-delay: 0s; 
}

@keyframes animate { 
    0% { 
        letter-spacing: -15px; 
    } 

    20% { 
        letter-spacing: 10px; 
    } 

    100% { 
        letter-spacing: 2px; 
    } 
} 

nav#followMenu > ul > li > a {
	display: block;
    border-radius: 12px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	text-decoration: none;
}

nav#followMenu > ul > li > a:hover {
	color: aqua;
    border-color: aqua;
    /*letter-spacing: 14px;*/
    
    
    animation: animate 3s ease-out forwards; 
    animation-delay: 0s; 
}

/*STOP FOLLOW BUTTON NAV*/

/*START - Top Heritatge Group Nav*/

#topMenu > ul {
	display: block;
    width: 100%;
    background-color: rgb(100 0 100);
    height: 30px;
    margin-top: 0px;
}

#topMenu > ul > li {
	
    display: block;
    border: solid;
    border-color: purple;
    /* width: 14.28571428571429%; */
    /*width: 8.33%;*/
    float: left;
    font-size: 0.8em;
    color: white;
    height: 30px;
    line-height: 27px;
    text-align: center;
}

#topMenu> ul > li:hover {
    border-color: aqua;
    color:aqua;
    background-color: rgb(100, 0, 100); 
    font-size: 0.8em;
    font-weight: normal;
}

#topMenu > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	text-decoration: none;
}

#topMenu > ul > li > a:hover {
	color: aqua;
    border-color: aqua;
}

/*END - Top Heritatge Group Nav*/

#africanTop, #brazilTop, #cubanTop,
#germanTop, #greekTop, #hatianTop,
#jamacianTop, #japaneseTop, #mexicanTop,
#puertoricanTop, #russianTop, #seminoleTop {
    font-size: 65px;
    line-height: 65px;
}

/*       NEW LANDING PAGE STYLES (Start)       */
.blackBody {
    background-color: black;
}

#LandingPageTable {
    width: 90%;
    margin-left: 5%;
    margin-top: 5em;
    margin-bottom: 5em;
    border: solid;
    border-style: double;
    border-color: black;
    background-color: black;
}

#LandingPageTable td {
    width: 30%;
    border: solid;
    border-color: #eceff100;
    border-width: 33px;
}

.aquaBackground {
    width: 30%;
    border: solid;
    border-color: black;
    border-width: 12px;
}

.aquaBackground p {
    color: white;
    margin-bottom: 22px;
    margin-left: 5%;
    margin-right: 5%;
}

.aquaBackground a {
    text-decoration: none;
}

.landingPageH2 {
    color: aqua;
    position: relative;
    font-size: 40px;
    text-shadow: 0px 0px 14px magenta;
    margin-bottom: 22px;
    margin-top: 22px;
}

.outlineShaded {
    border: solid;
    border-color: aqua;
    /* border-color: green; */
    border-width: 2px;
    box-shadow: 0px 0px 80px magenta;
}

.outlineShaded:hover {
    border: solid;
    border-color: aqua;
    /* border-color: green; */
    border-width: 2px;
    box-shadow: 0px 0px 80px aqua;
} 

.fade-in-image { animation: fadeIn 5.0s; }
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

/*       NEW LANDING PAGE STYLES (Stop)       */

hr {
    width: 99%;
}

footer {
    background-color: purple;
}

#footerImage {
    width: 15%;
}

#quickLinks {
    width: 94%;
    background-color: aqua;
    margin-top: 2em;
    margin-left: 0.5em;
    margin-bottom: 1em;
}

#indexTable {
    width: 99%;
    margin-top: -70px;
}

#link_td {
    width: 25%;
}



#nameRight {
    float: right;
    margin-right: 16%;
    margin-top: 15px;
    margin-bottom: 5px;
    color: purple;
}

#exhibit_td {
    width: 75%;
    border-style: inset;
    border-color: #ffffff87;
    border-width: 7px;

}

#index_FEh1 {
    margin-top: -0.5em;
    font-size: 3em;
    margin-left: 1em;
    margin-right: 1em;
    background-color: aqua;
    line-height: 1em;
}

#communityh1 {
    margin-top: 0.5em;
    margin-left: 2em;
    font-size: 35px;
}

#communityPicTable {
    display: inline-block;
    border-style: inset;
    border-color: white;
    border-width: 0px;
    width: 100%;
    margin-left: 0%;
    /*margin-top: 5px;*/
    margin-top: -84px;
}

#exhibit_title > center > h1 {
    font-size: 68px;
    margin-top: 12px;
    padding-top: 14px;
}

#fc_galleryTD {
    width: 30%;
}

#index_p_intro {
    width: 85%;
    padding-left: 15%;
    margin-top: 15px;
}

.socialIconsTable {
    width: 23%;
    border: #000000;
    border-width: 1px;
    margin-left: 1%;
    padding-top: 0%;
}

.socialIconsTable > tbody > tr > td {
    margin-left: 5%;
}

#facebookIcon, #instagramIcon, #twitterIcon, #youtubeIcon {
    width: 100%;
    border: solid;
    border-width: 10px;
    border-color: white;
}


#featuredArticle {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid;
    border-color: #ffffff85;
    border-style: solid;
    border-width: 38px;
    box-shadow: 3px 3px 22px #000000;
}

#floridaSpacePic {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 0px;
    margin-left: 0%;
}

#featuredArticle p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
}

#featuredArticle p:last-of-type {
    margin-bottom:2em;
}

#featuredArticle h2 {
    margin-top:20px;
    margin-bottom: 15px;
}

#pics {
    width: 90%;
    zoom: 473%;
    border: inset;
    border-width: 2px;
    border-color: black;
    margin-top: 15px;
    margin-left: 5%;
    box-shadow: 9px 9px 12px #000000;
}

#fc_article {
   display:inline-block;
}

#imgRow {
    width: 100%;
}

h1 {
    font-size: 45px;
    margin-top: 1px;
    margin-bottom: 10px;
    background-color: white;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

#featuredArticle > h2 > i {
    color: rgb(0 251 255);
    text-shadow: 1px 1px 1px darkmagenta;
    font-size: 30px;
} 

#picDescription p {
    width: 90%;
    padding-top: 36px;
}

#viewSourceRow td {
    font-size: 14px;
}

a img {
    color: black;
}

#sunsetPic {
    width: 100%;
    box-shadow: -3px 8px 12px black;
}

#mapTitle h1 {
    font-size: 4em;
    margin-top: -3px;
    color: white;
    background-color: black;
    line-height: 104px;
}

#mapDiscription {
    width: 40%;
    font-size: 5em;
    color:darkblue;
}

#mapDiscription h2 {
    margin-left: 29%;
    text-align: left;
    font-size: 54px;
    line-height: 66px;
    color: white;
}

#blackRow {
    background-color: black;
}

#mTable {
    border-spacing: 0px;
    width: 100%;
}

#mapPic {
    width: 50%;
}

#mapPic iframe {
    width: 100%;
}

ol {
    list-style-type: decimal;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 20px;
}

/* events.html styles */

#upcomingEventsH1 {
    font-size: 66px;
    margin-top: 19px;
    margin-bottom: 31px;
    background-color: white;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

#eventsTable {
    width: 90%;
    margin-left: 10%;
    margin-top: -50px;
    margin-bottom: 30px;
}

#topHR {
    width: 80.5%;
    margin-left: 10.4%;
    margin-top: 26px;
}

#eventsTable hr {
    width: 90%;
    float: left;
}

#dateOfEventTD {
    width:13%;
    vertical-align: top;
    padding-top: 40px;
}

#eventTD {
    width: 32%;
    vertical-align: top;
    padding-top: 40px;
}

#eventTD p {
    width: 87%;
}

#locationOfEventTD {
    width: 30%;
    vertical-align: top;
    padding-top: 40px;
    align-content: center;
}

#eventStreetImgTD {
    width: 25%;
    vertical-align: top;
    padding-top: 40px;
}

#streetPic {
    width: 62%;
    border: solid;
    border-color: white;
    border-width: 6px;
    padding-top: 10px;
}

#eventLabels {
    line-height: 63px;
}

address {
    font-size: 15px;
}

#sub {
    margin-top: 0px;
    margin-bottom: 50px;
}

#sub h2 {
    margin-bottom: 10px;
    color:rgb(100, 0, 100);
}

#subscribeEmail {
    font-size: 15px;
    line-height: 26px;
}

#sub button {
    line-height: 27px;
    font-size: 15px;
}

.redH2 {
    color: red;
} 

.purpleText {
    color: purple;
}

.noScrollIframe {
    background: #000;
    border: none;
    width: 100%;
    height: 332em;
    position: relative;
}

/*Lesson Modules Page styles*/
#lessonH1 {
    font-size: 68px;
    margin-top: 12px;
    padding-top: 12px;
}

#moduleTable {
    width: 80%;
    margin-left: 10%;
    margin-top: 59px;
    margin-bottom: 173px;
}

.lightCyan {
    background-color: lightcyan;
}

.lightCyan a {
    text-decoration: underline;
    text-decoration-color: lightcyan;
    color: purple;
}

.purpleHeader {
    color: white;
    background-color: purple;
    line-height: 40px;
}

.module {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    font-weight: bold;
}


#moduleTable h2 {
    float: left;
    margin-left: 30px;
    font-size: 28px;
}

.largerText {
    margin-top: 44px;
    margin-bottom: -21px;
    font-size: 22px;
}

.instructionText {
    margin-top: 36px;
    margin-bottom: -40px;
    color: purple;
}

/*Link Page (comments)*/

#linkTable {
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#linkTable .lightCyan a {
    text-decoration: underline;
    text-decoration-color: lightcyan;
    color: purple;
    margin-left: 28px;
    font-size: 21px;
}

/*About Us Page Start*/

#aboutUsTable {
    width: 60%;
    margin-left: 20%;
    margin-top: 15px;
    margin-bottom: 40px;
}

#aboutUsH1 {
    font-size: 66px;
    margin-top: 5px;
    margin-bottom: 46px;
    background-color: white;
   /* LINE-HEIGHT: 40px; */
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

#aboutUsTextTD {
    box-shadow: 3px 3px 22px #000000;
}

#aboutUsTable p {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    font-size: 22px;
    line-height: 31px;
}

#aboutUsTable p i {
    color: purple;
}

/*new about_us2.html styles*/
#newAboutUsTable {
    width: 64%;
    margin-left: 18%;
    margin-top: 15px;
    margin-bottom: 22px;
}

#newAboutUsTable td {
    width: 100%;
}

#newAboutUsTable td h2 {
    float: left;
}

.collageImg {
    width: 35%;
    margin-top: 30px;
    margin-bottom: 1px;
}


/*timeline.html*/

.timeTable {
    text-align: center;
    width: 98%;
    margin-left: 1%;
    border: solid;
    border-width: 1px;
    border-color: white;
    margin-top: 0px;

}

.timeTable h1 {
    font-size: 68px;
    margin-top: 12px;
    padding-top: 8px;
}

#lineTable {
    text-align: center;
    width: 98%;
    margin-left: 1%;
    border: solid;
    border-width: 1px;
    border-color: white;
    margin-bottom: 20px;
}

#clickInfo {
    margin-bottom: 20px;
    margin-top: -22px;
    font-size: 18px;
    color: rgb(100, 0, 100);
}

#timelineTextTd {
    height: 50px;
}

#timelineTextTd h2 {
    font-size: 53px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 26px;
}

#timelineArticle {
    text-align: center;
    width: 48%;
}

#timelineArticle > #blurbText > p {
    margin-top: 29px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px 7px rgb(100 0 100);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: aqua;
    height: 145px;
}

.timeTable label {
    font-size: 17px;
    font-weight: bold;
}

.timeTable input[type=radio],.timeTable label:hover {
    cursor: pointer;
    font-size: 17px;
    color:black;
    background-color: aqua;
}

input[type='radio']:checked:after {
    background-color: #00fffb;
}



#tLine{
    width: 100%;
    margin-top: -28px;
    margin-left: -3.5px;
    border: solid;
    border-width: 6px;
    background-color: rgb(100 0 100);
    color: rgb(100 0 100);
}

.TLyr {
    width: 20px;
    height: 20px;
}

/* Map Page styles */

iframe {
    filter: contrast(100%);
}

#mapPicH3 {
    color: aqua;
    position: relative;
    padding-top: 30px;
    font-size: 25px;
}

.nameH3 {
    font-size: 25px;
    margin-bottom: 12px;
}

#mapSections {
    width: 100%;
    margin-bottom: 20px;
}

#mapSections td {
    width: 33%;
}

#mapSections h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 17px;
}

#mapSections img, #mapSections p {
    width:60%;
    margin-left: 20%;
    text-align: center;
}

/*arcgis_storymaps.html*/

#storyTable {
    width: 100%;
    margin-bottom: 35px;
}

#storyTable td {
    width: 25%;
}

#storyTable td:hover {
    background-color: rgb(229, 229, 229);
}

#storyTable td img {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 25px;
    box-shadow: 9px 9px 12px #000000;
}

#storyTable td h2 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

#storymapsH1 {
    font-size: 66px;
    margin-top: 30px;
    margin-left: 55px;
    margin-bottom: 23px;
    background-color: white;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

#arcgisIcon {
    width: 5%;
    margin-bottom: 5px;
}

/*historic_maps.html styles*/

#historicMapsH1 {
    font-size: 66px;
    margin-top: 30px;
    margin-left: 55px;
    margin-bottom: 42px;
    background-color: white;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

#historicMapTable {
    width: 100%;
    margin-bottom: 35px;
}

#historicMapTable td {
    width: 25%;
}

#historicMapTable td h2 {
    font-size: 29px;
    text-align: center;
    margin-bottom: -63px;
    margin-top: 5px;
}

#historicMapTable td #pics {
    margin-bottom: 8px;
}

/*submissions page*/

#submitH1 {
    font-size: 68px;
    margin-top: 24px;
    margin-bottom: 30px;
}

#submitTable {
    width: 90%;
    margin-left: 5%;
}

#submitTable td {
    width: 30%;
}

#submitTable input {
width: 79%;
font-size: 15px;
}

#textCategory, #mediaCategory, #linkCategory {
    width: 57%;
    margin-left: 1%;
    font-size: 15px;
}

.smallDarkText {
    text-align: center;
    font-size: 15px;
    color: purple;
}

.smallerDarkText {
    text-align: center;
    font-size: 11px;
    color: purple;
}

/*
#submitTable fieldset {
    height: 17em;
} 
*/

.formComponents {
    margin-top: 20px;
    margin-bottom: 32px;
}

.formComponentsB {
    margin-top: -22px;
    margin-bottom: 32px;
}

#redP {
    color: red;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 169px;
}

#redP2 {
    color: red;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*TEST CODE START

  .slide-container {
    margin: 50vh auto 0 auto;
    transform: translateY(-50%);
    width: 600px;
    height: 450px;
    overflow: hidden;
  }
  img {
    width: 20%;
  }
  
  .image-container {
    display: inline-block;
    width: 3000px;
    height: 400px;
    position: relative;
    transition: left 1s;
    
    animation: slide 15s infinite;
  }
  .slider-image {
    float: left;
  }
  
  .button-container {
    position: relative;
    top: 10px;
  }
  
  .slider-button {
    height: 10px;
    width: 10px;
    margin: 4px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(white, 0.5);
  }
  .slider-button:hover {
    background-color: rgba(white, 0.7);
  }
  
  #slider1:target ~ .image-container {
    left: 0px;
  }
  #slider2:target ~ .image-container {
    left: -600px;
  }
  #slider3:target ~ .image-container {
    left: -1200px;
  }
  #slider4:target ~ .image-container {
    left: -1800px;
  }
  #slider5:target ~ .image-container {
    left: -2400px;
  }
  
  .image-container:hover {
     animation: slide 10s infinite;
  }
  
  @keyframes slide {
    0% {
        left: 0;
    }
    20% {
        left: -600px;
    }
    40% {
        left: -1200px;
    }
    60% {
        left: -1800px;
    }
    80% {
        left: -2400px;
    }
    100% {
        left: 0;
    }
  }
TEST CODE STOP*/

/* START Test Index (new as of 12/21/2023) */

#spotlightTop {
   /* width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;  */
    width: 100%;
    margin-top: 746px;
    margin-bottom: 50px;
}

#spotlightTop2 {
    width: 100%;
     margin-top: 50px;
     margin-bottom: 50px;
 }

 #spotlightTop3 {
    width: 100%;
    margin-top: 768px;
    margin-bottom: 50px;
 }

.spotlightFlag {
    width: 112px;
}

#flagLeft {
    width: 40%;
    box-shadow: -2px 3px 3px black;
}

#flagRight {
    width: 40%;
    box-shadow: -2px 3px 3px black;
}

#heritageNameTd {
    width: 100%;
}
#heritageNameTd > h1 {
    float: right;
    margin-right: 15%;
    margin-bottom: 64px;
    font-size: 68px;
    background-color: white;
    color: black;
    text-shadow: 0px 33px 13px #00000059;
    font-weight: 100;
    font-style: italic;
    margin-top: 36px;
}

#spotlightH1 {
    font-size: 68px;
}

#spotlightH2 {
    font-size: 58px;
    line-height: 58px;
    margin-top: -32px;
    margin-bottom: 36px;
    text-shadow: -2px 3px 3px black;
    color: aqua;
    letter-spacing: 14px;
}

#spotlightH2b {
    font-size: 58px;
    line-height: 58px;
    margin-top: 36px;
    margin-bottom: 36px;
    text-shadow: -2px 3px 3px black;
    color: aqua;
    letter-spacing: 14px;
}

#spotlightH2b {
    font-size: 58px;
    margin-top: 30px;
    margin-bottom: 36px;
    text-shadow: -2px 3px 3px black;
    color: aqua;
    letter-spacing: 14px;
}

.blackH2 {
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.whiteH2 {
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 30px;
    color: white;
}

.whiteH4 {
    font-size: 20px;
    margin-bottom: 45px;
    margin-top: 26px;
    color: white;
}

.bioP {
    color: white;
    margin-top: -4px;
    width: 50%;
    margin-left: 25%;
}

#spotlightPic {
    width: 30%;
    margin-top: 30px;
    box-shadow: 3px 3px 50px black;
    box-shadow: 0px 0px 30px white;
}

.aquaLink {
    color: aqua;
}

#smallBioLink {
    color: aqua;
    margin-left: 20%;
}

.aquaButton {
    color: aqua;
    background-color: black;
    border-radius: 50px;
    padding: 12px;
    text-decoration: none;
}

.spotlightArticle {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#flagTdL {
    width: 20%;
}

#flagTdR {
    width: 20%;
}
#centerH1td {
    width: 60%;
}

#enterHere {
    float: right;
    margin-right: 15%;
    margin-top: -210px;
    font-size: 21px;
    color: aqua;
}

#spotlightHR    {
    width: 99%;
    border: inset;
}

.fTable {
    width: 80%;
    border: solid;
    border-color: white;
    border-width: 3px;
    margin-left: 10%;
    margin-top: 24px;
    color: white;
    background-color: #1a1a1a;
}

.fTableBio {
    width: 80%;
    border: solid;
    border-color: white;
    border-width: 3px;
    margin-left: 10%;
    margin-top: 24px;
    margin-bottom: 45px;
    color: white;
    background-color: #1a1a1a;
}

.bibP {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    margin-left: 10%;
}

#bibTable {
    width: 80%;
    margin-left: 10%;
    box-shadow: 0px 0px 100px darkmagenta;
    margin-top: 45px;
    color: white;
    margin-bottom: 76px;
    border: solid;
    border-color: aqua;
    background-color: #0c0c0c;
}

#bibTable2 {
    width: 80%;
    margin-left: 10%;
    box-shadow: 0px 0px 100px darkmagenta;
    margin-top: 45px;
    color: white;
    margin-bottom: 76px;
    border: solid;
    border-color: aqua;
    background-color: #0c0c0c;
    padding: 30px;
}

#darkBackgroundH1    {
    font-size: 66px;
    margin-top: 19px;
    margin-bottom: 31px;
    background-color: black;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}
/* STOP Test Index (new as of 12/21/2023) */


#acknowledgements {
    /*width: 80%;
    margin-left: 10%;*/
    background-color: white;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 50px;
    border: solid;
    border-color: aqua;
    border-width: 5px;
    border-style: groove;
    box-shadow: 0px 0px 30px magenta;
}

#acknowledgements > tbody {
    width: 100%;
}

#acknowledgements > tbody > tr {
    width: 100%;
}

#acknowledgementImg {
    width: 10%;
}

#acknowledgementImgLarger {
    width: 13%;
}

#ackP {
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 13px;
}

.whiteTextR {
    color: white;
    margin-right: -301px;
    margin-top: -23px;
}

.whiteTextL {
    color: white;
    margin-left: -301px;
    margin-top: -23px;
}

#contactTable {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 50px;
}

#contactH2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
#contactDirector {
    font-size: 25px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 50px;
   /* color: aqua;
    text-shadow: -1px 1px 1px black; */
}

#contactH2email {
    font-size: 25px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0px;
}

#contactAddress {
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 30px;
    font-weight: bold;
}

#leftTD {
    width: 50%;
}

#contactTable #leftTD .leftH2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    font-weight: 100;
    color: darkmagenta;
}

#rightTD {
    width: 50%;
}

#contactDiv {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#fswImg {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 10%;
    border: solid;
}

#viewInGoogleMaps {
    margin-top: -29px;
    margin-bottom: 28px;
    font-size: 17px;
    text-align: center;
}

/* heritage index (a-z)*/

.b_az {
    margin-left: 15px;
}

.azDetails {
    margin-left: 63px;
    margin-bottom: 7px;
}

/*call for submissions bullet list*/
#bulletPointUl {
    list-style-type: disc;
    margin-top: 11px;
    margin-bottom: 22px;
    margin-left: 59px;
}

/*Podcast page styles*/

/*
#followButton {
    background-color: lime;
    color: white;
    font-size: 20px;
    line-height: 20px;
    width: 20%;
    margin-left: 40%;
} */

.smallWhiteText {
    color: white;
    width: 60%;
    margin-bottom: 20px;
}

.darkBackground {
    background-color: black;
}

#podcastH1 {
    font-size: 58px;
    line-height: 72px;
    margin-top: 24px;
    margin-bottom: 11px;
    background-color: black;
    text-shadow: -2px 3px 3px magenta;
}

.fade-in-image { animation: fadeIn 5.0s; }
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.blackH1 {
    background-color: black;
}

.rssH1 {
    font-size: 65px;
    line-height: 65px;
}

#podHeader {
    width: 100%;
}

.podcast {
    width: 90%;
    background-color: rgb(53, 53, 53);
    border: solid;
    border-color: #00fffb;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 120px;
    margin-top: 24px;
    border-spacing: 0px;
    box-shadow: 0px 0px 39px magenta;
}

.podcast2 {
    width: 96%;
    background-color: rgb(53, 53, 53);
    border: solid;
    border-color: #00000000;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 68px;
    margin-top: -10px;
    border-spacing: 0px;
    box-shadow: 0px 0px 7px #000000;
}

.videoTable {
    width: 96%;
    background-color: rgb(53, 53, 53);
    border: solid;
    border-color: #00000000;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 68px;
    margin-top: -10px;
    border-spacing: 0px;
    box-shadow: 0px 0px 7px #000000;
}

.videoTable p {
    color: white;
    margin-left: 70px;
    margin-right: 0px;
    margin-bottom: 62px;
}

.podcast .tdLeft {
    width:20%; 
} 

.podcast .tdLeft h4 {
    padding-left: 3%;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #00fffb;
} 

.podcast2 .tdLeft h4 {
    padding-left: 3%;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #00fffb;
} 

.videoTable .tdLeftVidTable h4 {
    padding-left: 3%;
    padding-top: 13px;
    padding-bottom: 60px;
    color: #00fffb;
} 

.videoTable .tdLeftVidTable {
    width:40%;
}

.videoTable .tdRightVidTable {
    width:40%;
}

.vidPlayer {
   /* width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
    margin-top: 20px; */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.vidPlayer2 {
     width: 80%;
     margin-bottom: 30px;
     margin-top: 30px;
 }

.podcast .tdRight {
    width: 70%;
}

.podcast2 .tdRight {
    width: 70%;
}

.videoTable .tdRightVidTable {
    width: 60%;
}

.podcast .tdRight p {
   /* padding-right: 3%;
    margin-left: 3%;
    padding-top: 13px;
    padding-bottom: 13px;
    color: white; */
    padding-right: 3%;
    margin-left: 3%;
    color: white;
    margin-bottom: -9px;
    margin-top: 35px;
}

.videoTable .tdRightVidTable p {
    /* padding-right: 3%;
     margin-left: 3%;
     padding-top: 13px;
     padding-bottom: 13px;
     color: white; */
     padding-right: 3%;
     margin-left: 3%;
     color: white;
     margin-bottom: -9px;
     margin-top: 35px;
 }

 .podcast2 .tdRight p {
    /* padding-right: 3%;
     margin-left: 3%;
     padding-top: 13px;
     padding-bottom: 13px;
     color: white; */
     padding-right: 3%;
     margin-left: 3%;
     color: white;
     margin-bottom: -9px;
     margin-top: 35px;
 }

.datePosted {
    font-size: 16px;
    color: white;
}

#darkerTr {
    background-color: rgb(33, 33, 33);
}

#comingSoon {
    font-size: 66px;
    margin-top: 300px;
    margin-bottom: 300px;
    background-color: white;
    LINE-HEIGHT: 40px;
    color: aqua;
    text-shadow: -2px 3px 3px black;
}

#podtag {
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 30px;
}

#rss_icon {
    width: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
}


#podBigPic {
    width: 32%;
    margin-bottom: 30px;
}

#podBigPic2 {
    width: 60%;
    margin-bottom: 30px;
}

#podSmallPic {
    width: 60%;
    margin-left: 20%;
}

#podSmallPic2 {
    width: 40%;
    margin-left: 20%;
    margin-bottom: 12px;
}
#podBigPicB {
    width: 40%;
    margin-bottom: 30px;
    margin-top: 35px;
    box-shadow: 0px 0px 30px white;
}

iframe {
    position: absolute;
    background: #000;
    border: none;
    width: 100%;
    height: 40em;
}

#exhibitStorymap {
    position: absolute;
    background: #000;
    border: none;
    width: 100%;
    height: 40em;
}
/*
VERTICAL TEST NAV BELOW

#storymapNav {
    width: 100%;
}

#storymapNav > ul {
    width: 100%;
    background-color: black;
}

#storymapNav > ul > li {
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
    font-weight: bold;
    color: white;
}

#storymapNav > ul > li:hover {
    color: rgb(255, 153, 0);
    font-size: 2.5em;
}
*/


/*
 new 10/30 

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
