a:hover {
  color: #545454;
  text-decoration: none;
}

a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

@media (min-width: 768px) {
  .effect-1 {
    padding-top: 20px;
    color: #989898;
    margin-left: 26px;
  }
}

.effect-1:before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #2dac48;
  transform: scaleX(0);
}

.effect-1:hover:before {
  transform: scaleX(1);
}

.effect-1 {
}

.img-fluid-logo {
  width: 85%;
}

.navbar.navbar-light.navbar-expand-md.sticky-top {
  background-color: white;
}

.navbar-toggler {
  position: absolute;
  right: 32px;
  top: 30px;
  background-color: rgb(49,176,73);
}

/* adds some margin below the link sets */

.nav-link2:hover, .nav-link2:focus {
  color: white;
  text-decoration: none;
  background-color: green;
}

.nav-link {
  font-size: 14px;
}

.nav-link2 {
  color: rgba(125,125,125,0.55);
  font-size: 20px;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
}

/* breakpoint and up - mega dropdown styles */

/* remove the padding from the navbar so the dropdown hover state is not broken */

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.navbar-brand {
  padding: 20px;
  margin: 0;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */

.nav-item {
}

@media screen and (min-width: 992px) {
  .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
  }
}

/* makes the dropdown full width */

@media screen and (min-width: 992px) {
  .navbar .dropdown {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
}

/* shows the dropdown menu on hover */

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
  }
}

.bg-primary {
  background-color: #000000!important;
}

#baslik {
  padding-bottom: 10px;
  font-size: 32px;
  /*text-align: center;*/
  display: block;
  font-weight: 600;
}

@media (min-width: 768px) {
  .container-navbar {
    display: flex;
    margin: 0 auto;
    width: 90%;
    background-color: white;
  }
}

#navcol-1 {
  padding: 20px;
}

@media (min-width: 768px) {
  #navcol-1 {
    border-left: 1px solid;
  }
}

#dropli {
  position: relative;
  display: inline-block;
}

#drop {
  width: 300px;
  position: absolute;
  margin: 0 auto;
  z-index: 999;
  background-color: rgb(217,217,217);
  border-radius: 0;
  padding: 10px;
}

.dropdown-item:hover {
  background-color: rgb(45,172,72);
  color: white;
}

