/*

Template 2082 Pure Mix

http://www.tooplate.com/view/2082-pure-mix



wit: #FFFFFF
lichtgrijs: #F9F9F9
grijs: #EEEEEE
zwart: #121213


kleur logo: #A9C6C6
kleur logo midden: #006B68
kleur logo heel donker: #006461

lichtblauw portfolio: #78BFBC





*/

/* Body
------------------------------------- */
body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    padding: 0!important;
}

body:not(.modal-open){
    padding-right: 0px !important;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

.bg-karin{
    background: #A9C6C6;
    color: black;
}

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

.btn-karin{
	background: #A9C6C6;
	color: black;
	border-radius: 0px;
	text-transform: uppercase;
	  letter-spacing: 0.2rem;
}

.btn-karin:hover{
	background: #006B68;
	color: white;
}

.btn:active{
	box-shadow: none;
	border: 0;
}

.btn:focus{
	box-shadow: none;
	border: 0;
}


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


/* Typography
------------------------------------- */

h1,h2,h3,h4 {
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  font-size: 1rem;
}

h3 {
  color: #444;
  font-size: 14px;
  letter-spacing: 4px;
}

h5 {
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  word-spacing: 1px;
  letter-spacing: 1px;
}

a {
  outline: none;
  text-decoration: none;
	color: #006B68;
}
a:hover,
a:focus {

  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;

	color: #A9C6C6;
}

img {
  width: 100%;
  max-width: 100%;
}

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #A9C6C6;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/*navbar*/
.navbar-brand{
	font-family: 'Source Sans Pro', sans-serif;
	transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  text-transform: uppercase;
	  letter-spacing: 0.3rem;

	color: #333;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

.nav-item a{
	border-bottom: 3px solid white;
}

.nav-item:last-child a{
	border: 3px solid #A9C6C6;
}

.nav-item a:hover{
     border-bottom: 3px solid #006B68;
 }

.nav-item:last-child a:hover{
    border: 3px solid #006B68;
}



/* footer section styles
/* ========================================== */
footer {
  background: #A9C6C6;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
	color: black;
}


/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: black;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 14px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
  background: #006B68;
	color: white;
}





/*header*/

#header{
	width: 100%;
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-top: 130px;
  	padding-bottom: 100px;
}

#header .header-thumb {
  background: #ffffff;
  /*border: 10px solid #A9C6C6;*/
  padding: 50px 20px 50px 20px;
    filter: drop-shadow(0px 0px 10px #A9C6C6);
}


.header-one, .header-two,
.header-three, .header-four,
.header-five {
  height: 42vh !important;
  min-height: 420px;
  padding-top: 120px !important;
}

.header-one {
  background: url('../img/universeel/header-bg.jpg') no-repeat;
  height: 60vh !important;
  min-height: 520px;
  padding-top: 150px !important;
}
.header-two {
  background: url('../img/universeel/header-bg.jpg') no-repeat;
}
.header-three {
  background: url('../img/universeel/header-bg.jpg') no-repeat;
}
.header-four {
  background: url('../img/universeel/header-bg.jpg') no-repeat;
}
.header-five {
  background: url('../img/universeel/header-five-bg.jpg') no-repeat;
}








/*carousel*/
.carousel-item{
	width: 100%;
	height: 100%;
}

.carousel-item img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}






/*about me page*/
.padding{
	padding: 5px;
}

.about .card-body{
	padding: 0;
}




/** skillbar **/
.skillbar-wrapper {
  margin-top: 1.5em;
  max-width: 100%;
	background-color: white;
	padding-bottom: 4%;
}

.skillbar {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background: #A9C6C6;
  height: 35px;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  font-weight: bold;
  font-size: 10px;
  color: white;
  margin: 0;
}

.skillbar-title span {
  display: block;
  background: #006B68;
/*  background: rgba(0, 0, 0, 0.1);*/
/*  background: #A9C6C6;*/
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
}

.skillbar-bar {
  height: 35px;
  width: 0%;
  transition: 1000ms linear;
  transition-property: width, background-color;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: white;
	font-weight: bold;
  transition: color 1000ms ease-out;
}

.complete .skill-bar-percent {
  color: white;
	font-weight: bold;
}

.complete2 .skill-bar-percent {
  color: Black;
	font-weight: bold;
}

.complete.server .skill-bar-percent {
  color: #333;
}

.photoshop .skillbar-title {
	background: #006B68;
  /**background: #15C0F7;**/
}

.photoshop .skillbar-bar {
  background: #006B68;
  /**background: #15C0F7;**/
}

.macos .skillbar-title {
	background: #006B68;
  /**background: #1AAEF8;**/
}

.macos .skillbar-bar {
	background: #006B68;
  /**background: #1AAEF8;**/
}

.indesign .skillbar-title {
	background: #006B68;
  /**background: #FF408D;**/
}
.indesign .skillbar-bar {
	background: #006B68;
  /**background: #FF408D;**/
}

.illustrator .skillbar-title {
	background: #006B68;
  /**background: #FF7D00;**/
}

.illustrator .skillbar-bar {
	background: #006B68;
  /**background: #FF7D00;**/
}

.acrobat .skillbar-title {
	background: #006B68;
  /**ackground: #C11E07;**/
}

.acrobat .skillbar-bar {
	background: #006B68;
  /**background: #C11E07;**/
}

.quark .skillbar-title {
	background: #006B68;
  /**background: #1796E8;**/
}

.quark .skillbar-bar {
	background: #006B68;
  /**background: #1796E8;**/
}

.pc .skillbar-title {
	background: #006B68;
  /**background: #80C342;**/
}

.pc .skillbar-bar {
	background: #006B68;
 /** background: #80C342;**/
}

.office .skillbar-title {
	background: #006B68;
  /**background: #DF3900;**/
}

.office .skillbar-bar {
	background: #006B68;
 /** background: #DF3900;**/
}















/*contact*/
.form-control{
	border-radius:0;
}

.form-control:active{
	box-shadow: 2px 2px 10px 0px #A9C6C6;
	border: 1px solid #A9C6C6;
}
.form-control:focus{
	box-shadow: 2px 2px 10px 0px #A9C6C6;
	border: 1px solid #A9C6C6;
}















/*portfolio gedoe*/
.hover {
  overflow: hidden;
  position: relative;
	min-height: 100px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


.margin-top{
	margin-top: 2%;
}





.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
	color: white;
}

.hover-3-title {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
	color: white;
	text-transform: uppercase;
}

.hover-3 img {
  transition: all 0.3s;
	border-radius: 0;
}

.hover-3:hover img {
  width: 100%;
	-webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.75);
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-title {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


.card{
	border-radius: 0;
	/*border:0;*/
    /*border: 5px solid #A9C6C6;*/
    border: none;
    min-height: 400px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(169, 198, 198, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(169, 198, 198, .4) !important;
}




