/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #ac8761;
	color: #5b3b25;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #515151;	
	background: #e2e0da;

}

p {margin: 0 0 20px 0;	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: white;
}

a{	
	color: #ac8761;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: white;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #5b3b25;
	font-family: 'Alegreya Sans';
}

.btn{border-radius: 0;}
.btn-o {
    border: 2px solid #5b3b25;
	background: #ac8761;
    color: #5b3b25;
}
.btn-o-2 {
    border: 2px solid #ffffff;
	background: #5b3b25;
    color: #ffffff;
}
.btn-o-2:hover {
    border: 2px solid #ffffff;
	background: #ac8761;
    color: #ffffff;
}
.btn-o:hover {
    background: #5b3b25;
    color: #ac8761;
}
.btn.btn-o-white {
    border: 2px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #5b3b25;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {	
	position: relative;
	padding: 0 !important;
	box-shadow:
  0px 1px 0 #000000;
}

#header.header-wrapper {
	background: url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 0px; 
	} 
}

#header.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .75s;		
}

#header .top.solid {
    background: #5b3b25;
    padding-top: 15px;
    padding-bottom: 15px;	
	box-shadow:
  1px 1px 0 #000000;
}

#header .top h1{
	margin-bottom: 0;
	
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
	text-shadow:
  -1px -1px 0 #000000,
   1px -1px 0 #000000,
   -1px 1px 0 #000000,
   1px 1px 0 #000000;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: #ac8761;
	text-shadow:
  -1px -1px 0 #000000,
   1px -1px 0 #000000,
   -1px 1px 0 #000000,
   1px 1px 0 #000000;

}

#header .top.solid .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: #ac8761;
	text-shadow:
  -1px -1px 0 #000000,
   1px -1px 0 #000000,
   -1px 1px 0 #000000,
   1px 1px 0 #000000;
	
}

#header .slogan{
	font-size: 4em;
	margin-bottom: 20%;
	line-height: 1em;
	font-family: 'Nixie One';
	color: #000000;
	text-shadow: 
   1px  2px 0 #ecc297;	
}

#header .slogan-mini{
	font-size: 1.5em;
	margin-bottom: 125px;
	margin-top: 20px;
	line-height: 1em;
	font-family: 'Alegreya SC';
	color: #000000;
	text-shadow: 
   1px 1px 0 #ac8761;
}

#header .secondary-slogan{
	font-size: 2em;
	margin-bottom: 0px;
	color: #000000;
	line-height: 1em;
	font-family: 'Alegreya SC';
	text-shadow:
   1px 1px 0 #ac8761;
	
}


#header .bottom {
    bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#header .bottom a img {
    width: 50px;
}
#header .bottom a {
    opacity: 0.7;
}
#header .bottom a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
  #header .slogan {
    font-size: 2.5em;
    margin-bottom: 10px; /* reduced to raise it */
	transform: translateY(-150px); /* shifts it up */
  }

  #header .secondary-slogan {
    font-size: 1.5em;
    margin-top: 30px;    /* added to push it down */
    margin-bottom: 15px;
	transform: translateY(90px);
  }

  #header .slogan-mini {
    font-size: 1.2em;
    margin-top: 20px;    /* increased to lower it */
    margin-bottom: 30px;
	transform: translateY(80px);
  }
}



/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #5b3b25;
    width: 300px;
    padding: 20px;
    z-index: 999;
	box-shadow: -1px 0 #000000;
}

#drawer-right h1, #drawer-right h2{color: #;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
	border-radius: 0;
	background-color: #5b3b25;
	
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
	color: white;
}

#drawer-right .icons {
	position: relative;
	bottom: 50px;
	block-size: 3em;
	border-radius: 10px;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
	
}

#services {
	background-image: url(../images/traffic.jpg);
	color: white;
}
#parallax {
	background-image: url(../images/Decoration3-1.jpg);
	color: white;
}
#contact {
	background-image: url(../images/Bedroom1-1.jpg);
	color: white;
	background-color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

#portfolio h1{
	font-size: 350%;
	text-shadow: 1px  2px 0 #ac8761;
}

#portfolio p{
	font-size: 125%;
	text-shadow: 1px  px 0 #ac8761;
}

.recent-work {
    width: 100%;
	height: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 0;
}
.recent-work:before {
    background: rgba(91, 59, 37, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
    background-size: 100%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
	
}
.service img {
    max-height: 200px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;

}

.service {
    padding: 0 25px;
}
#services {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}



/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/

#blog h1 {
	padding-top: 25px;
	font-size: 350%;
	text-shadow: 1px  2px 0 #ac8761;
}

.bio {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  left: 50%;              /* Move container center to page center */
  transform: translateX(-50%); /* Pull group back to visually center */
}

.bio-text {
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #5b3b25;
  text-align: right;      /* Align text towards the center */
  margin-right: auto;
}

.bio-img {
  width: 30%;
  text-align: left; 
  transform: translateX(-50%);      /* Align image towards the center */
}

.bio-img img {
  max-width: 100%;
  height: auto;
  border: 2px solid #5b3b25;
  border-radius: 8px;
}

.bio-img h2.name {
  margin-top: 10px;
  font-size: 2rem;
  color: #5b3b25;
  text-align: center;
}

@media (max-width: 768px) {
  .bio {
    flex-direction: column;
    align-items: center;
    left: 0;
    transform: none;
  }

  .bio-text,
  .bio-img {
    width: 90%;
    text-align: center;
  }

  .bio-img {
	width: 75%;
	padding: 0;
	transform: translateX(0%);
  }
}

  

/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}

#testimonials .test-main{
font-size: 6rem;
font-size: 350%;
text-shadow: 1px  2px 0 #ac8761;
text-align: left;
}

#testimonials .test-sub{
font-size: 1.75rem;

}

#testimonials .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
	opacity: 90%;
}
#testimonials .testimonial {
	padding: 25px;
	padding-top: 0%;
	padding-bottom: 0%;
}
#testimonials .testimonial-lower {
	padding: 25px;
	margin-top: 10px;
}

#testimonials .testimonial-lower > img {
    border-radius: 100%;
    margin-bottom: 15px;
	opacity: 90%;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{
	color: white
}

@media {
.form-group label[for="message"] {
  max-width: 100%;
}
}

.form-control-white {
    background: transparent;
    color: white;
	
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
	
}
.form-control-white:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ac8761;
    border-color: #5b3b25;
}

/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ 
	background: #5b3b25; 
	color: #ac8761;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
	#header .slogan {
		font-size: 2.8em; 
	} 

	#header .secondary-slogan {
		font-size: 1.2em;
	}

	#header .bottom {
		bottom: 13%;
	}

	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: cover;
	}
}
