/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

#calendar{cursor:pointer;}

.week{
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #BBB;
    font-size: 56px;
    font-weight:bold;
}


.item{
    margin-bottom: 15px;
}


h4{
    margin-bottom: 4pxx;
}

footer {
    margin: 50px 0;
}

.navbar#menu{
    /*background: linear-gradient(#444, #111);*/
    background: linear-gradient(#435861, #233841);
}

.navbar#menu a{
    color: #DDD !important;
}

.item {

  background-size: cover;
  
  &:before {
    content: '';
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6; 
  }
}