/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #372549;
  color: #ffffff;
}

.backstretch {
  content: '';
  background-image: url(images/overlays/04.html);
  min-width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -100;
}

#project {
  /*background-color: #1F1F21;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: #372549;
}

#about {
  background-color: #372549;/*#1F1F21;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/

}

#skills {
  background-color: r#372549;
  padding-top: 4rem;
}

#contact {
  background-color: rgba(31, 31, 33, .5);
  padding-bottom: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
}

a {
  color: rgb(0, 120, 255);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.site-link:hover {
  transition: none;
  color: rgb(146, 146, 146);
  text-decoration: underline;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: rgb(0, 120, 255);
}

.color-d {
  color: #f5f5f5;
}

.color-b {
  color:#b1b1b1;
}

.color-b:hover {
  transition: none;
  color:#b1b1b1;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

.box-shadow,
.card-blog,
.work-box,
.service-box,
.paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 5px #b75d69;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

/*
.overlay-mf {
  background-color: #0078ff;
}*/

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

/*
.paralax-mf {
  position: relative;
  padding: 8rem 0;
}*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

/*
.sect-mt4 {
  margin-top: 4rem;
}
*/

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
  text-align: left;
  align-self: left;
}

.title-lines {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.title-lines-contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.title-b {
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.subtitle-a {
  margin-top: 20px;
  text-decoration: none;
  color: #BBBBC7;
}

.line-mf {
  width: 200px;
  height: 1px;
  background-color: #BBBBC7;
  margin: 0 auto;
}

.title-box-1 {
  position: relative;
  margin-bottom: 3rem;
  top: 10px;
}

.title-box-2 {
  position: relative;
  margin-bottom: 2rem;
  top: 10px;
}

.title-middel {
  font-size: 2rem;
  position: relative;
  text-align: center;
  align-self: center;
}

#about-title {
  font-size: 2.5rem;
  position: relative;
  text-align: left;
  align-self: left;
}

#about-title:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -8px;
}

#portfolio-title {
  font-size: 2.5rem;
  position: relative;
  text-align: left;
  align-self: left;
}

#portfolio-title:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -8px;
}

#skills-title {
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  align-self: center;
}

#skills-title:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -8px;
}

@media only screen and (max-width: 1000px) {
	.title-middel	{
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
}

.title-left {
  font-size: 2rem;
  position: relative;
  align-self: center;
}

.title-right {
  position: relative;
  font-size: 1.5rem;
  margin-right: 0;
  padding-top: 10px;
  align-self: center;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .title-lines-contact {
    flex-flow: column nowrap;
  }
  
  .title-right {
    margin-left: 0;
  }
}

.title-middel:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -12px;
}

.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -12px;
}

.title-right:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #301e27; /* 1F1F21 */
  margin-bottom: 3rem;
  z-index: 2;
  /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);*/
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Fixed footer
--------------------------------------------------------------*/

.github {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 996;
	width: 40px;
	height: 40px;
	transition: all 0.4s;
	opacity: 30%;
}

.github:hover {
	opacity: 100%;
}

.linkedin {
	position: fixed;
	left: 65px;
	bottom: 15px;
	z-index: 996;
	width: 40px;
	height: 40px;
	transition: all 0.4s;
	opacity: 30%;
}

.linkedin:hover {
	opacity: 100%;
}

/* .twitter {
	position: fixed;
	left: 115px;
	bottom: 15px;
	z-index: 996;
	width: 40px;
	height: 40px;
	transition: all 0.4s;
	opacity: 30%;
}

.twitter:hover {
  opacity: 100%;
} */

.resume {
	filter: invert(100%);
	position: fixed;
	left: 115px;
	bottom: 15px;
	z-index: 996;
	width: 40px;
	height: 40px;
	transition: all 0.4s;
	opacity: 30%;
}

.resume:hover {
	opacity: 100%;
}

@media only screen and (max-width: 400px) {
  .github {
    left: 2%;
  } 

  .linkedin {
    left: 15%;
  }

  .twitter {
    left: 76%;
  }

  .resume {
    left: 87%;
  }
}

