/**
* Template Name: MyPortfolio - v4.3.0
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.html{
  font-size: 12px;
  overflow-x:hidden;
}

.navbar-light button{
  border-color: transparent ;
  border:0px;
}
.navbar button{
  border-color: transparent ;
  border:0px;
  background-color: transparent;
}



.navig{
     /* border-top:2px solid lightgrey;
     border-bottom: 2px solid lightgrey; */
     margin-bottom: 30px;
     padding-bottom: 10px;
     background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 25%);
}
.vert{
    padding:10px;
    align-self: center;
}

.comp{
    padding: 30px
}

.descriptions{
    padding: 12px ;

}

.descriptions img{
  min-width: 100%;

}
.container{
  padding: 20px 12px;
}

.item img{
  min-width: 100%;

}

body {
  font-family: "Inconsolata", monospace;
  color: #0d1e2d;
  font-size: 1rem;
}

a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1, h2, h4, h5, h6, .font-heading {
  font-family: "Inconsolata", monospace;
}

h2{
    font-weight: 700;
    font-size: calc(1rem + 1vw);
    color: darkcyan;
}
h3{
    font-family: "Raleway", sans-serif;
}
h4{

    font-weight: 700;
}

.work-info span{
  font-size: max(min(0.5vw, 0.5em), 1.25rem);
}
.work-info h3{
  font-size: calc(1rem + 1vw);
}


.section {
  padding: 2vh 0;
}


.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .2s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 4;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
  color:white;
  padding-left: 10px;
  padding-right: 10px;
  line-height: normal;
}

@media (hover: hover) {
.work-info{visibility: visible;}
.item .item-wrap:hover:after {opacity: 1;visibility: visible;}
.item .item-wrap:hover .work-info {margin-top: 0px; opacity: 1; visibility: visible; border: 1px;}
.description{visibility: hidden;}
}
@media (hover: none) {
  .work-info{visibility: hidden;}
.item .item-wrap:hover:after {opacity: 1;visibility: hidden;}
.item .item-wrap:hover .work-info {margin-top: 0px; opacity: 1; visibility: hidden; border: 1px;}
.description{visibility: visible;}
}



.container .testimonials-slider{

  margin:12px;
}

.mb-5{
  margin-bottom:10px;
}

.description {
position: absolute;
height:auto;
bottom: 5px;
left: 5px;
right: 5px;
background-color: rgba(30,30, 30, 0.8);
z-index: 100;
color: #FFF;
float: left;
}

.description span{
color: white;
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
padding: 5px;

}



.item .item-wrap > .work-info h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #e36414;
    padding-bottom: 1vw;

}

.item .item-wrap > .work-info p {
    font-size: 10px;
    text-transform: uppercase;
    color: #e36414;
    padding: 2px;

}

p{
  font-size: calc(0.9rem);;
}

.item .item-wrap > .work-info{

}


.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}


.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}



.h3 {
  font-size: 16px;
}

.h4 {
  font-size: calc(1rem + 1vw);
}

.heading {
  font-size: 20px;
}

.readmore {
  display: inline-block;
  border: 1px solid grey;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: black;
}

.linkje:hover {
  color: #e36414;
}

.button {
  display: inline-block;
  border: 1px dashed grey;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  transition: .2s all ease;
  font-weight: 700;
  background-color: #E8E8E8;
}

input[type=text] , input[type=email], textarea {
  border: 1px dashed grey;
  border-radius: 2px;
  width: 100%;
  padding: 8px 8px;
  margin: 1px 0;
  box-sizing: border-box;
    text-transform: none;
}

.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background: black;
}


.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}



.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active, .form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Services */
.services i {
  font-size: 12px;
}

.services h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 20px;

}
.services .comp{
    padding: 30px;
}


.services li test{
  padding-left: -8px;
}

.services h3, .services i{
  color: darkcyan;
  text-align: center;

  font-size: max(min(0.5vw, 0.5em), 1.5rem);

}

.services li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  left: 9px;
  top:6px      ;
  background: #fff;
  border: 3px solid darkcyan;
}

.spec li::before {
  border: 3px solid grey;
}
.spec i{
  color: dimgrey
}
.spec li{
  color: lightgray;
}

.services .blok{
padding: 30px 30px 30px 30px;
outline: 1px dashed grey;
outline-offset: -12px;

}



.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: darkcyan;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu, .custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: calc(12px + 0.3vw);
}


.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
    color: darkcyan;
   margin-left: 20px;
}

.custom-navmenu h3 {
  font-size: 16px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 10px;
  width: 100%;
}

.custom-navbar .navbar-brand {
    font-size: 1.7rem;}

@media (max-width: 768px) {
        .custom-navbar .navbar-brand{
            padding-left: 12px;
            font-size: 16px;

    }
}


@media (max-width: 767px) {
  .text-md-end{
    }
}

@media (min-width: 768px) and (max-width: 991px){

  .item .item-wrap > .work-info span{
    font-size: 14px;
    line-height: 80%;



}
}

@media (min-width: 1080px) {

    .item .item-wrap > .work-info {
      padding-left: 50px;
      padding-right: 50px;

}
}






/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}



/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}



.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid darkcyan;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: darkcyan;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 14px;
  background: lightgrey;
  margin: 0px 10px 20px 0px;;
  display: inline-block;
  font-weight: 200;
    padding: 0px 20px;
 text-transform: capitalize;

}
.resume .resume-item h6 {
  font-size: 14px;
  display: inline-block;
  text-transform:uppercase;
  font-weight: 800;
  padding-right: 20px;


}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid darkcyan;
}





@media (max-width: 576px) {
  .testim {
    width:50%;
  }

}

.resume a{
    padding-left:10px;
}

.resume span{
    margin-right:10px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0 0 0;
  position: relative;

  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 25%);


}

.footer a {
  color: #000;
}
.footer p {
  color: dimgrey;
  margin-top:12px;
  margin-bottom:12px;
  font-size: calc(10px + 0.2vw);
}

.footer .readmore {
  margin-top:12px;
  margin-bottom:12px;
}

.footer .social{

  margin-top:12px;
  margin-bottom:12px;

}





.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid grey;
  background: white;
  position: relative;
  text-align: center;
  color: black;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: white;
    background: grey;
}

.infobox {
outline: 1px dashed grey;
outline-offset: -12px;
    background-color: aqua;
}
