/* accent #E31B6D */
/* primary #05C2C9 */
/* grey #f5f5f5 */
/* blue #1B242F */

/* General */
.container {
  max-width: 1100px;
  width: 95%;
}

header {
  background: #1B242F !important;
}

.rounded-circle {
  border: 2px #E31B6D solid;
}

body {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
  font-family: 'Raleway', sans-serif !important;
}

h1 {
  font-size: 38px !important;
  font-weight: 600;
}

h2 {
  font-size: 32px !important;
  font-weight: 600;
}

h2 span {
  font-weight: 600;
  color: #E31B6D;
  font-size: 16px;
  display: block;
}

h3 {
  font-size: 24px !important;
  font-weight: 400;
}

hr {
  background-color: #1B242F;
}

a {
  font-size: 16px;
  color: #E31B6D;
}

a:hover {
  color: #BFC0C0 !important;
  text-decoration: none !important;
}

#playgame {
  background-color: #233c59;
}

/* Navbar */
.navbar {
  background-color: #05C2C9 !important;
  border-bottom: 3px solid #05C2C9;
}
.nav-link {
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 18px;
}

.nav-link:hover {
color: #1B242F !important;
font-weight: 600 !important;
}

#mainnav .navbar-nav>li.nav-item>a.nav-link.active {
  background: #E31B6D !important ;
  font-family: 'Raleway', sans-serif !important;
}

.sticky {
  font-family: 'Raleway', sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky + .content {
  padding-top: 60px;
}

/* General */
.text-primary {
  color: #fff!important;
}

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

.btn {
  border-radius: 0 !important;
}

.btn-primary {
  background-color: #05C2C9;
  border-color: #05C2C9;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #E31B6D !important;
  border-color: #E31B6D !important;
  color: #fff !important;
}

.close {
  color: #1B242F;
  transition: all .4s ease;
}

.close:hover {
  color: #E31B6D !important;
}

/* Portfolio Section */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #E31B6D;
  border-top: 1px solid #E31B6D;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
}

.hovereffect:hover img {
  filter: brightness(0.2);
  -webkit-filter: brightness(0.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 24px !important;
  background-color: transparent;
  color: #FFF;
  padding: 4em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tz-gallery .row > div {
  padding: 1px;
}

/* Portfolio Modal */
.caption {
  width: 70%;
  margin: 0 auto;
}

.carousel-caption {
  background: rgba(27, 36, 47, 0.9) !important ;
}

.carousel-caption h5 {
  font-size: 16px ;
}

.carousel-caption p {
  font-size: 14px ;
}

.caption ul {
  text-align: left;
  border: 2px dotted #05C2C9;
  /* list-style-type: square; */
  padding: 2% 10%;
}

/* About Section */
.progress {
  height: 30px;
  margin-bottom: 15px;
  border-radius: 0;
}

.progress-bar.progress-bar-animated {
  background-color: #05C2C9;
  border-radius: 0;
  transition: 0.4s;
}

.progress-bar span {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 15px;
  text-align: left;
  font-weight: 600 !important;
  background-color: #01A1A7 !important;
}

/* footer */
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
  color: #1B242F;
}

.footer .btn-social {
  background-color: #1B242F;
  border-radius: 0 !important;
}

.footer .btn-social:hover {
  background-color: #E31B6D;
  border-radius: 0 !important;
}

.footer i {
  color: #fff;
}

.copyright {
  background-color: #E31B6D;
}

@media (min-width: 768px) {
  body {
    padding: 0;
}
  .container {
    width: 90%;
  }

  .modal-xl {
    width: 80%;
    max-width:1200px;
  }
}

@media (max-width: 768px) {
.wrap{
  width: 90%;
}

  .caption{
    width: 100%;
  }

  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
