/*
Theme Name: Paxworth
Theme URI: https://paxworth.com
Author: Paxworth
Author URI: https://webofrochelle.com
Description: Main basaic layout
Version: 1.0
Text Domain: hopper
Tags: education,  grid-layout,  left-sidebar,  right-sidebar,  custom-logo,  responsive-layout,  accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://necolas.github.io/normalize.css/latest/normalize.css");

body {font-family:'Open Sans', sans-serif; font-size: 1.1rem;}
p {f}
.clearfix { clear:both; display:table;}
ol,  ul { box-sizing:border-box;}
a { color:#007396; text-decoration:none;}
a:hover,  a:focus {color:#898b41; text-decoration:none;}
a:focus { outline:  0; border: none; -moz-outline-style:none;}
header, main, #hpblue, #resources, footer { padding: 10px 25px;}
header {
  background-color: #222;
  width: 100%;
}
header a.sitename {
    font-family:'Raleway', sans-serif; 
    color:  #FFF;
    font-size:2rem;
    font-weight: bold;
    text-transform: uppercase;
}
header a:hover {
    color:  #24779b;
    text-decoration:  none;
}
#homepage h1 {
  font-family: "Merriweather", serif;
  margin: 1.5rem auto .5rem auto;
  font-weight: bold;
  font-size: 2.5rem;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


#hpblue h2, #resources h2 {
 font-family: "Merriweather", serif;
  margin: 1.5rem auto .5rem auto;
  font-weight: bold;
  font-size: 1.8em;
}
h1{
}
h2{

}
h3{

}
nav {
   text-transform:  uppercase;
}
.navbar a {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar a:hover{
  color: #24779b;
}
.navbar-brand {
    display: none;
}
.navbar ul {
    margin-left:  0;
}
.navbar-nav a {
  margin: 1rem;
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu > li > a {
    display:  block;
    clear:  both;
    font-weight:  400 !important;
    line-height:  1.42857143;
    margin: 0 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration:  none!important;
}
.menu-item-has-children {
    position: relative;
}
ul.dropdown-menu li > ul.dropdown-menu {
    left:  100%;
    top:  0;
}
.navbar-toggler {
    background-color: #007396;
}
li.menu-item-has-children:hover > ul.dropdown-menu, li.menu-item-has-children:focus > ul.dropdown-menu {
   display: block;
  background-color: #222;
  padding-left: 2rem;
  border: 1px solid #EEE;
  border-radius: 0;
}
.dropdown-toggle:after {
    display:  inline-block;
    width:  0;
    height:  0;
    margin-left:  .255em;
    vertical-align:  .255em;
    content:  "";
    border-top:  .3em solid;
    border-right:  .3em solid transparent;
    border-bottom:  0;
    border-left:  .3em solid transparent;
}
.nav-tabs .dropdown-menu,  .nav-pills .dropdown-menu,  .navbar .dropdown-menu {
    margin-top:  0;
}
#menu-main-menu li a {
    padding:  0 15px;
    font-size:  1rem;
    text-transform:  uppercase;
    font-weight:  700;
    text-decoration:  none;
    color:  #333;
    font-family:  'Roboto Condensed',  'Source Sans 3';
}
#menu-main-menu li a:hover,  #menu-main-menu li a:active,  #menu-main-menu > li.current-menu-item a, #menu-main-menu li.current-menu-ancestor a {
    outline:  0;
    -moz-outline-style:  none;
}
.menu-item.menu-item-search {
    display:  none;
}

#slider {
    background:  url(images/umdcampus.jpg);
    min-height:  300px;
    background-repeat:  no-repeat;
    background-size:  cover;
    background-position:  bottom center;
}
.slider img {
    width: 100%
}

#hpblue {
    background-color: #002452;
    color: #FFF;
}

#resources {
    background-color: #f0f0f0;
}
#resources .row {
  margin-top: 2em;
}
#resources h3{
    font-size: 1.5rem;
}
footer {
    text-transform: uppercase;
    font-size: 15px;
}
footer small { 
  text-transform: none;
  letter-spacing: 1px; 
}

@media (max-width: 1021px) {
 .navbar-toggler:hover { background: gray;}   
 .navbar-toggler-icon { width: 1.1em; height: 1.2em; }
  #headernav ul li { margin: 10px 0; }
  .navbar-nav a { margin: 0 !important;}
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    header, main, #hpblue, #resources, footer { padding: 10px;}
    .col-4 {width:100%;}
}

@media screen and (max-width: 568px) {
    header a.sitename { font-size: 1.6rem;}

}

@media print {

}



