*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}
body {
  margin: 0px;
  font-family: 'EB Garamond', serif;
  text-align: center;

}

span {
  position: relative;
  top: 4%;
  right: 5%;
}
.coming_up{
  margin-bottom: 9%;
}
.hof{
  margin-bottom: 18%;
}

/* ----------------------------------------------------- */
/* navbar */
/* ----------------------------------------------------- */
.navbar {
  height: 15%;
}
.navbar-brand{
    font-weight: 900;
    font-size: 1rem;
}
.btext{
  margin-top: 2%;

}
 #navbarText{
   margin-top: 2%;
     font-size: 1rem;
 }

 .align-text-top{
   height: 80px;
   width: 80px;
 }


/* ===================================================================================== */
/* course */
/* ====================================================================================== */


.heading1 {
 font-size: 3rem;
  align-items: center;
  text-align: center;
  margin-bottom: 5%;
}
.hori{
  width: 50%;
  margin-left: 25%;
  margin-bottom: 5%;
}
#course {
  margin-top: 10%;
}


/* -------------------------------------------------------------- */
/* course flip */
/* -------------------------------------------------------------- */
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 300px;
  perspective: 1000px;
  margin-left: 50%;
  margin-bottom: 20%;
  margin-top: 30%;
  border-radius: 50%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f7f7f7;
  color: black;
}

.flip-card-back {
  background-color: #f7f7f7;
  color: black;
  transform: rotateY(180deg);
}

.info {
  margin-top: 10%;
  margin-bottom: 15%;
}

.column {
  float: unset;
  width: 30%;
  padding: 0 5px;
  margin-top: 30px;
  margin-left: 20px;
}

.scard {
  margin-left: 15%;
  margin-right: 3%;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0px -20px 0 -20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.heading2{
  font-size: 1.4rem;
 margin-top: 2%;
  margin-bottom: 0%;
}
.headname{
  font-size: 1.2rem;
 margin-bottom: 1%;
  line-height: initial;
}
.coursename{
font-size: 1rem;
}
.courseimg{
  margin-top: 4%;
}
.back{
  margin-top: 5%;
  width: 100%;
    font-size: 1rem;
    margin-left: %;
}
.explore{
  margin-left: 46%;
  margin-bottom: 10%;
}

/* ======================================================================== */
/* media */
/* ======================================================================= */

@media screen and (max-width: 1024px) {
  .navbar {
    height: auto;

  }
  .btext{
    font-size: 1.5rem;
  }
  .nav-item{
    font-size: 2rem;
  }
  .navbar-text{
      font-size: 2rem;
      position: relative;
      right: 0%;
  }
  .align-text-top{
    height: 100px;
    width: 100px;
  }
  .heading1{
  }
#course{
  margin-top: 25%;
}
.coming_up{
  margin-bottom: 170%;
}
body{
  text-align: center;
}

}

/* ------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------ */
#footer {
text-align: center;
padding-top: 10px;
margin-top: 10px;
margin-bottom: -50px;
padding-bottom: 0.1rem;
background-color: #efefef;
color: black;

}
.footer-text{
color: black;
text-align: center;
}
.copyright{
margin-top: -17px;
padding-top: 2%;
font-size: 1.2rem;

}
.social-icon {
margin-left: 15px;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 10px;
}
