/*
Theme Name: Mid-Coast_2021
Text Domain: mcst8
Version: 2.98
Description: New In-House Wordpress Theme
Tags: responsive
Author: Jesse Bifulco and Brandon Soards
*/

/*
Notes from Brandon Soards 7-29-21
Copied from original stylesheet - conflicts?
using hard coded images e.g. wp-content/themes/midcoasttech_2021 - might be better to use dynamic template uri
*/
@media screen and (max-width: 767px){
  .staffResource {
    max-height: 150px;
    max-width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Show only in mobile */
@media screen and (min-width: 767px){
  .showMobileOnly{
      display: none;
  }
}

.staffLinkImage{
  max-width: 200px;
  max-height: 200px;
  text-align: center;
}
/* Desktop Only Banner Logo */
.desktopBannerLogo {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 0px;
  z-index: 99999;
}
@media screen and (max-width: 1166px){
  .desktopBannerLogo{
    display: none;
}
}
.staffName {
  font-size: 18px;
}
.staffPosition {
  font-size: 14px;
  font-style: italic;
}
/* Post Styling */

.postTitle{
  font-family: Rockwell;
  font-size: 30px;
  font-weight:bold;
}
@media screen and (max-width: 768px){
  .postTitle{
    font-size:18px;
  }
}
.postTitleSmall{
  font-family: Rockwell;
  font-size: 18px;
  font-weight:bold;
}
.postDate{
  font-size: 12px;
  color:slategray;
}

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

/* General Styling */

.darkLinks a:link{
  color:#2E709A;
}

.darkLinks a:visited{
  color:#2E709A;
}

.darkLinks a:hover{
  color:#2F4754;
}

.lightLinks a:link{
  color:#c8eaff;
}

.lightLinks a:visited{
  color:#c8eaff;
}

.lightLinks a:hover{
  color:#ffffff;
}
.pageTitle{
  font-family: Rockwell;
  font-size: 30px;
  font-weight:bold;
}
.pageTitleArchive{
  font-family: Rockwell;
  font-size: 30px;
  font-weight:bold;
  color: black;
}
.pageTitleArchive a{
  text-decoration: none;
  color: black;
}
.pageTitleArchive a:hover{
  text-decoration: none;
  color: black;
}
.pageTitleArchive ul {
  list-style-type:none;
  list-style:none;
  margin-left: -40px;
}
@media screen and (max-width: 768px){
  .pageTitle{
    font-size: 20px;
  }
}


.parallax{
    background-image: url(wp-content/themes/midcoasttech_2021/assets/images/background.png);
    height: 100%;
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  .h1{
    font-family: Rockwell;
    color: #2F4754;
  }

  .notification{
    color:#FFF988;
    font-size: 20pt;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }

  @media screen and (max-width: 600px){
    .notification{
      font-size: 16pt;
    }
  }

  @media screen and (max-width: 500px){
    .notification{
      font-size: 13pt;
    }
  }

  @media screen and (max-width: 400px){
    .notification{
      font-size: 10pt;
    }
  }
  
  .h3{
  font-family: Rockwell;
  color: #2F4754;
  }
  
  .line{
      margin-top: 17px;
      background-color:#2F4754;
      width:95%;
      height:2px;
      z-index: -1;
  }
  .lineSmall{
      margin-top: 21px;
      background-color:#2F4754;
      width:95%;
      height:2px;
      z-index: -1;
  }
  @media screen and (max-width: 768px){
    .line{
      margin-top:21px;
    }
  }
  /* Styling for page body */

  .siteBody{
      max-width:900px;
      min-height: calc(100vh - 453px);
      margin: auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
      padding-bottom: 15px;
      
  }
  @media screen and (min-width: 900px){
    .siteBody{
      min-width:900px;
    }
  }
  @media screen and (max-width: 640px) {
    .siteBody{
      min-height: calc(100vh - 278px);
    }
    
  }


  /* Style for ALL images */
  img{
    max-width: 100% !important; 
    height: auto;
    display: block; /* remove extra space below image */
  }

  .wp-block-newspack-blocks-carousel 
  .swiper-slide .post-thumbnail img {
      object-fit: cover;
  }
  
  .wp-block-newspack-blocks-carousel figure.post-thumbnail a, .wp-block-newspack-blocks-carousel figure.post-thumbnail img {
      display: block;
      height: 100%;
      width: 100%;
  }
  
  .entry-content img, .page-content img, .entry-summary img, .comment-content img, .widget img {
      vertical-align: middle;
  }
  
  .wp-block-newspack-blocks-carousel .swiper-slide .post-thumbnail {
    width: 100%;
  }
  /* Button/Menu Styling */
  
  .dropdown{
  
    cursor: pointer;
    margin-right: -30px;

  }
  .navbar-toggler{
    margin-top: 4px;
    width: 56px;
    height: 31px;
  }
  
  .dropdown-menu{
    width: 400px;
    max-height: 80vh;
    background-color:black;

    background-image: url(http://mcst8.org/wp/wp-content/themes/midcoasttech_2021/assets/images/bluemural.png);
  /* Popper seems to have issue with relative link, hard-code link problematic */
    filter:drop-shadow(0px 5px 9px #383847);
    z-index: 100;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;


  }
  /* Hide scrollbar for Chrome, Safari and Opera */


  @media screen and (max-width: 400px) {
    .dropdown-menu{
      width:92vw;
      max-height: 60vh;
    }
  }
/* Dropdown Menu Scrollbar Style */
/* width */
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
  background: rgb(43, 73, 97);
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #d09797;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #9b6868;
}
  
/* Hide drop-down on desktop */
@media screen and (min-width: 769px){
  .dropdown{
    display:none;
  }
}
  
  


  .menuGear {
    background-image: url('assets/images/gear_inverted15.png');
  }
  .menuSpacer {
    margin-left: 10px;
  }

  /* Mural Nav Bar */
  @media screen and (max-width: 768px){
    .desktopMenu{
      display:none;
    }
  }
  /* Blue Bar Nav */
  @media screen and (max-width: 768px){
    .blueBarMenu{
      display:none;
    }
  }
  
  .blueBar{
    height: 60px;
  }
 
  @media screen and (min-width: 769px){
    .blueBar{
      height: 45px;
    }
  }
  @media screen and (max-width: 768px){
    .socialMediaHeader{
      display: none;
    }
  }
  .socialMediaHeader{
    text-align:right;
    margin-right:-60px;
    margin-top:-6px;
    margin-left:8px;
  }
  /* Blue Desktop Menu */
  .blueBarMenu li{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12pt;
    display: inline;
    position: relative;
  }
  .blueBarMenu li::before {
    content:"|  ";
  }
  .blueBarMenu li:first-of-type:before {
    content:"";
  }
  .blueBarMenu a{
    color: #ffffff;
  }
  .blueBarMenu a:hover{
    color: #040829;
  }
  .blueBarMenu {
    text-align:  right;
    list-style: none;
  }
  .blueBarMenu ul {
    padding-left: 0;
    padding-top: 10px;
  }
  /* Student Mobile Homepage Menu */
  .studentHomePageMenu {
    font-family: Rockwell;
    size:14pt;
  }

  .studentHomePageMenu li {
    margin-right: 10px;
  }

  .studentHomePageMenu li:last-child {
    margin-right: 0px;
  }
  
  @media screen and (max-width: 500px){
    .studentHomePageMenu {
      size: 10pt;
    }
  }
  /* Notification Overlay */
  .notificationDiv {
    text-align:center;
    width: 90vw;
    padding-top:45px;
    margin: auto;
    list-style: none;
    list-style-type:none;
    position: absolute;
    margin-left: 4vw;

  }
  @media screen and (max-width: 768px){
    .notificationDiv{
      padding-top:0px;
      margin-left:0px;
 
    }
  }
  /* Mural Menu */
  .desktopMenuDiv {
    text-align:center;
    padding-top:67px;
    list-style: none;
    display:flex;
    margin-left: -40px;
    list-style-type:none;
  }
  .desktopMenuDiv ul ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99999;
    width: 200px;
    background: rgb(41, 100, 139);
    background-image: url(http://mcst8.org/wp/wp-content/themes/midcoasttech_2021/assets/images/bluemural.png);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    
  }
  .desktopMenuDiv ul li:hover > ul {
    display: block;
  }
  .desktopMenuDiv li {
    position: relative;
    
  }
  .desktopMenu {
    display:flex;
    list-style: none;
    font-family: Rockwell;
    font-weight: bold;
    font-size: 14pt;
    
  }
  .desktopMenu a {
    color: white;
    text-decoration: none;
  }
  .desktopMenu li:hover{
    color: rgb(255, 255, 255);
    background-color: rgba(98,68,53,.7);
  }
  .desktopMenu a:hover{
    color: white;
    text-decoration: none;
  }
  .desktopMenu li{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(187,128,100,.5)
  }

  .sub-menu {
    list-style: none;
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
  }
  .sub-menu li {
    background-color: transparent;
    margin-left: -40px;
    list-style-type:none;
  }
  .sub-menu li:hover {
    background-color: rgba(0,0,0,.5);
  }


   @media screen and (max-width: 768px){
    .desktopMenuDiv{
      display: none;
    }
  }

  






/* Footer Nav Bar */

  .footer_menu {
    font-family: Arial, Helvetica, sans-serif;
    color: #F5F4DD;
    font-size: 12pt;
    list-style: none;
    padding-left: 0;
  }
  .footer_menu a:hover{
    color:black;
    text-decoration: none;
  }

  .footer_menu a {
    color: #F5F4DD;
  }

  .footer_menu li:before {
    content:" | ";
  }
  
  .footer_menu li:first-of-type:before {
    content:"";
  }

  @media screen and (max-width: 640px) {
    .footer_menu{
      font-size:9px;
      display:none;
    }
    
  }

  .footerContact {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align:"center";
    color:#F5F5DD;
    font-size: 15pt;
  }

  @media screen and (max-width: 640px) {
    .footerContact{
      font-size:12px;
    }
  }
  .bottomLogo{
    width:160px;
    height: auto;
    padding-top:5px;
    padding-bottom:5px;
  }

  .footer_menu li {
    
    display: inline;

  }


  .footer_menu a{
    color: #F5F4DD;
  }

  .footer_menu ul {
    padding-left:0;
    list-style: none;
  }
  
  .btn{
    background-color: #2E709A;
  }
  
  .btn:hover{
  background-color: #9dd2f3;
  }
  



  
  /**/
  /* Header */
  
  .muraltop{
    width: auto;
    height:100px;
    background-image: url("assets/images/muraltop6.jpg");
    background-size: 100%;
    text-align: center;
  }
  @media screen and (max-width: 640px) {
    .muraltop{
      height:50px;
    }
    
  }
  
  .header{
    width:auto;
    background-color:#2E709A;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    filter: drop-shadow(0px 4px 14px #2F4754);
  }
  
  .muralbottom{
    width: auto;
    height:100px;
    background-image: url("assets/images/muralbottom5.jpg");
    background-size: 100%;
  }
  @media screen and (max-width: 640px) {
    .muralbottom{
      height:50px;
    }
    
  }
  /**/
  /* Icons */
  
  .bluebird{
    margin-top: 6px;
    width: 35px;
    height: 35px;
  }
  @media screen and (max-width: 768px){
    .bluebird{
      width: 45px;
      height: 45px;
    }
  }
  @media screen and (min-width: 1167px){
    .bluebird{
      display: none;
    }
  }
  
  .gear{
    background-image: url("assets/images/gear.png");
    width: 20px;
    height: 20px;
  }
  
  .footer{
    width:auto;
    background-color:#2E709A;
  }
  
  .flex-container {
      display: flex;
      flex-direction: column;
    }
  
    .flex-container > div {
      margin: 10px;
      padding: 20px;
      font-size: 30px;
    }
  
    @font-face {
      font-family: Rockwell; src: url('assets/fonts/ROCK.TTF');
    }
    @font-face {
      font-family: Rockwell; font-weight: bold; src: url('assets/fonts/Rockwell-Bold.ttf');
    }
  
    .container-fluid{
      z-index: -1;
    }
  

