﻿body {
  margin: 0px;
  padding: 0px;
  line-height: 1.5rem;
  background-color: #710000 !important;
  /* font-family: 'Lato', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  color: #1b1b1b;
}
#content_wrapper .dropdown:hover > .dropdown-menu {
  display: block;
}
#content_wrapper {
  width: 100%;
  background-color: #e8e8e8;
}
li.nav-item.dropdown.show {
  background-color: #000;
}
.navbar-toggler-text {
  margin-left: 45px;
  font-size: .975em !important;
  color: #fff;
}
/* GENERIC */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
H1 {
  color: #000000 !important;
  font-family: 'Raleway', sans-serif;
  /*font-family: 'Work Sans', sans-serif; */
  font-weight: normal;
  font-size: 3em !important;
  padding: 0px;
  margin: 20px 0px 20px 0px !important;
}
H2 {
  color: #1a1a1a !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em !important;
  font-weight: 500;
  padding: 20px 0px 10px 0px;
}
H3 {
  color: #1a1a1a !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 1.1em !important;
  font-weight: bold;
  padding-bottom: 10px;
}
H4 {
  color: #1a1a1a !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}
@media (max-width : 1024px) {
  #global_menu_container {
    color: #fff;
    width: 100%;
    background-color: #710000; /* padding: 0px 5px 5px 5px; */
  }
}
@media (max-width : 767px) {
  /* The side navigation menu */
  #nav_global a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #splash_banner {
    max-height: 300px;
  }
  .collapse.show {
    display: block;
    padding-top: 10px;
  }
	.insidehsc_logo_menu_mobile {
    max-width: 90%;
}
  .menuicon {
width: 40px;
    height: 40px;
    float: left;
    margin: 10px 15px 0px 0px;
    z-index: 99999;
  }
  #content_wrapper {
    width: 100%;
    background-color: #e8e8e8;
  }
}
@media (max-width : 360px) {
  #content_wrapper {
    margin-top: 0px;
  }
  #header_container {}
  .menuicon {
    width: 40px;
    height: 40px;
    margin: 5px 10px 0px 0px;
  }
  H1 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 2em;
    padding: 0px;
  }
  #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
	  #logo_container img {
    max-width: 80%;
  }
}
@media (min-width : 360px) and (max-width : 479px) {
  #logo_container img {
    max-width: 80%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
	.OUHSC_footer_logo {
	max-width:350px;
}
}

@media (max-width : 479px) {
	  .legal_footer {
    padding: 15px 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #mySidenav .menu_width {
    width: 100%;
  }
  .container {
    /* width: 90%; */
    padding: 0px 15px;
    margin: 0px auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
  }
  .menuicon {
    margin: 5px 15px 0px 0px;
  }
}
@media only screen and (max-width: 992px) {

	#Sidenav_header_fullpage {display:none;}
}
@media (min-width: 993px) {
  .container {
    /*  width: 90%; */
  }
  #content_wrapper {
width: 100%;
    background-color: #e8e8e8;
  }
  #site_header {
    position: unset;
    max-width: 100%;
    position: fixed;
    padding: 20px 15px 10px 15px;
  }
  #Sidenav_header {
    padding-top: 20px;
  }
  #Sidenav_header {
    display: none;
  }
	
  #menubutton_container {
   /* display: none; */
  }
  .sidenav-fixed {
    top: 90px !important;
    /* position: absolute !important;
	  height:auto !important;
	  padding-bottom:0px !important; */
  }
  .sidenav {
    width: 400px !important;
  }
	#mySidenav a {
    padding: 12px 10px 12px 25px;
}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
    padding: 0px 25px;
  }
  #logo_container img {
    max-width: 300px;
  }
}