/* ============================================================
  RESET
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

/* ============================================================
  GLOBALS
============================================================ */

/* blue: #00baff */


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

html, 
body {
  height: 100%;
}

body {
  background-color: #000;
  color: #505050;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 400;
  font-family: 'Montserrat', serif;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #00baff;
}

/* clear floated divs */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  LOGO
============================================================ */

.logo img {
  width: 200px;
  height: auto;
}

.logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.header {
  /*border-bottom: 1px solid #00baff;*/
}


/* ============================================================
  HOME NAV
============================================================ */
.homepage {
  min-height: 100%
}

.Nav--home {
  position: absolute;
  height: auto;
  top: 165px;
  bottom: 0;
  left: 0;
  right: 0;
}

.Nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Nav--home ul {
  height: 100%;
}


.Nav li {
  display: block;
  float: left;
  width: 33.33333%;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.Nav--home li {
  height: 100%;

  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.Nav a {
  display: block;
  
  color: #fff;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.Nav--home a {
  height: 100%;
  background-color: rgba(0,0,0,1);
  background-color: rgba(0,0,0,.8);
  position: relative;
}

.Nav a:hover {
  color: #00baff;
  text-decoration: none;
}

.Nav--home a:hover {
  background-color: rgba(0,0,0,.8);
}


.nav-link {
  text-transform: uppercase;
  border-left: 1px solid #00baff;
}

.nav-link.is-active {
  color: #00baff;
}

.Nav li:first-child .nav-link {
  border-left: none;
}

.Nav--home ul {
  background: #000 url(bg.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (min-width: 690px) {
  .Nav--home a:hover {
    /*background-color: rgba(0,0,0,1);*/
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%, rgba(0,0,0,.5) 50%, #00bcd4);
  }
  
  .Nav a {
    padding: 10px 0;
  }

  .Nav--home .nav-link {
    margin-top: 30%;
  }  
}

.articles-container {
  max-width: 720px;
  margin: 50px auto 30px;
  text-align: center;
}

.article {
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
}

h1.article {
  font-size: 16px;
  line-height: 1.8;
}

.article a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.date {
  color: #505050;
}
.embed-sound,
.embed-container {
  margin-bottom: 40px;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}




.footer {
  border-top: 1px solid #2b2b2b;
  height: 35px;
  padding: 5px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0,0,0,.8);
}

.footer a {
  display: inline-block;
  padding: 5px 5px;
  height: 25px;
  width: 25px;
  border-radius: 5px;
}

.footer svg {
  width: 15px;
  height: 15px;
  display: block;
}
.social-link {
  background-color: #383838;
}

.social-youtube:hover {
  background-color: #CD201F;
}

.social-instagram:hover {
  background-color: #125688;
}

.social-facebook:hover {
  background-color: #3B5998;
}

.social-vimeo:hover {
  background-color: #1AB7EA;
}

.social-soundcloud:hover {
  background-color: #FF3300;
}

.social-google:hover {
  background-color: #DC4E41;
}


/* Pagination
================================================*/
ul.pagination {
    margin: 40px 0 80px;
    text-align: center;
}

ul.pagination li {
    list-style-type: none;
    display: inline;
    line-height: 1.4;
}

ul.pagination li a {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 3px;
    color: #00baff;
    border-radius: 3px;
}

ul.pagination li span {
    float: left; 
    margin-right: 4px;
}

ul.pagination li a.page {
    background-color: #9FA19F;
    color: #ddd;
    font-weight: bold;
    background-color: #00baff;
}

ul.pagination li a.page:hover {
    text-decoration: none;
    color: #fff;
}

ul.pagination li.selected a.page {
    background-color: #545C5F;
    color: #fff;
}

ul.pagination li.disabled a {
    color: #ddd;
    cursor: default;
}