/*------/ Prelaoder /------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.1rem 0.6rem 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 0px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #372549;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #1A1423;/*#474747;*/
  color: #FFFFFF;/*#C2DB62;*/
  border-color: #774C60;
  box-shadow: 0 0 0 2px #774C60;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 0.5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

code {
  font-family: Consolas,"courier new";
  color: rgb(194, 194, 194);
  background-color: #242424;
  padding: 2px;
  font-size: 105%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #4e4e4e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0078ff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 78, 78, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  height: 240px;
  background-color: #1F1F21;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFFFFF;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #C2DB62;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0078ff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding-top: 100px;
  color: #fff;
}

#hero-header {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.hero-image-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 15rem;
}

.hero-image {
  width: 15rem;
  height: auto;
}

.hero-content-container {
  display: flex;
  flex-direction: column;
  gap: 34px;
  flex-basis: 50%;
  margin-bottom: 60px;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
}

.hero-body-text {
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.complete-about-me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 1000px) {
  .complete-about-me {
    flex-direction: column;
  }
}

@media (min-width: 1000px) {
  .self-image {
    margin-right: 2rem;
  }
}

.about-me-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.personal-picture {
  width: 15rem;
  height: auto;
  box-shadow: 0 0 0 4px #774C60
}

.about-icons {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.about-icons img {
  padding-left: 3px;
  padding-right: 3px;
  height: 45px;
  width: auto;
  transition: all 400ms ease;
}

.about-icons img:hover {
  filter: invert(55%);
  transition: all 400ms ease;
}

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.work-box {
  position: relative;
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1a1423;
  color: #8080C8;/*#FFFFFF;*/
  transition: all 0.5s ease-in-out;
  z-index: 1;
  transform-origin: center;
}

.work-box:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 0 0 4px #774C60;
}

.lower-work-tile {
  padding-bottom: 0.75rem;
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 1rem 4%;
}

.work-content-content {
  padding-left: 1rem 4%;
  padding-right: 1rem 4%;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.work-item-tags-container {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.work-item-tag {
  height: 21px;
  min-width: 30px;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 4px;
}

.w-title {
  /*color:#C2DB62;*/
  margin-top: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .col-lg-8 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-link {
  transition: none;
  color: rgb(146, 146, 146);
  text-decoration: underline;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .ray-trace img {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border-radius: 10%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7485A3;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Game description */
.project-logo {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1400px) {
  .project-logo {
    margin-top: 20px;
  }

  .portfolio-details-slider {
    margin-top: 15px;
  }
}

.portfolio-info {
  height: 485px;
  width: 430px;
  display: flex;
  flex-flow: column nowrap;
  border-style: solid;
  border-color: #774C60;
  border-radius: 2.5%;
  
}

.project-title {
  align-self: center;
  position: relative;
}

.project-title:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: 0px;
}

.project-desc {
  margin-top: 15px;
  height: 350px;
}

.project-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  column-gap: 10px;
  height: 50px;
}

@media only screen and (max-width: 1400px) {
  .portfolio-info {
    width: auto;
    height: auto;
    justify-content: baseline;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .project-desc {
    height: auto;
  }
}

#itch img{
  width: 30px;
  height: auto;
}

#steam img{
  width: 30px;
  height: auto;
}

#github img{
  width: 30px;
  height: auto;
}

.button-text {
  position: relative;
  top: 1px;
}

.project-button {
  height: 40px;
  padding-top: 5px;
  width: 200px;
  text-align: center;
}


@media only screen and (max-width: 400px) {
  .project-button {
    height: 52.5px;
    width: 70px;
  }

  #itch img {
    position: relative;
    width: 40px;
    top: 4px;
  }

  #steam img {
    position: relative;
    width: 40px;
    top: 1px;
  }

  #github img {
    position: relative;
    width: 40px;
    top: 1px;
  } 

  .button-text {
    visibility: hidden;
  }
}

/* project-stats */
.project-stats {
  display: flex;
  flex-flow: row wrap;
  column-gap: 10px;
  align-items: stretch;
}

