/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 

          
 
html {
	font-family: 'Ubuntu', sans-serif;
	background-color: #f5f5f5;
}

header, main, footer {
      padding-left: 240px;
    }


h1{
font-weight:500;
font-size: 3em;
}

h2{font-size: 2.5em}
h3{font-size: 2em;}
h4{font-size: 1.8em;}
h5{font-size: 1.5em;}
h6{font-size: 1.2em;}

h5 a:hover { text-decoration: underline; }
a.nofocus:focus { background-color: transparent; }

.caption{
font-size: 3em;	
text-transform: uppercase;
font-weight: 400;
top:5% !important;
left:5% !important;
}

.subcaption{	
text-transform: none;
font-size: 70%;
}

.slides span{
background-color: rgba(0, 0, 0, 0.7);
}

#skiplink {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip_over_navigation {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


nav{
	background-color:#f5f5f5;
}

.item-prog{
	display: block;
    padding: 0 30px;
    color: #aaa;
}


.active{
	background-color:#f5f5f5;
	font-weight:500;
}


table.highlight > tbody > tr:hover {
  /*background-color: #fff2f2; */
  background-color: #ffcdd2;
}



a:focus{
	background-color:yellow;
	
}

p {
  line-height: 2rem;
}


.button-collapse {
  color: #0d47a1;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
  .icon-block {
  padding: 0 15px;
}
/*.icon-block .material-icons {
  font-size: inherit;
}*/

.collection{
	border: none !important;
}

.collection-item{
	border-bottom: none !important;
	background-color: transparent !important;
}


footer.page-footer {
  margin: 0;
}

/*Media queries*/

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

	
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
      header, main, footer {
        padding-left: 0;
      }
}

@media only screen and (max-width : 600px) {
	
  #index-banner .section {
    top: 0;
  }

.caption{
font-size: 2.5em;
}


}

@media only screen and (min-width : 993px) {
  .container {
    width: 90%;
  }

}


