/*body, html {
  width: 100%;
  height: 100%;
}*/

body {
  overflow-x: hidden;
   background-image: url('https://sexysnet.com/images/header_photo.jpg');
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}
a {
  text-decoration: none;
  color:;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a:hover {
    color:;
    text-decoration: none;
}
font{
  font-size: 25pt;
  font-family: 'Roboto', sans-serif;
}
.logo{
  padding-top: 150px;
  /*left: 50%;
  margin-left: -125px !important;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 99;*/
  /*font-size: 100pt;*/

}
.intro-section{
  height:60vh;
  background-image: url('');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.content-d{
  /*height: 50vh;*/
  background-color: #ffffff;
}
.between-1{
  /*height:60vh;*/
  background-color: #ffffff;
  /*background-image: url('http://placehold.it/1920x1080');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.paragraphs{
  font-family: 'Roboto', sans-serif;
  padding-top: 50px;
  text-align: justify;
  height: 50%;
}


/******** Photos ***********/
#photos-1 {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;
}

#photos-1 img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1200px) {
  #photos-1 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 1000px) {
  #photos-1 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  #photos-1 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos-1 {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}



/******** videos ***********/

#videos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;
}

#videos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1200px) {
  #videos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  #videos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #videos{
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
@media (max-width: 400px) {
  #videos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
