/* Fonts  */
@font-face {
    font-family: 'NexaRustSans-Black-Free';
    src: url('../fonts/NexaRustSans-Black-Free-webfont.woff2') format('woff2'),
         url('../fonts/NexaRustSans-Black-Free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Remove link outline when clicking */
a:active, a:focus {
    outline: none !important;
}

.navbar a{
  text-decoration: none !important;
  color: #337ab7 !important; 
}

/* Remove underline on navbar links hovering */
.navbar a {
  text-decoration: none;
}

/* gray dots */
.dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 4px;
} 

/* vertical center columns inside row */
/*.vertical-align {
   display: inline-block;
   vertical-align: middle;
   float: none;
   /* display: flex;
    align-items: center;*/
/*}
*/

/* Inner container width */
/* 4 sections: header, corso, relatore, osservatorio */
.container-inner {
  margin: 45px auto;
  width: 80%;
  max-width: 900px;  
}

/* Primary text attributes */
.text-primary {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  color: #333;
  /*text-align: justify;*/
  /*text-justify: auto;*/
}

.lead {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 800;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  color: #333;
}


/* SECTION SPECIFIC STYLING */

/* --- Header --- */
#header {
  color: white;
/*  padding: 25px 20px 120px 20px;*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/header-landing-page3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
  overflow: hidden;
}

/* Setting relative positioning for js parallax code to work */
#header .container-inner {
  position: relative;
  bottom: 0px;
  margin: 110px auto 80px auto;
  max-width: none;
}

#name-header {
  font-family: 'NexaRustSans-Black-Free', sans-serif;
  font-weight: 700;
  /*font-style: italic;*/
  font-size: 6.5vw;
}

#descr-header {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.4vw;
}

#header-lower-bar {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  bottom: -118px;
}


/* Remove hovering color on font awesome icon */
#header a {
  color: white;
}


/* --- Eventi --- */
#schede-eventi .date {
  text-align: right;
  color: orange;
}

#schede-eventi .event-button-col {
  text-align: right;
}

#schede-eventi .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
}

#schede-eventi .title-speaker-div {
    float: left;
}

#schede-eventi .date-button-div {
    float: right;
}

#schede-eventi .event-descr {
    margin-top: 15px;
}

/* --- Informazioni --- */
#informazioni {
  /*background-image: linear-gradient(rgba(15, 15, 50, 0.4), rgba(15, 15, 70, 0.2)), url(../img/background.jpg);*/
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/background3.jpg);*/
  background-image: linear-gradient(rgba(0, 0, 25, 0.3), rgba(20, 0, 10, 0.3)), url(../img/background3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
}

#informazioni .container-inner {
  position: relative;
  bottom: 0px;
  margin-bottom: 70px;
  max-width: 820px;

}

#informazioni .info-section
{
  margin-bottom: 50px;
}

#informazioni p {
  color: #ffffff;
}

#informazioni a {
  text-decoration: underline;
  color: #ffffff;
}


/* --- Footbar --- */
.footbar {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #aaa;
  padding: 5px 20px 5px 20px;
}

.footbar-dark {
  border-top-color: #56528a;
  background: #000015;
}

.footbar span {
  font-size: 18px;
  color: #777;
}

.footbar-dark span {
  color: #aeaaed;
}

.footbar-dark span a{
  color: #ccc;
}


/* RESPONSIVE */
/* Adjusting for small devices (mobile)  */
@media screen and (max-width: 768px) {
  .container-inner {
    width: 95%;
    margin: 35px auto;
  }

  .text-primary {
    font-size: 19px;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

  .lead {
    font-size: 28px;
    hyphens: none;
  }

  /* increase info panels margins when they are vertically stacked*/
  .info-table .col-sm-6 {
    hyphens: none;
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .info-table {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* simpler and smaller header */
  /* simpler and smaller header */
  #header {
   padding: 5px 5px 30px 5px;
  }

  #name-header {
    font-size: 10vw;
  }
  
  #descr-header {
    font-size: 7vw;
  }

  #header-lower-bar {
    bottom: -28px;
  }

  /* Eventi */
  .event-date-col, .event-button-col {
    line-height: 58px;
    display: inline-block;
  }

  .event-date-col {
    float: left;
  }

  .event-button-col {
    float: right;
  }

  .date-button-div {
    float: none !important;
    line-height: 68px;
  }

  /* Informazioni */
  #informazioni {
    background-position: 100% 30%;
  
  /* smaller navbar */
/*
  .navbar {
    border: none;
    background-color: rgba(34,34,34,0);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-bottom: 1px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  .nav > li > a {
    padding: 14px 8px;
  }
  
  .navbar-brand {
    top: -3px;
  }
  
  .navbar-brand i {
    font-size: 25px;
    font-weight: 700;
  }
*/
}
