/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* photos */
.container1 {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 150px;
    margin-left: 80px;
}

.img-fluid{height: 400px;
    width: 600px;}

/* bio */

.container2 {
    margin-top: 100px;
       margin-bottom: 100px;
    margin-left: 50px;
  }

.col-md-4 { margin-top: 100px;
       margin-bottom: 100px;}


.img {height: 750px;
    width: 500px;}

