/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (max-width:950px){
	.logo{
		margin-top:40px;
	}
}

html {
  /* necessario per lo sticky footer */
  height: 100%;
  box-sizing: border-box;
}

body{
  /* necessario per non avere problemi di larghezza con la scroll */
  overflow-y:scroll;
  position: relative;
  margin: 0;
  padding-bottom: 10rem;
  min-height: 100%;
}

.custom-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.img-personale{
	height:270px;
}

@media (max-width:576px){
	.img-personale{
		height:110px;
	}
}
body{
	font-family: 'Roboto Condensed', sans-serif;
}
