
@font-face {
  font-family: 'FranklinITCPro-Bold';
  src: url("/fonts/FranklinITCPro-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinITCPro-Ultra';
  src: url("/fonts/FranklinITCPro-Ultra.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinITCPro-Medium';
  src: url("/fonts/FranklinITCPro-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sentinel-Book';
  src: url("/fonts/Sentinel-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sentinel-Bold';
  src: url("/fonts/Sentinel-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 24px;
  line-height: 40px;

}

body {
  padding-top: 0px;
  font-family: 'Sentinel-Book';
}

p {
  margin: 0px 0px 15px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1, h2, h3 {
  text-transform: uppercase;
}

h3, h4, .btn-dark {
  font-family: 'FranklinITCPro-Bold';
}

h5, h6 {

}

.centered {
  margin: 0 auto;
  text-align: center;
}


.video-container {
  margin-top: 40px;
  margin-bottom: 40px;
}


.btn-dark {
  background-color: #990033;
  border-color: #990033;
  font-size: 0.8rem;
  width: 420px;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: #990033;
  border-color: #990033;
}

.navbar {
  margin-bottom: 0px;
}


.navbar-default {
  border-color: #EBEBEB;
  background-color: #EBEBEB;
  min-height: 80px;
}

.navbar-default .container {
  padding-top: 20px;
}

nav li {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'FranklinITCPro-Medium';
  color: #000;
}

nav a.navbar-brand.brand-wcg {
  font-family: 'FranklinITCPro-Ultra';
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
}

nav a.navbar-brand.brand-wcg:hover,
nav a.navbar-brand.brand-wcg:focus,
nav a.navbar-brand.brand-wcg:active {
  color: #000;
}

.body-header {
  font-family: 'FranklinITCPro-Ultra';
  letter-spacing: 1px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.body-header h1 {
  font-size: 5.0rem;
}

.body-header h2 {
  font-size: 1.3rem;
}

.intro {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 30px;
  padding: 5px;
}

article {
  margin-bottom: 90px;
}

article.single {
  margin-top: 50px;
}

.story-body {
  margin-bottom: 1px;
  padding-left: 60px;
  padding-right: 60px;
}

hr {
  border-top: 5px solid #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

hr.fancy {
  margin-top: 0px;
  margin-bottom: 0px;
  background: url("/img/down-arrow.png") 50% 0 no-repeat;
  height: 60px;
}

.author {
  font-family: "FranklinITCPro-Bold";
  font-size: 0.92rem;
}

blockquote, cite {
  color: #000;
}


blockquote {
  font-family: 'Sentinel-Bold';
  quotes: "\201C""\201D""\2018""\2019";

}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: close-quote;
}

blockquote {
  border-left: none;
}

blockquote p {
  font-size: 1.7rem;
  line-height: 52px;
}

cite {
  font-size: 0.8rem;
  font-family: 'FranklinITCPro-Bold';
  text-transform: uppercase;

}

blockquote.special footer:before,
blockquote.special small:before,
blockquote.special .small:before {
  content: none;
}

blockquote.special  {
  border-left: none;
  font-family: 'Sentinel-Book';
  font-size: 29px;
  line-height: 42px;
  color: #990033;
  font-weight: 700;
}

blockquote.special.blue {
  color: navy;
}

.special cite {
  font-size: 19px;
  line-height: 23px;
  font-weight: lighter;
  color: #000;
  text-transform: uppercase;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

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

.person-header h3 {
  font-size: 1.7rem;
}

.person-header h4 {
  font-size: 18px;
  line-height: 22px;
}

ul.rig {
	list-style: none;
  padding-left: 0px;
}

ul.rig li {
	display: inline-block;
	padding: 13px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.rig img {
  width: 202px;
  height: 202px;
}

.dataset h2 {
  font-family: 'FranklinITCPro-Bold';
}

.about section {
  margin-bottom: 50px;
  margin-top: 50px;
}

.about h3 {
  font-family:  'FranklinITCPro-Medium';

}

.about h4 {
  font-family:  'FranklinITCPro-Bold';
}

.about h4, .about section p {
  font-size: 1rem;
}

.about section div {
  margin-bottom: 30px;
}

div.fake-footer {
  height: 100px;
  margin-top: 60px;
  background-color: #000;
}

.carousel-wcg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel-wcg, .carousel-wcg img {
  height: 400px;
  width: 400px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {

  html {
    font-size: 18px;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .story-body {
    padding-left: 2px;
    padding-right: 2px;
  }


  article {
    margin-bottom: 40px;
  }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  html {
    font-size: 15px;
  }

  ul.rig li, ul.rig img, ul.rig {
    width: 100%;
    height: auto;
  }

  nav a.navbar-brand.brand-wcg {
    margin-bottom: 30px;
  }

  .body-header {
    margin-bottom: 20px;
  }

  .body-header h1 {
    font-size: 3.8rem;
  }

  blockquote {
    padding: 0;
  }

  blockquote p {
    font-size: 1.2rem;
    line-height: 30px;
  }

  .btn-dark {
    width: 280px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  article.single {
    margin-top: 20px;
  }

  .carousel-wcg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .carousel-wcg, .carousel-wcg img {
    height: 250px;
    width: 250px;

  }


}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

}