/*general*/

@font-face {
    font-family: OrkneyLight;
    src: url("../webfonts/orkney/Orkney-Light.woff") format("woff"), url("../webfonts/orkney/Orkney-Light.ttf")  format("truetype");
}

@font-face {
    font-family: OrkneyMedium;
    src: url("../webfonts/orkney/Orkney-Medium.woff") format("woff"), url("../webfonts/orkney/Orkney-Medium.ttf")  format("truetype");
}

@font-face {
    font-family: AyarTakhu;
    src: url("../webfonts/ayar_takhu/ayar_takhu.ttf")  format("truetype");
}

html, body{
	height: 100%;
}

body {
	font-family: "AyarTakhu";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color : #4F4F4F;
}

footer {
	background-color: #F4F3EF;
	color: #D5D4D2;
}

h2 {
	color: #6D543E;
	letter-spacing: 0;
	/*this*/
}

h4{
	color: #9B8663;
	letter-spacing: 0;
}

a{
    font-size:10px;
}

.bg-primary {
	background-color: #6D543E!important;
	color: #FFFFFF!important;
}
.text-primary {
	color: #6D543E!important;
}
.container {
	padding-left: 30px;
	padding-right: 30px;
}
.border-primary{
	border-color: #6D543E!important;
}
a, a:hover, a:focus{
	color: #6D543E;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
a.text-white:hover, a.text-white:focus {
	color: #FFFFFF!important;
}
.btn.btn-custom{
	border: solid 1px #6D543E;
	border-radius: 0;
	font-size: 12px;
	color: #6D543E;
}
.btn.btn-custom:hover, .btn.btn-custom:focus{
	background-color: #6D543E;
	color: #FFFFFF!important;
}
.btn.btn-custom-reverse{
	border: solid 1px #FFFFFF;
	border-radius: 0;
	font-size: 12px;
	color: #FFFFFF;
}
.btn.btn-custom-reverse:hover, .btn.btn-custom-reverse:focus{
	background-color: #FFFFFF;
	color: #6D543E!important;
}

/*navigation*/
#nav{
	padding: 16px;
	margin: auto;
	background-color: #FFFFFF;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,0.05);
}
#navbar-wrapper{
	height: auto;
	background-color: transparent;
	margin-left: auto;
	padding: 0;
}
#img-brand{
	height: 12px;
}
.navbar-brand{
	margin-right: 0;
}
.nav-item{
	margin: 0 20px;
}
a.nav-link{
	color: #6D543E!important;
	font-size: 12px;
}
a.nav-link:hover{
	text-decoration: none;
}
a.nav-link:active{
	text-decoration: underline;
}
a.nav-link.here{
	text-decoration: underline;
}
#nav-block{
	height: 32px;
	margin: 1rem;
}

.carousel-item img{
	display: block;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#index-nav{
	margin: auto;
	padding: 16px;
}
.index-nav-link{
    display: block;
    padding: .5rem;
}
a.index-nav-link{
	color: #FFFFFF;
	font-size: 12px;
}
i.index-nav-link{
	color: #FFFFFF;
}
a.index-nav-link:hover{
	text-decoration: none;
}
a.index-nav-link:active{
	text-decoration: underline;
}
a.index-nav-link.here{
	text-decoration: underline;
}
#index-ig-wrapper{
	padding: 16px 8px 8px 8px;
}

.about {
	width: 50%;
	display: flex;
 	justify-content: center;
 	align-items: center;;
}
.about-content{
	padding: 32px;
}

.ml-quote{
	font-size: 20px;
	line-height: 24px;
	border-top: 1px solid #6D543E;
	border-bottom: 1px solid #6D543E;
}

#works-prev h5, #works-next h5 {
	color: #6D543E;
}
#works-m-prev, #works-m-next{
	display: none;
}
a#works-prev:hover, a#works-next:hover,
a#works-prev:active, a#works-next:active {
	opacity: 80%;
}
.works-link-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.works-link-wrapper:hover{
	opacity: 1;
}
.works-link{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*presses*/
.presses-item {
	display: none;
}

/*contact*/
.contact-content{
	text-align: left;
}

/*footer*/
.footer-links a {
	font-size: 18px;
}