.snip1226 a:hover {
  text-decoration: none;
}

html, body {
    width: 100%;
    height: 200vh;
    background-color: black;
}

@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    height: 136vh;
    background-color: black;
  }
}

html {
    scroll-behavior: smooth;
}

#container {
  transition: .8s;
  -webkit-transition: .8s;
  -o-transition: .8s;
  -moz-transition: .8s;
}



/* ____________________________________________________________________________________________ */

#pre-gif {
    width: 100%;
    height: 100vh;
    background-image: url(https://i.pinimg.com/originals/f0/df/fd/f0dffdcf873936786b4ee8b518521a5a.jpg);
    background-size: cover;
}

@media screen and (max-width: 768px) {
  #pre-gif {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 768px) {
  #section05 {
    visibility: hidden;
  }
}


@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
  text-decoration: none;
  color: white;
}


#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



/* _______________________________________________________________________________________________ */
#gif-container {
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-image: url(https://media.giphy.com/media/O1A7W9ipgqOpq/giphy.gif);
    background-size: cover;
}

@media screen and (max-width: 768px) {
  #gif-container {
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 790vw;
  }
}

.img-container {
    height: 50vh;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.img-container-1 {
  height: 50vh;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.img-container-2 {
  height: 50vh;
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .img-container {
    height: 255vw;
    display: flex;
    flex-direction: column;
  align-items: center;
  width: 100%;
}

.img-container-1 {
  height: 260vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.img-container-2 {
  height: 260vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
}

#img-1, #img-2, #img-3, #img-4, #img-5, #img-6, #img-7, #img-8, #img-9, #img-10, #img-11, #img-12 {
    height: 50vh;
    width: 25%;
}


@media screen and (max-width: 768px) {
  #img-1, #img-2, #img-3, #img-4, #img-5, #img-6, #img-7, #img-8, #img-9, #img-10, #img-11, #img-12 {
    height: 60vw;
    width: 60vw;
  }
}


#img-1 {
  background-image: url(https://i.imgur.com/kTX3Voo.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
  margin-left: 1.55%;
}

@media screen and (max-width: 768px) {
  #img-1 {
    background-image: url(https://i.imgur.com/kTX3Voo.png);
    background-size: cover;
    opacity: 1;
    transition: 1s;
    margin-left: 1.55%;
  }
}

#img-1:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-2 {
  background-image: url(https://i.imgur.com/0xb4HNv.jpg);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-2 {
    background-image: url(https://i.imgur.com/0xb4HNv.jpg);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-2:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-3 {
  background-image: url(https://i.imgur.com/jyvPnKV.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-3 {
    background-image: url(https://i.imgur.com/jyvPnKV.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-3:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}



#img-4 {
  background-image: url(https://i.imgur.com/Nwdiq0T.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-4 {
    background-image: url(https://i.imgur.com/Nwdiq0T.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-4:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-5 {
  background-image: url(https://i.imgur.com/vSHLrLm.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
  margin-left: 1.55%;
}

@media screen and (max-width: 768px) {
  #img-5 {
    background-image: url(https://i.imgur.com/vSHLrLm.png);
    background-size: cover;
    opacity: 1;
    transition: 1s;
    margin-left: 1.55%;
    margin-top: 5vw;
  }
}

#img-5:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-6 {
  background-image: url(https://i.imgur.com/Ihwrjdu.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-6 {
    background-image: url(https://i.imgur.com/Ihwrjdu.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-6:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-7 {
  background-image: url(https://i.imgur.com/QZM4Fju.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-7 {
    background-image: url(https://i.imgur.com/QZM4Fju.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-7:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}

#img-8 {
  background-image: url(https://i.imgur.com/6vQmwl0.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-8 {
    background-image: url(https://i.imgur.com/6vQmwl0.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-8:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-9 {
  background-image: url(https://i.imgur.com/mdXjFCV.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
  margin-left: 1.55%;
}

@media screen and (max-width: 768px) {
  #img-9 {
    background-image: url(https://i.imgur.com/mdXjFCV.png);
    background-size: cover;
    opacity: 1;
    transition: 1s;
    margin-top: 5vw;
  }
}

#img-9:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-10 {
  background-image: url(https://i.imgur.com/x2nr0z7.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-10 {
    background-image: url(https://i.imgur.com/x2nr0z7.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-10:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-11 {
  background-image: url(https://i.imgur.com/H99Lmqp.png);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-11 {
    background-image: url(https://i.imgur.com/H99Lmqp.png);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-11:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}


#img-12 {
  background-image: url(https://i.imgur.com/ezzH6jW.jpg);
  background-size: cover;
  opacity: 0;
  transition: 1s;
  border-radius: 3em;
}

@media screen and (max-width: 768px) {
  #img-12 {
    background-image: url(https://i.imgur.com/ezzH6jW.jpg);
    background-size: cover;
    opacity: 1;
    margin-top: 5vw;
    transition: 1s;
  }
}

#img-12:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}



/* ______________________________________________________________________________________________________ */



/* __________________________________________________________________________________________________________ */


#background-2 {
  display: flex;
  width: 100%;
  background-color: rgba(236, 196, 76, 1);
}


.footer-div {
  height: 33vh;
  margin-top: 150px;
}


#fd-5 {
  width:400px;
  margin-right: 70px;
}


#fd-1 {
  width: 185px;
  margin-left: 70px;
}

#fd-2 {
  width: 185px;
}

#fd-3 {
  width: 185px;
}

#fd-4 {
  width: 185px;
}


#background-3 {
  width: 100%;
  background-color: rgba(236, 196, 76, 1);
  display: flex;
  flex-direction: column;
}


#footer-logo-box {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80%;
}

#footer-sm-logo-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20%;
  padding-top: 30px;
}

#footer-bls-logo {
  margin-top: 100px;
  width: 40vh;
  height: 40vh;
}

#fb-logo-box {
  margin-left: 490px;
  width: 100%;
  height: 200px;
  display: flex;
}

ul.social-network {
list-style: none;
display: inline;
margin-left:0;
padding: 0;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}

.social-network a.icoFacebook:hover {
background-color:#3B5998;
}

.social-network a.icoInstagram:hover {
background-color: rgb(195, 42, 163);
}

.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 50px;
height: 50px;
font-size:20px;
background-color: black;
}

.social-circle li i {
margin:0;
line-height:50px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.7s;
}

.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
  transition: all 0.8s;
}

#stories-text {
  width: 45vw;
  color: white;
  margin: 22vh 40vw 0 10vw;
  position: absolute;
  line-height: 2em;
  font-size: 1.25em;
}

@media screen and (max-width: 768px) {
  #stories-text {
    margin: 16vh 10vw 0 0;
    width: 90vw;
    color: white;
    position: absolute;
    line-height: 1.95em;
  }
}

#b {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #b {
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  #blocked-li {
    visibility: hidden;
  }
}