@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600);
@import url(https://fonts.googleapis.com/css2?family=Bellota:wght@300;400;700);

.centered {
	text-align: center;
}
.mt {
	margin-top: 30px;
}
.mb {
	margin-bottom: 30px;
}
.white {
	color: white;
}
body {
	background-color: white;
}
/* ==========================================================================
   Typography
   ========================================================================== */
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16.5px;
 	line-height: 24px;
 	color: #686868;
 	letter-spacing: -0.1px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
    color: #484848;
	font-size: 36px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
}
h1.nametag {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
    color: #484848;
	font-size: 30px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    color: #484848;
    font-size: 24px;
    letter-spacing: -0.5px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18.5px;
	color: #505050;
	font-weight: 500;
	margin-bottom: 3px;
	letter-spacing: -0.2px;
}
p.subtext {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color: #808080;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}
p.subtext-center {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color: #808080;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
p.subheader {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #686868;
	font-size: 19px;
	line-height: 26px;
    letter-spacing: -0.3px;
}
span.teal {
	color: #00b1b8;
	}
span.highlight {
	color: white;
	background-color: #ff8c6d;
	padding: 4px 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
}
/* ==========================================================================
   Navigation 
   ========================================================================== */
.navbar-default {
	background-color: white;
	border-bottom: 1px solid #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	font-weight: 500;
	background-color: white;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #12b3ae;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16.5px;
 	line-height: 24.75px;
 	color: #686868;
 	letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 600px) {
  	.navbar-default .navbar-nav > li > a > i {
	display:none; 
	overflow: hidden;
	}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-style: none;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #404040;
	border-top: 1px solid #555555;
}
.footer p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
 	color: #808080;
 	letter-spacing: -0.2px;
 	margin-top:6px;
}
.footer i {
	margin: 7px;
}
/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery {
	margin-top: 0;
}
.gallery img:hover {
	opacity: 0.8;
}
li.mobile-hide {
	display: block;
}
@media screen and (min-width: 768px) {
	.contact {
	padding-top: 3em;
	padding-bottom: 4.5em;
	background-color: whitesmoke;
	}
.nextproject {
 	background: salmon url("bg.jpg") no-repeat center;
 	background-size: cover;
   	padding-top:3.5em;
	padding-bottom: 3.5em;
	}
}	
@media screen and (max-width: 767px) {
	h1 {
		font-family: 'Raleway', sans-serif;
		color:#404040;
		font-size: 34px;
		font-weight: 800;
		line-height: 36px;
		-webkit-font-smoothing: antialiased;
	}
	.content .container {
		margin-top: -50px;
		margin-bottom: -25px;
	}
	p.subheader {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #686868;
	font-size: 18px;
	line-height: 26px;
    letter-spacing: -0.3px;
 }
	.nextproject {
 	background: salmon url("bg.jpg") no-repeat center;
 	background-size: cover;
   	padding-top:2.5em;
	padding-bottom: 2.5em;
	}
	li.mobile-hide {
	display: none;
	}
	.card-body {
	padding: 12px 20px 40px !important;
	text-align: center;
	}
	#img-logo {
	max-width: 110px;
	height: auto;
	margin-top: -7px;
}
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 15px;
	}
	#img-logo {
	max-width: 120px;
	height: auto;
	margin-top: -5px !important;
}
}
@media screen and (min-width: 991px) {
	.padding-block {
	padding: 50px 20px;
	}
	.card-body {
	padding: 55px 40px 50px 10px;
}
}
@media screen and (max-width: 991px) {
 h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	}
	.card-body {
	padding: 5px 0px;
	}
#spotlight .card-body {
padding-right:25px;
}	
}
#welcome {
	padding-top:80px;
	padding-bottom: 50px;
}
#welcome-mobile {
	padding-top:50px;
	padding-bottom: 20px;
}
@media screen and (max-width: 380px) {
    #welcome-mobile {
    	display: block;
    }
    #welcome {
    	display: none;
    }
    #avatar {
	max-width: 200px;
	height: auto;
	}
.card-block {
  padding: 10px 15px 20px 15px;
  background-color: white;
}
}
@media screen and (min-width: 381px) {
    #welcome-mobile {
    	display: none;
    }
    #welcome {
    	display:block;
    }
#avatar {
	max-width: 220px;
	height: auto;
	padding-bottom: 10px;
	}
	.card-block {
  padding: 10px 30px 20px 30px;
  background-color: white;
}
}
a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16.5px;
 	line-height: 24.75px;
 	color: #ff8c6d;
 	letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #f46c4d;
}
a:focus {
    color: #f46c4d;
   text-decoration: none !important;
}
li {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16.5px;
 	line-height: 24.75px;
 	color: #686868;
 	letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
a.btn-regular {
	margin-top: 50px;
	padding:8px 15px 8px 15px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
   	text-decoration: none;
   	transition: 0.5s;
   	background-color: #00c4cc;
	color: white;
	border: 2px solid #00c4cc;
}
.btn-regular:hover {
	border: 2px solid #00c4cc;
	color: #00c4cc;
	background-color: transparent ;
}
.content {
	margin-top: 100px;
	margin-bottom: 50px;
}
.projects {
	padding-bottom: 4em;
	margin-top: -20px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
  transition: 0.3s;
  margin-top:20px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
  transform: scale(1.02); 
}

.card-block h3 {
padding-bottom: 5px;
}
.card-block p {
padding-bottom: 10px;
}
.card-body p {
padding-bottom: 10px;
}
.circle-icon {
    background: #ff8c6d;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10.5px;
    margin-top: -8px;
    color: white;
    transition: 0.5s;
}
.circle-icon:hover {
    background: #f47658;
    color: white;
  }
.img-container {
  position: relative;
  text-align: center;
}
.top-left {
  position: absolute;
  top: 3px;
  left: 0;
}
#spotlight .card {
	background: whitesmoke;
	box-shadow: none !important;
}
.img-cover {
	display: block;
	max-width: 100%;
    height: auto;
}
#overmij {
	width: 100%;
  	max-width: 400px;
  	height: auto;
    margin: auto;
    padding: 20px;
}
.circle-icon-grey {
    background: #606060;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 13px;
    color: #f8f8f8;
    transition: 0.5s;
}
.circle-icon-grey:hover {
    background: #707070;
    color: white;
  }
/* Popup Box */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #686868;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.button {
	padding: 0;
 	background:none;
  border-style: none;
  font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
 	color: salmon;
 	letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    text-decoration: none;
}

button.button:hover {
  color: #FF6666;
  text-decoration: none;
  cursor: pointer;
}

*:focus {outline:none !important}

@media screen and (min-width: 1020px) {
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 780px;
}
}
@media screen and (max-width: 1020px) {
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}
}
@media screen and (min-width: 768px) {
    /* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
 }
}
@media screen and (max-width: 767px) {
    /* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}
}
