/*
Theme Name: 1 DO PAR Theme
Author: Ben Olivas & Alee Rees
Description: Lincoln County School District Website
Version: 0.0.1
Tags: bootstrap
*/

* {
    margin: 0;
    box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

em {
    font-weight: lighter;
}

.blog-nav a {
    position: relative;
    display: inline-block;
    font-weight: 500;	
}
.blog-nav a {
    color: #fff;
    text-decoration: none;
}

.blog-nav a:hover {
    color: #2d96ef;
    text-decoration: none;
}

.blog-nav {
    background-color: #2B2B2B;
}

.btn-default {
    background-color: #2b2b2b;
    border: none;
    color:#fff;
}

.background-blue {
    background-color: #2d96ef;
    color:#fff;
    text-align: center;
}

.background-dark {
    background-color: #2b2b2b;
}

.background-tan {
    background-color: #F5F4F4;
}

.white {
    color:#fff;
}

.blue {
    color: #2d96ef;
}

.dark {
    color: #2b2b2b;
}

.btn-success {
    background-color: #2d96ef;
    border: none;
    color: white;
}

.btn-success:hover {
    background-color: #fff;
    color: #2b2b2b;
}

.blog-post-title, .blog-post-meta {
    display: none;
}



/* Header */
nav a {
  color: #fff;
}


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

.blog-masthead{
  background-color: #2b2b2b;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding-top: 1.9em;
  width: 30vw;
  z-index:50;
}

.dropdown-content-one {
    left: 0;
}

.dropdown-content-two {
    right: 0;
}

.menuStyles {
  border-top: 2px solid #2d96ef;
  width: 600px;
  display: flex;
  justify-content: space-around;
  background-color: #2b2b2b;
  padding-left: 1em;
    padding-right: 1em;
}

.menuStyles h5 {
  margin-left: .5em;
}

.dropbtn {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

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

.menuSection a{
  color: #fff;
  padding: .5em;
}

.menuSection a:hover {
  background: #fff;
  color: #2d96ef;
}


/* Mobile Nav */
.mobile-masthead{
  background-color: #2b2b2b;
}

.mobile-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
}

.bar {
  width: 2em;
  height: 1px;
  background-color: #fff;
  margin: .5em;
}

#menuIcon {
  cursor: pointer;
}

.mobileDropdown {
  display: none;
  position: absolute;
  z-index: 10;
  top:0;
  left: 0;
  width: 100%;
  min-height: 400vh;
  height: auto;
  background-color: #2b2b2b;
  padding-top: 50px;
}

.carousel-indicators {
    z-index: 0 !important;
}

.hidden {
  padding-left: 1.8em !important;
  font-size: 20px;
}


.show {
  display: block !important;
}

.hidden {
  display: none;
  padding-left: 1.5em;
}

.hidden a:hover {
  background-color: #fff;
  color: #2d96ef;
  padding:.5em;
}

.exit {
  font-size: 40px;
  font-weight: lighter;
  padding-right: .5em;
  cursor: pointer;
}

.mobileDropdown h1 {
  cursor: pointer;
  padding-left: 1em;
}


/*LOGO*/
.blog-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: .5em;
}
.logo h3 {
  font-family: sans-serif;
  line-height: 1;
}
.logo p {
	letter-spacing: 5px;
    font-family: sans-serif;
    line-height: 0;
    font-size: 12px;
}






/* SLIDE */
.slide1, .slide2, .slide3 {
    height: 75vh;
    overflow: hidden;
}

.slide1 img, .slide2 img, .slide3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    padding-bottom: 50px;
    bottom: 10em;
}

.diagnal {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.bottomDiagnal {
  margin-bottom: -.7em;
}


/* Blue-Boxes */
#blue-boxes {
    margin-top: -.7em;
    
     3em;
}

#blue-boxes .background-blue {
    height: 12em;
}

#blue-boxes .background-blue .btn-default {
    margin-top: 1em;
}

.extra-space {
    margin-left: -1em;
}




/* CONTACT */
#contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact-image {
    height: 65vh;
}


/* Lunch page */
#lunch {
    position: relative;
}

#lunch #backgroundDiagnal {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

#lunch #backgroundDiagnal img {
    width: 100%;
    margin-bottom: -1.5em;
}

#lunch .container {
    position: relative;
    z-index: 5;
    padding-bottom: 3em;
}

#lunch .btn-success:hover {
    background-color: #2b2b2b;
    color: #fff;
}

div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.container-fluid .content {
    padding-left: 3em;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}



/* School Policies & Finances*/
#school-policies .btn, #finances .btn {
  width: 100%;
  margin-bottom: 2em;
  height: 4em;
}

#school-policies .btn-success:hover, #finances .btn-success:hover {
  background-color: #2b2b2b;
  color: #fff; 
}

#school-policies, #finances {
  min-height: 50vh;
}





/* Calendar */
.hide-me {
  visibility: hidden;
  opacity: 0;
  transform: scale(.75);
}

.calBtn {
  background-color: #f0f0f0;
  color: #FFF;
  width: 25px;
  height: 25px;
  border: .5px solid lightgray;
  font-size: 15px;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  transition: opacity .4s ease-out, transform .4s ease-out, visibility .4s ease-out;
}

.calBtn:hover {
  background-color: #a9a9a9;
  border: none;
}

.calBtn:active {
  background-color: #2d96ef;
  box-shadow: none;
}

.select {
  display: flex;
  align-items: center;
}

.select p {
  padding-left: .5em;
}

.active {
  background-color: #2d96ef;
  border: none;
}

.active:hover {
  background-color: #2d96ef;
}

#calendarPage {
  display: flex;
}

.colorDiv {
  width: 20px;
  height: 20px;
  margin: .5em;
}

#calSelection {
  background-color: lightgray;
  padding-left: 2em;
}

#calendar-info {
  padding: 2em;
}






/* People */
.person {
    text-align:center;
}

.person img {
    width: 70%;
}

/* FOOTER */
.blog-footer .row {
    padding: 1em;
}


@media only screen and (max-width:992px) {
  .blog-masthead {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .mobile-masthead {
    display: none;
  }
}



/* uber menu */
#ubermenu-main-72{
  z-index:1000 !important; 
 }
 .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop{
 border:#111111 !important;
 }
 
 .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target{
  border-bottom:2px solid #2d96ef !important;
 }
 
 .ubermenu-skin-black-white-2{
  font-size:14px !important; 
 }
 

 /* backgrounf html */
 html {
  background-color:#2b2b2b; 
 }



 /* footer styles */
 .footer-contact-info{
  color:#ffffff !important;
 }

 .ubermenu-skin-black-white-2 .ubermenu-submenu, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target{
   color:#ffffff !important;
 }

 .background-blue {
  background-color: #2d96ef;
  color:#fff;
  text-align: center;
}

 .background-svhs {
  background-color: #dc143c;
  color:#fff;
  text-align: center;
}

.main-content-area{
  margin: 20px !important;
}

/* Header Gradients for all sites */
.grad-library {
    background-image: linear-gradient(to bottom right, #bdbebf, #ffffff);
    border-radius: 15px;
    background: #73AD21;
    padding: 20px;
  }
