body{
  overflow-x: hidden;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  }
/***************************/
ul.list-1, li.list-item-1{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
li.nav-list{
  padding-right: 15px;
}
footer{
  width: 100%;
}
a {
  color:#13a8be;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
    color:#1f4d54;
	  text-decoration: none;
}
/***************************/
#videos{
  /*visibility: hidden;*/
}
#photos{

}
#circle-link-1{
  position: absolute;
  z-index: 108;
}
#circle-link-2{
  position: absolute;
  z-index: 107;
}
#circle-link-3{
  position: absolute;
  z-index: 106;
}
#circle-link-4{
  position: absolute;
  z-index: 105;
  text-align: center;
}
#circle-link-5{
  position: absolute;
  z-index: 104;
}
#circle-link-6{
  position: absolute;
  z-index: 103;
}
#circle-link-7{
  position: absolute;
  z-index: 102;
}
#circle-link-8{
  position: absolute;
  z-index: 101;
}
/***************************/

#phtoCollapse{
  background-color: #FC8888;
  position: absolute;
  z-index: 102;
}

#vidCollapse{
  position: absolute;
  z-index: 101;
}
#collapse-item-1, #collapse-item-5{

}

/***************************/

@media screen and (max-width: 1199px){
  .main{
    padding:0;
    visibility:hidden;
    position: absolute;
    z-index: 102;
  }
  footer.nonCollapse{
    visibility:hidden;
    position: absolute;
    z-index: 102;
  }
}
@media screen and (min-width: 1200px) {
  .section-3{

    visibility: hidden;
    position: absolute;
    z-index: 101;
  }
 .collapse{
   text-align: center;
  }
}

/***************************/

/* The Modal (background) */
.modal, .modal2, .modal3{
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 120; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 100px;
  border: 1px solid #888;
  height: 100%;
  width: 80%;
}

/* The Close Button */
.close, .close2, .close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus  {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
