* {
  font-weight: 400;
}

body p {
  font-size: 14px !important;
}

.headerdiv {
  background: url("images/collegegate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.headerrow {
  background: #000000a6;
  color: white;
}

.headerrow a {
  font-size: 14px;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 50px;
}

.icon-bar a:hover {
  background-color: #000;
  width: 200px;
  transition-timing-function: linear;
  transition: 0.1s;
  display: inline;
}

#HiddenText {
  display: none;
}

#icon-bar:hover #HiddenText {
  display: inline;
  /* transition: 1.4s; */
  /* transition-timing-function: linear; */
}

#HiddenText1 {
  display: none;
}

#icon-bar1:hover #HiddenText1 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

#HiddenText2 {
  display: none;
}

#icon-bar2:hover #HiddenText2 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

#HiddenText3 {
  display: none;
}

#icon-bar3:hover #HiddenText3 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

.admission {
  background-image: linear-gradient(to bottom right, #1877f2, #1877f2, #1877f2);

  /* background: #1877F2; */
  color: white;
  position: fixed;
  top: 40%;
  right: 0;
}

.alum1 {
  background-image: linear-gradient(to bottom right, #1d9bf0, #1d9bf0, #1d9bf0);
  /* background: #1D9BF0; */
  color: white;
  position: fixed;
  top: 50%;
  right: 0;
}

.alum2 {
  background-image: linear-gradient(to bottom right, #0072b1, #0072b1, #0072b1);
  color: white;
  position: fixed;
  top: 60%;
  right: 0;
}

.alum3 {
  background-image: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
  color: white;
  position: fixed;
  top: 70%;
  right: 0;
}

@media screen and (max-width: 720px) {
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 50px;
  }

  .icon-bar a:hover {
    background-color: #000;
    width: 200px;
    transition-timing-function: linear;
    transition: 0.1s;
    display: inline;
  }

  #HiddenText {
    display: none;
  }

  #icon-bar:hover #HiddenText {
    display: inline;
    /* transition: 1.4s; */
    /* transition-timing-function: linear; */
  }

  #HiddenText1 {
    display: none;
  }

  #icon-bar1:hover #HiddenText1 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  #HiddenText2 {
    display: none;
  }

  #icon-bar2:hover #HiddenText2 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  #HiddenText3 {
    display: none;
  }

  #icon-bar3:hover #HiddenText3 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  .admission {
    background-image: linear-gradient(
      to bottom right,
      #1877f2,
      #1877f2,
      #1877f2
    );

    /* background: #1877F2; */
    color: white;
    position: fixed;
    top: 40%;
    right: 0;
  }

  .alum1 {
    background-image: linear-gradient(
      to bottom right,
      #1d9bf0,
      #1d9bf0,
      #1d9bf0
    );
    /* background: #1D9BF0; */
    color: white;
    position: fixed;
    top: 47%;
    right: 0;
  }

  .alum2 {
    background-image: linear-gradient(
      to bottom right,
      #0072b1,
      #0072b1,
      #0072b1
    );
    color: white;
    position: fixed;
    top: 55%;
    right: 0;
  }

  .alum3 {
    background-image: linear-gradient(
      to bottom right,
      #f9ce34,
      #ee2a7b,
      #6228d7
    );
    color: white;
    position: fixed;
    top: 63%;
    right: 0;
  }

  .collegelogo {
    width: 100% !important;
  }
}

/* body{
padding-left: 30px;
padding-right: 30px;
} */

@media screen and (min-width: 1000px) {
  .paddings {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* mega navbar */
.navbar-dark .navbar-nav a.nav-link {
  color: black;
  font-size: 1.1em;
  font-weight: 700;
}

.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 1em;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
  /* background-color: #f1f1f1; */
  background: #9796f0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #fbc7d4, #9796f0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #fbc7d4, #9796f0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: black;
}

/* .dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #516beb;
}

.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
} */

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

/* mega navbar */

/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
  line-height: 0.1;
}

@media screen and (min-width: 1000px) {
  .leftimg {
    float: right;
  }

  .computer-hide {
    display: none !important;
  }

  .navlink {
    position: relative;
  }

  .navlink::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: orange;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .navlink:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

  .contact {
    text-align: end;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
}

.top-bar-link {
  color: white;
  text-decoration: none;
}

.top-bar-link:hover {
  color: black;
}

.nav-link:hover {
  color: #e95095 !important;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@media screen and (min-width: 1000px) {
  .top-bar {
    height: 65px !important;
  }
}

/* start logo styling */
.logo {
  margin-top: 25px;
}
/* end logo styling */

/* navbar styling */

.nav-item {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.nav-item .active {
  color: #ee2a7b !important;
}

.hr-theme-slash-2 {
  display: flex;

  .hr-line {
    width: 100%;
    position: relative;
    margin: 15px;
    border-bottom: 1px solid #ddddddd0;
  }

  .hr-icon {
    position: relative;
    top: 3px;
  }
}

.right-side {
  border-left: 1px solid #dddddd70;
  padding: 30px;
}

.links:hover {
  text-decoration: underline !important;
}

.buttons {
  border: 2px solid #1A6C7A;
  border-radius: 0px;
  font-size: 13px;
  color: #1A6C7A;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.buttons:hover {
  background: #1A6C7A !important;
  color: white;
  transition: 0.5s;
}

.buttons1{
  border: 2px solid white;
  border-radius: 0px;
  font-size: 13px;
  color: white;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.buttons1:hover {
  background: white !important;
  color:#1A6C7A !important;
  transition: 0.5s;
}


.imgs:hover {

  /* animation: shake 0.5s; */

  /* animation-iteration-count: infinite; */
}

@keyframes shake {
  /* 0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); } */

  /* 0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); } */
}

