html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.7em;
    font-weight: 400;
    letter-spacing: -.6px;
    color: #282828;
}

#banner {
	
	background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/bannerbg.jpeg);
    background-size: contain;
    height: 100%;
    background-position: center;
}

#name {
    color: white;
    text-transform: uppercase;
    font-size: 66px;
    font-weight: bolder;
}

#watchout {
    color: white;
    font-family: cursive;
    font-size: 30px;
}

#pad {
    padding-top: 150px;
}

span#developed_by {
    color: #ffffff7a;
    font-size: 12px;
}

#logo {
	width:15%;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-12px);
  }
}




@media screen and (max-width: 990px) {
#pad {
    padding-top: 120px;
}

}

@media screen and (max-width: 768px) {
#pad {
    padding-top: 170px;
}

#name {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bolder;
    /* text-align: center; */
}

#watchout {
    color: white;
    font-family: cursive;
    font-size: 20px;
}

#logo {
    width: 40%;
}

#cognu {
    font-size: 70px;
}

}

@media only screen  and (min-width : 1024px) {

}

@media only screen  and (max-width : 640px) {

}