* {box-sizing: border-box;} 

.bgimg-1, .bgimg-2, .bgimg-3{
  top:0px;
  position: relative;
  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/imgabout.png");
  max-width:100%;
  max-height:100%;
  min-height: 100%;
  opacity: 0.75;
  left:0px;
}


/*  CONTACT             */
.bgimg-2 {
  background-image: url("photos/imgevent.png");
  max-width:100%;
  max-height:100%;
  min-height: 100%;
  opacity: 0.75;
  left:0px;
}



.bgimg-3 {
  background-image: url("photos/imgmedia.png");
  max-width:100%;
  max-height:100%;
  min-height: 100%;
  opacity: 0.75;
  left:0px;
}



.caption {
  position: absolute;
  left: 0px;
  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: 90px;
  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;
 } 
.afisimg {

    /* The image used */

    text-align:center;
    
	width: 80%;
    /* Center and scale the image nicely */

    z-index:1;  

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

.fotoimg {

    position: relative;
    text-align: center;
    height: 60%;
	width: 60%;
    z-index:1; 

 } 

