html {
  scroll-behavior: smooth;
}
body{
  background-color: #F3F4F5;

}
container {
  width: 100px;
  height: 100px;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
}

@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#nav-bar{
  position: sticky;
  top:0;
  z-index: 100;
}
.session{
    background-image: url('images/shinhopile.jpg');
}
.navbar{
  background-image: linear-gradient(to right, #ad14ab,#9a10dd);
  /* padding: 0 !important; */

}
.nav-item{
  text-transform: uppercase;
}
.navbar-brand{
  color:#fff !important;
  padding-left: 10px;
  font-size: 30px!important;
  font-family: 'Sansita Swashed', cursive;
}
.navbar-nav li{
  padding: 0 10px;
}
.navbar-nav li a{
  color:#fff !important;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 14px!important;
}
.fa-bars{
  border:none!important;
  outline: none!important;
  color: #fff;
}
.navbar-toggler{
  outline: none !important;
}

}
.btn-lt:hover{
  opacity: 0.8;

}
.read-more a:hover{
  opacity: 0.8!important;
}
#job-category{
  background-color: #aaa4;
}
#job-category h5{
  cursor: pointer;
}
#job-category h5:hover{
  color:#ad14ab !important;
}
#news-letter{
  background-color: #9a10dd;
  opacity: 0.8; /*optional*/
  padding: 80px 0;
 }
footer{
  padding: 30px 0 110px 0;
  font-family: 'Nanum Gothic', sans-serif;
}
.footer-link{
  padding-left: 4px!important;
}
.footer-link:hover{
  opacity: 0.8;

}
footer p,a{
  font-size: 17px!important;
}
.Social{
  color: #fff;
  padding: 0 10px;
  font-size: 26px;
}
.Social:hover{
  opacity: 0.7;
}
.footer-min{
  background-color: #1f2124!important;
  font-family: 'Nanum Gothic', sans-serif;

}
#section-contact label{
  font-size: 18px!important;
}
#bug-bountry h3{
  word-spacing:0.4em!important;
  /* color: #9a10dd!important; */
}
.bug-bountry-c{
  padding-top:160px;
  padding-bottom: 160px;
}


/* page register-as-freelancer */
.terms-link a{
  text-decoration: none;
  color: #fff;
}
/* .terms-link a:hover{
  opacity: 0.8;
}
 */

/* login.php */



/* contact-us.php */
.rotate-15{
  transform: rotate(2deg);
}
#our-office{
  background-color: #aaa4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#our-office h1{
margin-top: 12%;
}

/* about-us.html */

#about{
  padding-top: 2%;
}

/* horizontal line */
#about h3::before,
#about h3::after {
    display: inline-block;
    content: "";
    border-top: .2rem solid #3d3a3a;
    width: 4rem;
    margin: 2px 15px;
    transform: translateY(-0.5rem);
    opacity: 0.8;
}
#about h2{
  font-size: 40px;
  font-family: Century Gothic;
}
#about h2, #about .fa-star-of-david, #about .fas{
  opacity: 0.8;
  font-weight: bold;
  color: #3d3a3a;

}
#about p{
  font-size: 22px;
  line-height: 1.6em;
  font-family: Century Gothic;
  /* width: 90%; */
}
#about li{
 list-style-type: "→";
}
