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

body {
    background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font: normal normal normal 16px/1.3em 'Open Sans',sans-serif;
  overflow-y: hidden;
}
.imgView{
  padding-top: 15%;
  background: url('../Neta-1684-Edit-4.jpg') no-repeat top center fixed;
  height: 100%;
  width: 100%;
  position: fixed;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  #mainImg{
    height:460px;
    width: 426px;
    object-fit: cover;
    overflow: hidden;

  }
  #mainCaption{
    left: 38%;
    width: 280px;
    position: absolute;
    top: 118px;

  }
  .h1-caption{
    line-height: 1.1em;
    text-align: center;
    font-size: 33px;
  }
  .container-div{
    left: 0px;
  }
  .navbar-collapse{
    background-color: white;
    margin-top: 65%;
    z-index: 1000;

  }
  .navbar-collapse ul li a{
    background-color: black;
    font-size: 1.5em;
    margin: 1px;
    text-align: center;
  }
  #bio-wrapper{
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  #bio-wrapper p{
    font-size: 1.4em;
    line-height: 1.3;
    color: white;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
    margin-top: 5%;
  }
  #bio-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .text_2{
    font-size: 1.5em;
    color: white;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
    margin-top: 5%;
  }
  .page_heading{
    margin-left: 3%;
    width: 97%;
  }

}
@media only screen and (min-width: 601px) {
  #mainImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin:auto;
  }
  #mainCaption{
    top:32%;
    left: 55%;
    font-size: 3em;
  }
  .h1-caption{
    line-height: 1.1em;
    font-size: 1.3em;
  }
  #bio-wrapper{
    width: 80%;
    margin-right: auto;
    margin-left: auto
  }
  #bio-wrapper p{
    font-size:1.4em;
    line-height: 1.3;
    color: white;
    width: 45%;
    float: left;
    text-align: justify
  }
  #bio-wrapper img{
    width: 433px;
    height: 289px;
    object-fit: contain; float:right
  }
  .text_2{
    font-size: 1.5em;
    color: white;
    width:1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
  }
  page-content{
    width: 1000px;
    margin-left: auto;
  }
  .youtube-video{
    width: 1000px;
    margin-left: auto;
  }
  .page_heading{
    margin-left: auto;
    width: 1000px;
  }
}
