/*
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: #475B6F;
	color: #fff;
}

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

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {margin: 0 0 20px 0;	}

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

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

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

a:hover {
	color: #4290ae;	
}


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

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
	background: transparent;
}
.btn.btn-o-white:hover {
	background: white;
	color: #6a6a6a;
}
.hero-actions .btn {
	margin: 0 10px 10px 0;
}


/*////////////////////////////////////////////////////////////////////////
//  01.5 - CV layout
///////////////////////////////////////////////////////////////////////*/

.cv-section {
	background: #f8f9fb;
	color: #3A4F52;
}
.cv-section.alt {
	background: #ffffff;
}

.block-heading p {
	max-width: 760px;
	color: #5a6670;
}

.lined-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 1.1em;
}
.lined-list li {
	padding: 10px 0;
	border-bottom: 1px solid #e3e7eb;
}

.cv-timeline {
	border-left: 2px solid #d8dee4;
	padding-left: 25px;
}
.cv-item {
	position: relative;
	margin-bottom: 25px;
}
.cv-item:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 8px;
	width: 14px;
	height: 14px;
	background: #4da7ca;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(77,167,202,0.15);
}
.cv-year {
	font-weight: 700;
	color: #2B3E51;
	margin-bottom: 6px;
}
.cv-title {
	font-size: 18px;
	font-weight: 700;
}
.cv-meta {
	color: #6a6a6a;
	font-style: italic;
	margin-bottom: 6px;
	font-size: 1.1em;
}
.cv-note {
	margin-bottom: 0;
	color: #4c5560;
	font-size: 1.1em;
}

.section-subtitle {
	margin-top: 30px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.pub-list {
	margin-left: 20px;
	line-height: 1.5em;
	font-size: 1.1em;
}
.pub-list.unstyled {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.pub-title {
	font-weight: 700;
	color: #2B3E51;
}
.pub-venue {
	color: #6a6a6a;
}

.section-subsubtitle {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #2B3E51;
}

.cv-tiles {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-gap: 15px;
}
.cv-tiles li {
	background: #ffffff;
	border: 1px solid #e3e7eb;
	padding: 18px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.03);
}
.tile-label {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4da7ca;
	margin-bottom: 6px;
}
.tile-title {
	font-size: 16px;
	font-weight: 700;
	color: #2B3E51;
	margin-bottom: 4px;
}
.tile-meta {
	color: #6a6a6a;
}


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

#header {	
	position: relative;
	padding: 0 !important;
}

#header.header-wrapper {
	background: url(../images/IMG_20211117_091901.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow-x: hidden; 
}
#header.header-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43,62,81,0.6), rgba(71,91,111,0.4));
	z-index: 0;
}

@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;
    position: relative;
    z-index: 2;
}

#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 .5s;		
}

#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}
#header .lang-switch {
	padding-top: 6px;
}
.flag-link {
	display: inline-block;
	margin-left: 8px;
	font-size: 20px;
	color: white;
	text-decoration: none;
	opacity: 0.75;
}
.flag-link:hover, .flag-link.active {
	opacity: 1;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: white;
}

#header .slogan{
	font-size: 2em;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-family: 'Alegreya Sans';
	color: white;
	text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}
/* Smaller, clearer sizing when the profile is shown in the hero */
.hero-profile .slogan {
	font-size: 2em;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: 'Alegreya SC';
}
#header .hero {
	padding: 20px;
}
#header .hero .secondary-slogan {
	margin-bottom: 15px;
	color: rgba(255,255,255,0.8);
	font-size: 1.2em;
	font-family: 'Alegreya SC';
}
.hero-profile .lined-list li {
	color: white;
	border-color: rgba(255,255,255,0.35);
}
.hero-profile-list {
	display: inline-block;
	text-align: left;
	margin-top: 10px;
}
.hero-avatar {
	display: inline-block;
	border-radius: 50%;
	padding: 6px;
	background: rgba(255,255,255,0.2);
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.hero-avatar img {
	width: 190px;
	max-width: 100%;
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,0.8);
}
.research-image {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border: 4px solid #e3e7eb;
	box-shadow: 0 12px 24px rgba(0,0,0,0.08);
	margin-bottom: 20px;
}
.indent-text {
	text-indent: 1.2em;
	margin-bottom: 18px;
	font-size: 1.1em;
}
.spacer-lg {
	height: 48px;
}
.research-image-wrapper {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.research-image {
		height: 200px;
	}
}
.JASMINE {
	width: 60%;
	height: auto;
	max-width: 1000px;
}

#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;
}


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


/*////////////////////////////////////////////////////////////////////////
//  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/blue_mac2.jpg);
	color: white;
}
#contact {
	background-image: url(../images/newsletter-bg.png);
	color: white;
	background-color: #405162;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
}




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

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

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    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: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





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

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}




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


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


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


#testimonials{
	text-align: center;
}
#testimonials .testimonial > img {
    border-radius: 100%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


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


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

.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;
}


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


#footer{ background: #2B3E51; color: white;}



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

@media (max-width: 991px) {
	.content-block {
		padding: 50px 0;
	}
	.block-body {
		margin-top: 40px;
	}
	#header .top {
		padding: 20px;
	}
	#header .slogan {
		font-size: 1.8em;
	}
	#header .secondary-slogan {
		font-size: 1.1em;
	}
}


@media (max-width: 767px){
	#header .bottom {
		bottom: 10%;
	}

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

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

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

	.recent-work span {
		opacity: 1;
	}

	.cv-timeline {
		border-left: 2px solid #d8dee4;
		padding-left: 28px;
	}
	.cv-item {
		padding-left: 20px;
	}
	.cv-item:before {
		left: -7px;
	}
	.cv-section {
		padding: 40px 0;
	}
	.cv-tiles {
		grid-template-columns: 1fr;
	}
	.hero-actions .btn {
		width: 100%;
	}
	.content-block {
		padding: 32px 0;
		background-attachment: scroll;
	}
	.block-body {
		margin-top: 30px;
	}
	.indent-text {
		text-indent: 0;
		font-size: 1em;
	}
	#header .top {
		padding: 14px 18px;
	}
	#header .slogan {
		font-size: 1.6em;
		line-height: 1.6;
	}
	#header .secondary-slogan {
		font-size: 1em;
	}
	.hero-profile-list {
		width: 100%;
		font-size: 1em;
	}
	#header.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding-top: 80px;
	}
	#header .hero {
		padding-top: 120px;
	}
	#header .top {
		background: rgba(71,91,111,0.85);
	}
}

@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;
	}
	#header .top h1 {
		font-size: 22px;
	}
	#header .slogan {
		font-size: 1.4em;
	}
	.hero-profile-list {
		font-size: 0.95em;
	}
}
