* {box-sizing: border-box;} 

.bgimg-1, .bgimg-2, .bgimg-3{
  top:0px;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }



/* media  icons */
img.ico {
max-height: 20px;
max-width: 20px;
color:black;

}

/* #################### */

/*  ABOUT              */
.bgimg-1 {
  background-image: url("photos/img0.png");
  min-height: 100%;

}


/*  CONTACT             */
.bgimg-2 {
  background-image: url("photos/img1.jpg");
  min-height: 400px;

}



.bgimg-3 {

  background-image: url("photos/img2.png");
  min-height: 800px;

}



.caption {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  text-align: center;
  color: #000;

}



.caption span.border {

  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;

}
.captionmedia span.border {

  background-color: #000;
  color: #fff;
  padding: 18px;
  font-size: 12px;
  letter-spacing:;
}


h3 {

  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;

}


.bg-img {

    /* The image used */
    background-image: url("");
    text-align:center;
    min-height: 380px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;  

    /*   Needed to position the navbar */
    position: relative;
 } 



