


body {
  margin: auto;
  color: #333;
  background: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/* Font family */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
  margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  text-transform: uppercase;
}

p {
  font-size: 0.8em;
}

.notice {
  padding: 0px 10px;
}
/* Button */

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /* Webkit Hardware Acceleration */
  backface-visibility: hidden; 
  -webkit-backface-visibility: hidden;
  /* Animation fix */
}

a,
a:visited,
a:active {
  text-decoration: none;
}

.btn-fill {
  display: block;
  margin: 10px auto;
  padding: 10px;
  border: 2px solid #333;
  text-transform: uppercase;
  font-weight: bold;
  width: 80%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f80000;
  background-image: url(img/bg_effect.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #fff;
  box-shadow: 3px 5px 0px #000;
}

.btn-outline {
  display: block;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid #333;
  -webkit-border: 2px solid #333;
  text-transform: uppercase;
  width: 80%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  color: #333;
  box-shadow: 3px 5px 0px rgb(202, 202, 202);
}

.btn-fill:hover {
  background: #a80101;
  color: #fff;
  box-shadow: none;
  transform: translateY(4px);
}


.btn-outline:hover {
  background: #fff;
  color: #333;
  box-shadow: none;
  transform: translateY(4px);
}

span.admission-status {
  padding: 5px;
  background: rgb(38, 186, 15);
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

#timer {
  font-size: 16px;
  font-size: 1rem;
}

.blink_me {
  animation: blinker 1s ease-in-out infinite;
}

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

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}


/* Animation */

.animated {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* padding: 30px 0px; */
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -ms-animation-duration: 800ms;
  -o-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.slow {
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


/* Layout: center box */

#logo-box {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1%;
  width: 100%;
  max-width: 400px;
  height: auto;
  font-size: 20px;
  border: 3px solid #999;
  box-shadow: 6px 6px 0px #333;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

h1 {
  font-size: 30px;
  margin: 0 auto;
}


/* Desktop only */


  h1 {
    font-size: 36px;
  }

#header {
  height: 140px;
  overflow: hidden;
  background: #F3F1FF;
}

#container h3 {
  margin-top: 20px;
}
.icon {
  background-image: url(img/logo_140.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  height: 140px;
  width: 40%;
  margin: auto;
  float: left;
  border-right: 3px solid #fff;
}

.title {
  width: 60%;
  float: left;
  text-align: center;
}

.title p {
  font-size: 0.8em;
  text-align: center;
}

.animated h1 {
  padding-top: 20px;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

/* Slider */
* {
box-sizing: border-box;
}

body {
margin: 0;
}

.marquee {
width: 384px;
overflow: hidden;
margin: 10px;
padding: 10px 0px 10px 0px;
background: #F3F1FF;
overflow-x: scroll;
}

.marquee-content {
display: flex;
animation: scrolling 20s linear infinite;
-webkit-animation:  scrolling 20s linear infinite;
-moz-animation:  scrolling 20s linear infinite;
}

.marquee-item {
flex: 0 0 45%;
margin: 0 1vw;
/*   flex: 0 0 20vw; */
/*   margin: 0 2vw; */
}

.marquee-item img {
display: block;
width: 100%;
border-radius: 10px;
box-shadow: 1px 2px 2px #000;
/*   padding: 0 20px; */
}

@keyframes scrolling {
0% { transform: translateX(0); -webkit-transform: translateX(0);}
100% { transform: translatex(-144vw); -webkit-transform: translatex(-144vw); }
}