body{
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #2f2f2f;
    background-color: #f9f7f1;
}


/*toppNav New*/

.toppnav {
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.toppnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.toppnav a:hover {
  background-color: #ddd;
  color: black;
}

.toppnav a.active {
  background-color: green;
  color: white;
}

.toppnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toppnav-right {
  float: right;
}

/*end toppNav New*/


/*topNav Current*/
.topNav {
  display: inline-block;
 
}

.topNav a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.topNav a.active {
  background-color: #C8C8C8;
  color: white;
}

.topNav a:hover:not(.active) {color:  #f9f7f1; background-color:#000000;}

/*End topNav Current*/


/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 600px) {
  .toppnav a, .toppnav-right {
    float: none;
    display: block;
  }
  
  .toppnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }


.topNav a {
    float: none;
    display: block;
  }
}

/*END OF RESPONSIVE MAX WIDTH: 600px*/


.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #000000;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

header{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 72px;
    margin-bottom: 20px;
    
}

.center {
  text-align: center;
  margin: auto;
  width: 50%;
  border: none;
  padding: 10px;
}

.head{
    text-align: center;
    position: relative;
}

.headerobjectswrapper{
}

.subhead{
    text-transform: uppercase;
    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    padding: 12px 0 12px 0;

}

.subhead2{
    border-bottom: 1px dashed #2f2f2f;
    border-top:0px solid #2f2f2f;
    padding: 12px 0 12px 0;
    
}
.weatherforcastbox{
    position: absolute;
    width: 12%;
    right: 0px;
    border: 3px double #2f2f2f;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    display: inline-block;
    margin-top: 0px; 
    margin-right: 20px;
}


.float-right-sm {
  background-color: yellow;
  margin-top: 20px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
}

.float-right-lg {
  background-color: pink;
  margin-top: 20px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

* {
  box-sizing: border-box;
}

.row {
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px solid grey;
}


html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.sectionHeader {
  background-color: #9933cc;
  color: #ffffff;
  padding: 0px;
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color :#33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.headline{
    text-align: center;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    display: block;
    margin: 0 auto;

}

 .headline.hl1{
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}

.headline.hl1small{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}

.headline.hl2{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl2:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
 .headline.hl2:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 13px;
    display: block;
    margin: 0 auto;
}

.headline.hl3{
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl3small{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.headline.hl4{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl4:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}

.headline.hl4:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.headline.hl5superlarge{
    font-weight: 400;
    font-size: 72px;
    text-transform: uppercase;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

 .headline.hl5{
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

 .headline.hl5small{
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl6{
    font-weight: 400;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl6:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}

.headline.hl6:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.headline.hl7{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    padding: 10px 0 10px 0;
}

.headline.hl8{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl9{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.headline.hl10{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.citation{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 44px;
    /*font-style: italic;*/
    text-align: center;
    font-weight: 400;
    display: block;
    margin: 40px 0 40px 0;
    font-feature-settings: "liga", "dlig";
}

.citation:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.citation:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}





.figure {
	  margin: 0 0 20px;
}

.figcaption{
	font-style: italic;
	font-size: 12px;
}

.decoding-key {
  font-weight: bold;
  background-color: #000000; /*black*/
  color: #f9f7f1;      /*beige*/
  text-decoration: underline;
}

.decoding-key::before {
content: "DECODING: "
}

.decoding-key::after {
content:" "
}


.decoding-key-nolabel {
  font-weight: bold;
  background-color: #000000; /*black*/
  color: #f9f7f1; /*beige*/
  text-decoration: underline;
}

.anagram{
 
 }

.anagram::before {
content: "ANAGRAM: "
}

.anagram::after {
content:" "
}


.soundexLabel {
  
  font-weight: bold;
  border-style: solid;
  border-width: thin;
}

.soundex {
/*background-color: #b79e79; (brown)
  color: #f9f7f1;*/
}

.soundex::before {
content: "SOUNDEX: "
}

.soundex::after {
content:""
}

.example {
  padding: 20px;
  color: white;
}

.media {
    -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
    filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
    mix-blend-mode: multiply;
    width: 100%;
}

[class*="col-"] {
    width: 100%;
  }

/*BUTTONS*/
.olinebtn {
  float:right;
  border: 2px solid black;
  background-color: #f9f7f1;
  color: #2f2f2f;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.olinebtn:hover {
  background-color: #000000; /* Green */
  color: #f9f7f1;
}


.mRNAbtn {
  float:left;
  border: 2px solid black;
  background-color: #2f2f2f;
  color:  #f9f7f1;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.mRNAbtn:hover {
  background-color: #f9f7f1; 
  color: #000000;
}

a.a-button:link, a.a-button:visited {
  background-color: black;
  color: #f9f7f1;
  border: 2px solid black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.a-button:hover, a.a-button:active {
  background-color: #f9f7f1;
  color: black;
}

/*END BUTTONS*/

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
}*/

.dtContent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

/* TOOLTIPS */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* END TOOLTIPS */

/*CSS FOR MEGA DROPDOWN MENU*/

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: inherit;
  background-color: inherit;
  font: inherit;
  padding: 14px 16px;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: black;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* For Drop Down Menu, Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 5px;
  background-color: #f9f7f1;
  height: 350px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*END CSS FOR MEGA DROPDOWN MENU*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 /* .example {background: red;}*/
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 601px) {
 /* .example {background: green;}*/
 
/* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
  /*.example {background: blue;}*/
 /* For desktops: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
} 


/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
 /* .example {background: orange;} */
   
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  /*.example {background: #f9f7f1; color:black;}*/
 }

/* Extra large devices (large laptops and desktops, 1300px and up) */
@media screen and (max-width: 1300px) {
  /*.example {background: brown;} */
  .weatherforcastbox{ display: none; }
}

@media (max-width: 768px) {
  .float-right-sm {
    float: right;
    display: inline;
  }

.float-right-lg {
    display: none;
  }
}

@media (min-width: 769px) {
  .float-right-lg {
    float: right;
    display: inline;
  }

.float-right-sm {
    display: none;
  }
}

/* Responsive layout - makes the togglemenu columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column{
    width: 100%;
    height: auto;
  }




