/*
Theme Name: The Smell of Data
Author: Kris Borgerink
Author URI: http://www.krisborgerink.nl/
Description: Custom build theme for The Smell of Data
Version: 1.0
*/


@import "./assets/stylesheets/style-base.css";
@import "./assets/stylesheets/font-awesome.min.css";
/*@import "./assets/stylesheets/fonts.css";*/

/* general
--------------------------------------------------*/
html { overflow-y: scroll; }

body {
  font: 15px/1.5 "zxxsans", "Courier New", Courier, monospace;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "kern", "liga" off, "calt" off;
    text-rendering: optimizeLegibility;
}


body {
  text-align: left;
	color: #000;
	/*background-color: #e3e3e3;*/
	background-color: grey;
    background-image: url("images/Ruis_05.gif");
}
#preloader {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #ffffff;
	position:fixed;
	z-index: 90000000;
}

a {
  	color: #000;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*img {
    width: auto;  
    height: auto;
    margin: 15px 10px 0px 0;
    display: inline-block;
}*/
/*img:first-child {
    margin-top: 10px;
}*/

.left {
	float: left;
}
.right {
	float: right;
}


/**/

.grid-container {
  /*background-color: blue;*/
}

/*div {
  zoom: 1;	
  min-height: 0;
}*/


/* header
--------------------------------------------------*/

#header {
    display: block;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

#header h1 {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    padding-top: 6px;
}

@media screen and (max-width: 767px) {
}


/* footer
--------------------------------------------------*/



/* nav
--------------------------------------------------*/
/* main-nav */

#main-nav {
    padding-bottom: 21px;
}

#main-nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}

#main-nav li:first-child {
    /*padding-top: 40px*/
}    
#main-nav li:last-child {
    /*padding-bottom: 40px*/
}    

/* main level link */
#main-nav li a {
    display: block;
    margin: 0px;
    padding: 0;
    position: relative;
    color: #000 !important;
    border: none;
    text-decoration: none;
}
/* main level link hover */
#main-nav li a:hover, #main-nav li a.active {
    text-decoration: underline;
}

/*#header .language_select, #header .selectie {
    display: none;   
}*/

#header #main-nav .language_select {
    padding-top: 0px;
    display: block;   
}
#header #main-nav .language_select a {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    #main-nav {
        position: relative;
        display: block;

        padding: 40px 20px;
    }
    #main-nav li {
        text-align: center;
    }
}



/* headers and paragraphs
--------------------------------------------------*/
p {
	margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
    font-weight: 400;   
}
h1 {
	font-size: 36px;	
	line-height: 37px;	
}
h2 {
	font-size: 24px;	
	line-height: 25px;	
}
h3 {
	font-size: 20px;
	line-height: 22px;	
}
h4 {
	font-size: 17px;
	line-height: 17px;	
}
h5 {
	font-size: 14px;
	line-height: 15px;	
}

strong {
    font-weight: 600;   
}

small {
    font-size: 0.8em;
}

.caption {
	font-size: 9px;
	color: #888;
}

.btn, .btn:hover {
    border: none;
}



/* #content global
--------------------------------------------------*/

.entry {
  width: 100%;
  font-size: inherit;
  overflow: visible;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

#content section.entry {
    padding-bottom: 60px;
}
#content section.entry p.btn {
    margin-top: 40px;
}

#content .bg-black, #content bg-white {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

#content h2.bg-black {
    padding: 5px 10px 7px 10px;
    margin-bottom: 13px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}
#content .bg-white {
    padding: 25px 30px 8px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
}

#content .overlay-container {
    width: 100%;
    position: relative;
    display: table;
    border: none;
}

#content p {
}
#content img, #content .video-holder {
	margin-bottom: 30px;	
}
#content .video-holder {
	padding-bottom: 54.6%;	
}
#content img.tight {
	margin-bottom: 0px;
}

/**/

@media screen and (max-width: 767px) {

    #content .left-column {
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 768px) {
    #content .block-left {
        margin-bottom: 20px;
    }
    #content .block-left.last {
        margin-bottom: 0px;
    }
    #content .block-right {
        margin-bottom: 15px;
    }
}


/* forms
--------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
	display: block;
}
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    width: 100%;
	margin: 3px 0 10px 0;
	padding: 1.2em;
	background-color: #ffffff;
	border: none;
	display: block;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
input.form_btn {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 30px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background-color: #000;
	float: right;
}
input.form_btn:hover {
	color: #000;
	background-color: #fff;
}

/* page
--------------------------------------------------*/

#home .bx-wrapper {
    margin-bottom: 30px !important;
}

#home .logos img {
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}


/**/

@media screen and (max-width: 1024px) {
}


/* index
---------------------------*/

#content .bottle-arrow img {
	width: auto;
    max-width: 100%;
}

#content .bottle-arrow .bottle img {
	margin-top: 20%;
}

#content .bottle-arrow .arrow p {
	font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}



/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 1024px) {
    #content .bottle-arrow .arrow p {
        font-size: 20px;
    }        
}

@media screen and (max-width: 767px) {
    #content .bottle-arrow .arrow p {
        font-size: 12px;
    }        
}
/* extra breakpoints
--------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    /*.main-nav li {
        padding: 0 45px 0 0;
    }*/
    
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    /*.main-nav li {
        padding: 0 20px 0 0;
    }*/
    /*#header .title h1, #header .title h2 {
        font-size: 13px;
    }*/
    
}




/* other
--------------------------------------------------*/

.hidden {
    display: none !important;
}



/* testing
--------------------------------------------------*/

#content {
	/*background: blue;	*/
}
#content .entry div div {
	/*background: blue;	*/
}