.stat-box {
  height: 155px;
  background-color: #1A1423;
  border-radius: 7.5%;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;

  color: #AAAAAA;
  padding-top: 20px;

  /*border-style: solid;
  border-color: #5E6C85;*/
  flex: 1;
}

@media only screen and (max-width: 1000px) {
  .project-stats {
    margin-top: 35px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    margin-bottom: 10px;
  }

  .stat-box {
    flex:none;
    width: 200px;
  }
}

@media only screen and (max-width: 435px) {
  .stat-box {
    flex: none;
    width: 170px;
  }
}

/* Project info */
.project-info {
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
}

.project-grouped {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
}

/*--------------------------------------------------------------
Article
--------------------------------------------------------------*/

.article-title {
  margin-top: 30px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
}

.article-grouped {
  background-color: #1A1423;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.article-grouped-content {
  background-color: #1A1423;
  width: 80%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.article-grouped-content-center {
  background-color: #1A1423;
  width: 80%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
}

.article-grouped-col {
  background-color: #1A1423;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.article-text-only {
  padding-top: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
}

/*--------------------------------------------------------------
Feature
--------------------------------------------------------------*/

.feature-title {
  position: relative;
  text-align: center;
}

.feature-title:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #BBBBC7;
  width: 100%;
  bottom: -3px;
  left: 0px;
}

.feature-image img {
  width: 600px;
  height: auto;
}

.feature-center-image img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.feature-center-image-start img {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.feature-image video {
  width: 600px;
  height: auto;
}

.switch video {
  width: 500px;
  height: auto;
}

.wfc img {
  width: 350px;
  height: auto;
}

.ray img {
  width: 500px;
  height: auto;
}

.ray {
  display: flex	;
  align-items: center;
  justify-content: center;
}

.image-long img {
  height: 450px;
  width: auto;
}

.image-left {
  margin-left: 10px;
}

.image-right {
  margin-right: 10px;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
}

.stacked-image {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 5px;
}

.small-image img {
  width: 400px;
  height: auto;
}

.text-only {
  padding-top: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
}

.button-error {
  background-color: #731e0674;
}

@media only screen and (max-width: 1400px) {
  .feature-image img {
    width: 500px;
  }

  .feature-image video {
    width: 500px;
  }
}

@media only screen and (max-width: 1000px) {
  .project-grouped {
    flex-flow: row wrap;
    justify-content: center;
  }

  .feature-image img {
    width: 600px;
  }

  .feature-image video {
    width: 600px;
  }

  .feature-center-image img {
    width: 80%;
  }

  .image-left {
    margin-left: 0px;
  }

  .image-right {
    margin-right: 0px;
  }

  .text-only {
    width: 100%;
  }
}

@media only screen and (max-width: 610px) {
  .feature-image img {
    width: 425px;
  }

  .feature-image video {
    width: 425px;
  }
}

@media only screen and (max-width: 430px) {
  .feature-image img {
    width: 380px;
  }

  .feature-image video {
    width: 380px;
  }
}

@media only screen and (max-width: 1000px) {
  .feature-img-link {
    order: 1;
  }

  .feature-desc {
    order: 0;
  }
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #818282;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #BBBBC7;
  padding: 25px 0;
  background: #1A1423;/*#1F1F21;*/
}

footer .copyright {
  margin-bottom: 0.3rem;
}

#header-grade {
  height: 100px;
  background: linear-gradient(0deg, #372549 0%, #1A1423 180%); 
}

#copy-footer {
  height: 80px;
  background: linear-gradient(180deg, #372549 0%, #1A1423 100%);
}

/* test */
.code-drop {
  /*padding: 30px;*/
  display: flex;
  justify-content: center;
}

summary {
  border: 2px solid #0C6937;
  cursor: pointer;
  margin-top: 12.5px;
  margin-bottom: 7.6px;
  margin-left: auto;
  margin-right: auto;
  /*padding: 15px;*/
}

details {
  width: 100%;
 /* max-width: 1000px;*/
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}