@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap');
body, html {
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  font-family: 'Inconsolata', monospace;
  color: #777;

}
.slogan{
  width: 100%;
  display: block;
  text-align: center;
  justify-content: center;
  padding-left: 100px;
  color: white;

}
.dproject{
  width: 100%;
  display: flex;

}
.side{
  width: 50%;
  margin-top: 80px
}
.othrside{
  width: 40%;
}
.gif{
  justify-content: center;
  float: right;
}
.top-bottom-img, .battelion-img, .arm-img, .logo-img {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.top-bottom-img {
  background-image: url("WebLight.png");
  min-height: 100%;
}

.battelion-img {
  background-image: url("TankPic2.jpeg");
  min-height: 400px;
  border: 10px solid #646464;
}

.arm-img {
  background-image: url("ar.png");
  min-height: 400px;
  border: 10px solid #343A40;
}
.logo{
  position: static;
  width: auto;
  display: flex;
  justify-content: center;
}
.logoimg{
  margin-top: 200px;
  position: relative;
  width: 250px;
  height: 300px;
  justify-content: center;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #1111;
  color: #fff;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Inconsolat", monospace;
  color: #111;
}
.lang{
  text-align: center;
  font-family: 'Inconsolata', monospace;
}
.badge{
  justify-content: center;
  display: flex;
}
.navbar-toggler
{
  opacity: 1;
  animation-name: example;
  animation-duration: 15s;
}
@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (min-device-width: 1600px) {
  .othrside{
    width: 25%;
  }
  .logoimg{
    margin-top: 350px;
  }

}

@media only screen and (max-device-width: 1024px) {
  .top-bottom-img, .battelion-img, .arm-img, .logo-img {
    background-attachment: scroll;
  }
  .slogan{
    text-align: center;
    left: 50%;
  }
  .othrside{
    width: 50%;
  }
}
/*@media only screen and (max-device-width: 1100px) {
  .logo{
    left: 35%;
  }
}
@media only screen and (max-device-width: 870px) {
  .logo{
    left: 30%;
  }
}*/
@media only screen and (max-device-width: 780px) {
  .slogan{
    width: auto;
    padding-left: 200px
  }

}
@media only screen and (max-device-width: 780px) {
/*  .logoimg {
    width: 150px;
    height: 200px;
  }
  .logo{
    left: 40%;
    width: 150px;
    height: 200px;
  }
}*/
.logoimg{
  margin-top: 200px;
}
@media only screen and (max-device-width: 760px) {
  .slogan{
    width: auto;
    padding-left: 0px
  }


}
/*@media only screen and (max-device-width: 700px) {
  .logoimg {
    width: 150px;
    height: 200px;
  }
  .logo{
    left: 35%;
    width: 150px;
    height: 200px;
  }
}*/
@media only screen and (max-device-width: 630px) {
  .dproject{
    width: 100%;
    height: 440px;
    display: flex;
    display: block;

  }
  .side{
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 0px
  }
  .othrside{
    width: 63%;
    display: block;
    justify-content: center;
  }
  .gif{
    width: 120px;
    height: 200px;
    justify-content: center;
    float: right;
  }

}

@media only screen and (max-device-width: 450px) {
/*  .logoimg {
    width: 200px;
    height: 200px;
  }
  .logo{
    left: 23%;
  }*/
  .slogan{
    width: auto;
  }
}
@media only screen and (max-device-width: 415px) {
  /*.logoimg {
    width: 150px;
    height: 200px;
  }
  .logo{
    left: 33%;
  }*/
  .dproject{
    width: 100%;
    height: 520px;
    display: flex;
    display: block;

  }
  .side{
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 0px
  }
  .othrside{
    width: 72%;
    display: block;
    justify-content: center;
  }
  .gif{
    width: 100px;
    height: 190px;
    justify-content: center;
    float: right;
    animation-duration: 50s;
  }
}
@media only screen and (max-device-width: 400px) {
  .dproject{
    width: 100%;
    height: 520px;
    display: flex;
    display: block;

  }
  .side{
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 0px
  }
  .othrside{
    width: 77%;
    display: block;
    justify-content: center;
  }
  .gif{
    width: 100px;
    height: 190px;
    justify-content: center;
    float: right;
  }
  .logoimg{
    margin-top: 150px;
  }
/*  .logoimg {
    width: 150px;
    height: 200px;
  }
  .logo{
    left: 30%;
  }
*/
}
@media only screen and (max-device-width: 360px) {
  /*.logoimg {
    width: 150px;
    height: 200px;
  }
  .logo{
    left: 30%;
  }*/
  .slogan{
    width: 250px;
  }
  .navbar-toggler
  {
    opacity: 1;
    animation-name: example;
    animation-duration: 15s;
  }
  @keyframes example {
    from {opacity: 0;}
    to {opacity: 1;}
  }
}
@media only screen and (max-device-width: 340px) {
  .slogan{
    width: 150px;

  }
}
@media only screen and (max-device-width: 300px) {
  .slogan{
    width: 100px;
    font-size: 15px

  }
}
