/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

.headercontainer {
    max-height: 400px;
}

.figure-img {
	border-radius: 50%;
}

.title-head {
	font-size: 20px;
	color: black;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
@media (max-width: 500px){
  .title-head {
	  display: None
  }
}

section {
  padding: 100px 0;
}

#bgim {
    width: 100vw;
    min-height: 30vh;
    max-height: 70vh;
}
