/* Current Color: #9c873b; */


.bottomDiv {
   height: auto;
   width:100%;
   overflow-y:auto;
}

.boxContainer {
    position: relative;
}

.colorDiv {
   background-color: #a5cd7d;
   height: 55vh;
}

.clusterBox {
    width: 225px;
    position: absolute;
    font-variant: small-caps;
    background-color: white;
    bottom: 10vh;
    right: 10vh;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    border: 1.25px black solid;
    padding: 10px;
    text-align: center
}

.clusterBox {
    z-index: 10;
}

body {
    position: absolute;
    margin: 0px;
    overflow:auto;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.headlineText {
    color: white;
}

.aatseelLink {
    text-decoration: none
}

.aatseelLink:hover {
    text-decoration: underline;
}

.aatseelLink:visited {
    color: var(--main-bg-color);
}

.blog {
    position: absolute;
    right: 40px;
    top: 20px;;
}

.blogLink {
    text-decoration: none;
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 1px;
    margin-right: 30px;
}

.dropdownLink:hover {
    color: black;
    text-decoration: underline;
}

.dropdownLink {
    text-decoration: none;
    color: black;
    font-family: 'Cormorant Garamond', serif;
}

.blogLink:hover {
    color: black;
    text-decoration: underline;
}

.blogLink:hover {
    color: black;
    text-decoration: underline;
}


/* TABLE OF CONTENTS */

.sectionHeader {
    font-size: 24px;
}

.smallCaps {
    font-variant: small-caps;
}

.smallCapsSemibold {
    font-weight: 600;
}

.smallCapsBold {
    font-size: 22;
    font-weight: 700;
}

.articleAuthor {
    font-size: 20px;
}

.articleAuthorBold {
    font-size: 20px;
    font-weight: bold;
}

.itemTitle {
    font-style: italic;
}

/* Font for large amount of text */
.textFont {
    font-size: 18px;
    font-family: sans-serif;
}

/* Font for large amount of text */
.textFontBold {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
}

/* Formats links used in text */
.textLink {
    text-decoration: none;
}

.textLink:hover {
    text-decoration: none;
}

.textLink:visited {
    color: 687854;
}

.textLinkStrong {
    text-decoration: none;
    font-weight: bold;
}

.textLinkStrong:hover {
    text-decoration: underline;
    
}

.textLinkStrong:visited {
    color: 687854;
}

.socialLink {
    text-decoration: none;
    fill: steelblue;
    color: steelblue;
}

.socialLink:visited {
    color: steelblue;
    fill: steelblue;
}

.socialLinkLight {
    text-decoration: none;
    color: white;
}

.socialLinkLight:visited {
    color: white;
}

.social-icon {
    margin-left: 20px;
    vertical-align: baseline;
    margin-bottom: 5px;
}

.social-icon:hover {
    cursor: pointer;
    color: steelblue;
}

.social-icon-overlay {
    vertical-align: baseline;
    margin-bottom: 5px;
    color: white;
    font-size: 30px;
}

.social-icon-overlay:hover {
    cursor: pointer;
    color: steelblue;
}

.social-link-overlay {
    display: inline;
}



.submit {
    margin-top: 10px;
    margin-right: 20px;
}

.boldStripe {
    height: 10px;
    background-color: black;
}

.mediumStripe {
    height: 5px;
    background-color: black;
}

.thinStripe {
    height: 1px;
    background-color: black;
}

.volNum {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
}

.footerText {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
}

.issue {
    
}

.issueLeft {
float: left;
}

.issueRight {
float: right
}

header {
    background-color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}


li {
  float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #fff;
}

/* Normal UL list to use for things */
ul.b {
  list-style-type: none;
  margin:none;
  padding: 10;

}

li.b {
    float: left;
    margin-left: 10px;
    list-style-type: disc;
}


#menu {
    cursor: pointer;
    display: none;
}

#menu:hover {
    color: #7B8D63;
    transition: 0.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
}

.dropdown-content-narrow {
  min-width: 120px;

}

.dropdown:hover .dropdown-content {
  display: block;
}

.logoBox {
    text-decoration: none;
}

.logoBox:visited {
    text-decoration: none;
}

.logoBoxCentered {
    display: none;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.99); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  font-family: 'arial';
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay-link {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: white;
  text-decoration: none;
}

.accordion, .accordionLink {
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.95); /* Black w/opacity */
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover, .accordionLink:hover {
  background-color: #141414;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #141414;
  display: none;
  overflow: hidden;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.mainContent {
    margin-left: 20%;
    margin-right: 20%;
}



/*////////////////////
////SOCIAL MEDIA//////
////////////////////*/


@media only screen and (max-width: 800px) {
  .blog {
    display: none;
  }
   #seejFull {
    display: none;
  }
   #menu {
        display: block;
    }
    .logoBox {
        display: none;
    }
    .logoBoxCentered {
        display: block;
    }
    
 .mainContent {
    margin-left: 0;
    margin-right: 0;
}
}

@media only screen and (max-width: 470px) {
  #seejFull {
    display: none;
  }
}



/*Blog*/

.blogHead {
    background-color: #ffffff;
}


/*Modal*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; 
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border: none;
  background-color: white;
}

.close:hover,
.close:focus {
  color: #585858;
  text-decoration: none;
  cursor: pointer;
}