/*
    Theme Name: Studio JL Theme
    Author: Dennis Schiepers
    Author URI: https://www.linkedin.com/in/dennis-schiepers-1a5106a4/
    Description: Wordpress Theme
    Version: 1.0
*/

@font-face {
    font-family: "Kohinoor Bangla Bold";
	src: url("./fonts/KohinoorBangla/KohinoorBangla-Bold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "Kohinoor Bangla";
	src: url("./fonts/KohinoorBangla/KohinoorBangla-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "Kohinoor Bangla Medium";
	src: url("./fonts/KohinoorBangla/KohinoorBangla-Medium.otf") format("opentype");
	font-weight: medium;
	font-style: normal;
}

@font-face {
    font-family: "Kohinoor Bangla Light";
	src: url("./fonts/KohinoorBangla/KohinoorBangla-Light.otf") format("opentype");
	font-weight: normal;
	font-style: light;
}


html, body {
	height: 100%;
	margin: 0;
  }

body {
	font-family: 'Kohinoor Bangla Light', sans-serif;
	font-weight: 300 !important;
	display: flex;
  	flex-direction: column;
}

a, a:hover {
	color:  #B0746D;
}

.breadcrumb {
	background-color:  transparent;
	margin: 0px !important;
	padding: 0.75rem 0rem;
}

li.breadcrumb-item {
	font-size: 0.75rem;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome, Edge, Opera and Firefox */
  }

.carousel-item img {
    object-fit: cover;
	height: 450px;
}

.underline {
	border-bottom: 1px solid;
}

section article div.project-detail {
	padding: 24px 0px;
}

.violet {
	color: #B8BEDD;
}


p, a {
	font-size: 0.75rem;
}

a.no-link {
	color: inherit;
	font-size: inherit;
}


/* Form styling */ 


input, textarea {
	border:none;
    border-bottom: 1px solid #B0746D;
    padding: 5px 10px;
    outline: none;
  text-indent: 6px;
  width: 100%;
}

  input:focus {
	border-color: black;
  }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #C4C4C4 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C4C4C4 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C4C4C4 !important;
    opacity: 1;
}

input[type=button], input[type=submit], input[type=reset] {
	border: 0px;
	float: right;
	padding: 4px 12px;
	text-indent: 0px;
	width: auto;
  }
  
.fa-envelope {
	margin-right: 4px;
}

.fa-map-marker-alt, .fa-mobile-alt {
	margin-right: 7px;
}


/* Form validation */
.wpcf7-not-valid-tip {
    font-size: 0.75em;
    font-weight: 200;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.wpcf7-response-output {
	border: 0px !important;
	color: red;
	font-size: 0.75rem;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #8a8a8a;
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
}


/* Navbar */	
a.navbar-brand {
	color:#B0746D;
}


.publication-title a {
	color: black;
	font-size: 1.5rem;
}

.capt-below {
	padding-top: 20px;	
	text-align: center; 
   }
   .capt-below h5 {
	font-weight: 400;
	font-size: 14px;
   }
   .capt-below p {
	font-weight: 300;
	font-size: 12px;
	}
   
	#capt_carousel{
	margin-top: 15px;	 
	}

figcaption {
	text-align: center;
}

@media only screen and (max-width: 600px) {

	.carousel-item img {
		object-fit: cover;
		height: 350px;
	}
}



@media only screen and (max-width: 991px) and (min-width: 600px) {

	.carousel-item img {
		object-fit: cover;
		height: 400px;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 991px) {

	.carousel-item img {
		object-fit: cover;
		height: 300px;
	}
}



@media only screen and (min-width: 1101px) {

	.carousel-item img {
		object-fit: cover;
		height: 450px;
	}
}