* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  background-size: 412px 300px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

#wrapper {
  background: url("../images/science-bg-3.png") no-repeat;
  background-size: 100% 100%;
  min-height: 1500px;
}
.logo {
  background: url("../images/bg-logo2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  width: 310px;
  height: 190px;
  text-align: center;
}
.logo img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topheader{
        margin-bottom: 25%;
}
.navbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 572px;
  height: 386px;
  text-align: center;
  line-height: 30px;
  font-family: "FontAwesome";
  letter-spacing: 2px;
  float: right;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-nav {
     flex-direction: column !important;
    z-index: 3;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 10% 31% auto auto;
    line-height: 1.2;
    font-size: 11px;
}
.navbar-nav .nav-link {
  color: #115280 !important ;
  padding: 3px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  cursor: pointer;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #ec6713 !important;
}
.navbar-collapse {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
#sun {
  background: url("../images/Rocket2.png") no-repeat;
  background-size: 105% 100%;
  position: absolute;
  top: 0;
    height: 400px;
    width: 300px;
        right: 0%;
}

.content-homepage {
  margin-top: 200px;
}
#col-yellow {
  background: #efc043;
  border-color: #f29f34;
}
#col-green {
  background: #d5c651;
  border-color: #c2b130;
}
#col-orange {
  background: #eb7400;
  border-color: #e25a00;
}
#col-yellow,
#col-green,
#col-orange {
  border-radius: 4px;
  border-width: 5px 0 24px 0;
  border-style: solid;
  padding: 15px 25px 25px 25px;
  position: relative;
  margin-bottom: 20px;
}
.button.blue {
  background: #61cbe6;
}
.button {
  border-radius: 4px;
  box-shadow: 1px 1px 0 #7d7d7d;
  padding: 7px 10px;
  color: #fff;
  margin-bottom: 20px;
}
#ladybug {
  background: url(ladybug2x.png) no-repeat;
  background-size: cover;
  width: 58px;
  height: 37px;
  position: absolute;
  top: -42px;
  left: 30px;
}
.footer-menu {
  background: #f3c856;
  border-top: 2px solid #f09e01;
  border-bottom: 2px solid #f09e01;
  margin-top: 50px;
  line-height: 80px;
}
.footer-menu .social-media a {
  margin: 2%;
}
.footer-menu .social-media2 a{
    margin:25px 20px 0 0;
}

.social-media a,  .social-media2 a {
  color: #ef4b53;
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  margin: 0px 7px 7px 0;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.footer-links {
  font-size: 16px;
  color: #f09e01;
  text-align: right;
}
.footer-links a {
  color: #8466ad;
}
.footer-bottom {
 background: #3e3e3e;
  line-height: 48px;
  color: #979797;
}
.footer-bottom .one {
  text-align: left;
  margin: 2%;
}
.footer-bottom .two {
  text-align: right;
  margin: 2%;
}

#featured {
  position: relative;
}
#wowslider-container1 {
  border-left: 0px;
  border-right: 0px;
  zoom: 1;
  max-width: 670px;
  border: none;
  text-align: left;
  position: relative;
  top: 0px;
  left: 180px;
}
.carousel-item {
  transition: none !important;
}
.carousel-indicators [data-bs-target] {
  border-top: none;
  border-bottom: none;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  margin-top: 90%;
}

#wowslider-container1 .ws_bullets {
  font-size: 0px;
  float: left;
  position: absolute;
  z-index: 70;
  width: 106px;
  height: 140px;
  background: url("../images/slider2x.png") no-repeat;
  background-size: cover;
  padding: 5px;
  text-align: center;
  top: 96px;
  left: -220px;
}
.carousel-caption h5 {
  font-size: 1.5rem;
  background: #ffff;
  opacity: 0.8;
  padding: 3%;
  text-align: center;
  border-radius: 10px;
  color: #3e3e3e;
  width: 300px;
  margin: 0 auto;
}
.carousel-caption h3 {
  font-size: 1rem;
  background: #ffff;
  opacity: 0.8;
  padding: 2%;
  text-align: center;
  border-radius: 10px;
  color: #3e3e3e;
  width: 400px;
  margin: 0 auto;
}
.carousel-caption p {
  background: #ffff;
  opacity: 0.8;
  padding: 1.5%;
  text-align: center;
  border-radius: 10px;
  color: #3e3e3e;
  width: 300px;
  margin-bottom: 5px;
}
.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.content {
  margin-top: 220px;
  margin-left: -10px;
}
.cloud {
  background: url("../images/cloud2x.png") no-repeat left bottom;
  height: 218px;
  background-size: 100% 100%;
}
.content-bg {
  background: #fff;
  padding: 1px 30px 30px 30px;
}
.cloud h2 {
  color: #61cbe6;
  font-family: "FontAwesome";
  text-align: center;
  padding: 120px 30px 0 30px;
  letter-spacing: 2px;
}
@media (max-width: 1250px) {
  /*.navbar {*/
  /*  width: auto;*/
  /*}*/
  #wowslider-container1 {
    top: 0px;
    left: 50px;
  }
}
@media (max-width: 992px) {
  .navbar {
    width: auto;
    height: 386px;
    line-height: 20px;
  }
  .navbar-nav{
          margin: 0% 12% auto auto;
  }
  .navbar-light .navbar-toggler {
    margin: 15% 0% 0% 0%;
  }
  #featured {
    margin-top: 15%;
  }
  .footer-menu {
    text-align: center !important;
  }
  .footer-links {
    text-align: center;
  }
  .one,
  .two {
    text-align: center !important;
  }
  #sun {
     height: 360px;
    margin-right: 7px;
    width: 310px;
        right: 12%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 60px;
  }
}
@media (max-width:560px){
    #sun {
    height: 200px;
    margin-right: 7px;
    width: 155px;
        right: 12%;
}
.logo{
        width: 200px;
    height: 140px;
}
.topheader{
        margin-bottom: 52%;
}
.menu {
    margin: 30% !important;
}
}

/*@media only screen and (-moz-min-device-pixel-ratio: 1.5),*/
/*  only screen and (-o-min-device-pixel-ratio: 3/2),*/
/*  only screen and (-webkit-min-device-pixel-ratio: 1.5),*/
/*  only screen and (min-device-pixel-ratio: 1.5) {*/
/*  #sun {*/
/*    background-size: contain;*/
/*  }*/
/*}*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .cloud {
    background: url("../images/cloud2x.png") no-repeat;
    background-size: 100% 100%;
  }
}
