/*----GENERAL----*/

body{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

b, strong{
    font-weight: 700;
}

h1, h2, h3, h4{	
	font-family: 'Saira Condensed', sans-serif;
	font-weight: 700;
    letter-spacing: 2px
}

h1{
    font-size: 50px;
    color: #00bdc4;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2{
    font-size: 50px;
    color: #00bdc4;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

a, a:active, a:link, a:focus{
    color: #00bdc4;
    transition: all .2s;
    text-decoration: none;
    font-weight: 700;
}

a:hover{
    color: #222;
}
.blue{
    color: #00bdc4;
}
.section-blue h2{
    color: #fff;
}
#experience.section-blue h2{
    color: #202628;
}

.white{
    color: #fff;
}

.base-row{
    padding: 0;
    margin: 0;
}

.left{
    background: #202628;    
    padding: 50px 0px;
    text-align: right;
    position: fixed;
    width: 400px;
    top: 0;
    left: 0;
    box-shadow: inset -5px 1px 4px rgba(0,0,0,0.2);
    bottom: 0;
}

.left h1{
    padding: 0px 80px;
    line-height: 1em;
}

.content{
    padding: 0px;
    background: #fff;
    width: 100%;
    min-height: 100vh;
    margin-left: 400px;
}

section.section-light{
    background: #e9e9e9;
}

section.section-white{
    background: #fff;
}

.wat-een-portret{
    opacity: 0.8;
    display: block;
    margin: 30px auto;
    max-width: 200px;
    background: #777;
    padding: 7px;
    transition: all .3s;
}

.wat-een-portret:hover{
    opacity: 1;
}

a.btn-info {
    color: #fff;
    background-color: #00bdc4;
    border-color: #00bdc4;
}

/* ---- MENU ----*/

.menu{

}

.list-group a{
    display: block;
    border: 0px;
    font-weight: 300;
    color: #748084;
    text-align: right;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 25px 80px;
    border-bottom: 3px solid #131719;
    text-decoration: none;
    transition: .3s;
    border-radius: 0px;
    background: transparent;
}

.list-group a.active{
    background: #131719;
}

.list-group a:hover{
    background: #131719;
    color: #e9e9e9;
}

.list-group a:hover .fa, .list-group a.active .fa{
    color: #00bdc4;
    transition: .3s;
}

.list-group a .fa{
    color: rgba(0,0,0,0.8);
    margin-left: 10px;
}

.list-group-item.active {
    border-bottom: 3px solid #131719;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* ---- CONTENT ----*/

section{
    min-height: 100vh;
    padding: 50px;
}

section.section-dark{
    background: #dbdbdb;
}

section.section-light{
    background: #e9e9e9;
}

section.section-blue{
    background: #00bdc4;
}

a.modal-link{
    display: inline-block;
    color: #222;
    font-weight: 400;
    min-width: 70%;
    margin-bottom: 20px;
}

a.modal-link h4{
    font-size: 34px;
    color: #fff;
}

.modal {
  padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #00BDC4;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

h3.modal-title{
    font-size: 2.5rem;
}
h3.modal-title .pipe{
    color: #00BDC4;
}
.logo-modal{
    margin-left: 30px;
    padding-left: 20px;
    border-left: 2px solid #e9e9e9;
}

.modal-header{
    padding: 1.5rem 2.5rem;
    background: #fff;
}

.modal-body{
    padding: 1.5rem 2.5rem;
    background: #fff;    
}

.modal-content h4{
    color: #00BDC4;
}

.modal-footer{
    padding: 1.5rem 2.5rem;
    background: #fff;   
}

.modal-content{
    border: 0;
    outline: 0px;
    border-radius: 0px;
}

.modal-body img{
    display: block;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #00BDC4;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300BDC4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300BDC4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/*----WORKEXPERIENCE----*/

a.modal-link.work{
    padding: 20px 30px;
    background: rgba(255,255,255,0.2);
    transition: all .3s;
}

a.modal-link.work:hover{
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.15);
    margin-left: 10px;
}

.logo-work{
    float: left;
    border-radius: 3px;
    opacity: .7;
    max-height: 40px;
    margin: 5px 15px 0px 0px;
    filter: grayscale(100%);
    transition: all .3s;
}

a.modal-link.work:hover .logo-work{
    opacity: 1;
    filter: grayscale(0%);
}

/*----PORTFOLIO----*/

#filters {
    margin: 10px 0px;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
}

#filters li span.filter {
    display: block;
    padding: 4px 20px;       
    text-decoration: none;
    color: #666;
    cursor: pointer;
    border-radius: 20px;
    background: #fff;
    margin-right: 8px;
    text-transform: lowercase;
    font-size: 17px;
    letter-spacing: 2px;
    transition: all .4s;
}

#filters li span.filter .fa{
    font-size: .9em;
    color: #00bdc4;
    }

#filters li span.filter:hover {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    transition: all .4s;
    margin-top: -1px;
}

#filters li span.filter.active {
    background: #00bdc4;
    color:#fff;
    border-radius: 20px;
}

#filters li span.filter.active .fa{
    color: #555;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:28%;
    margin:1%;
    display:none;
    float:left;
    overflow:hidden;
}

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
}

.portfolio-wrapper .fas{
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 10px;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    width: 35px;
    height: 35px;
    background: #222;
    color:#fff;
    border-radius: 20px;
}

.portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height:120px;
    bottom:-120px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.portfolio .label-text {
    color:#fff;
    position: relative;
    z-index:500;
    padding:15px 20px;
}
    
.portfolio .text-title {
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
}
    
.portfolio .text-category {
    display: inline-block;
    padding: 4px 20px;
    background: #00bdc4;
    border-radius: 20px;
}

.portfolio:hover .label {
    bottom:0;
}

.portfolio:hover img {
    opacity: 0.7;
}

a.btn.portfolio-weblink{
    margin: 10px 0px 0px 30px;
}

.row.edu{
    padding: 20px 0px;
}




