/**********************************************************

 STYLE.CSS
 Author: Saugata Ghose
 Last Updated: September 30, 2018

 **********************************************************/


/* font import */
@import url('https://fonts.googleapis.com/css?family=Oswald:regular,b,200,600|Raleway:regular,b,i,bi,500,500i');


/* compatibility for browsers w/o HTML5 support */
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

/* body padding to compensate for fixed navbar */
body {
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-weight: 600;
}

/* body padding to compensate for fixed navbar */
.anchor {
  padding-top: 50px;
  margin-top: -50px;
}

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

/* collapses navbar for tablet as well */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
 
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

/* custom styles */

.navbar-brand {
  font-family: 'Oswald', sans-serif;
}

.navbar-inverse .navbar-brand:link, .navbar-inverse .navbar-brand:visited {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:active {
  color: #ffffff;
  text-decoration: underline;
}

.navbar-inverse .navbar-nav a:link, .navbar-inverse .navbar-nav a:visited {
  color: #bbbbbb;
}

.navbar-nav li.active > a {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .center-pills {
    display: flex;
    justify-content: center;
  }
  
  .center-pills li {
    display: flex;
    flex: 1;
  }
  
  .center-pills li a {
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
  }
}

.jumbotron {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #999999 url(../images/banner.jpg) center center;
  background-size: cover;
  color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
}

.jumbotron h1 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 40px;
  }
}

#deadline {
  color: #4682B4;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout:first-child {
    margin-top: 5px;
}
.bs-callout h3, .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-defult h3, .bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h3, .bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h3, .bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h3, .bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h3, .bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h3, .bs-callout-info h4 {
    color: #5bc0de;
}

.container-pad-top {
    margin-top: 25px;
}

.panel-pad-bottom {
    margin-bottom: 7px;
    line-height: normal;
}

.newsitem {
    margin-top: 25px;
    margin-bottom: 35px;
}

.newsitem .title {
    margin-bottom: 10px;
}

.newsitem h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsitem .date {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin-bottom: 0px;
}

.newsitem .byline {
    margin-top: 2px;
    font-weight: 500;
    font-style: italic;
}

.authorbio {
    font-style: italic;
}

.newsitem li {
    margin-bottom: 15px;
}
