/* Fold everything = ALT CMD SHIFT [ */

/* Body, Header, Footer */
body{                                       /* Sets font, padding, margin and background color for entire body */
  font-family: sans-serif, Arial, Helvetica;
  font-size:15px;
  line-height:1.5;
  padding:0;
  margin:0;
  background-color:#FFFFFF;
}
#page-container{                            /* Makes sure footer is at bottom */
  position:relative;
  min-height:100vh;
}
#content-wrap{                              /* How much space between content and Footer */
  padding-bottom:40px;
}
header{                                     /* Styles the general header; color, height, border bottom */
  background:#FFFFFF;
  min-height:50px;
  box-shadow: 0px 0px 15px #e0e0e0;
}
#logo{                                      /* Places the logo left in the header */
  float:left;
  border:0px solid;
}
header nav{                                 /* Places the set of menu items right in the header and vertically centers items */
  float:right;
  border:0px solid;
  padding-top:12px;
  padding-bottom:10px;
}
header nav li{                              /* Removes bullets from list items, inserts padding between them */
  display:inline;                           /* Removes bullets and put text of all list items back2back */
  padding: 0px 10px 0px 10px;               /* Padding between list items, top-right-bottom-left */
}
header a{                                   /* Styles text of all list items */
  font-family: 'Lato', sans-serif;          /* Changes font for list items */
  color:#000000;                            /* Makes text black (that is blue from hyperlink) */
  text-decoration:none;                     /* Removes underscore */
  font-size:17px;                           /* Slightly bigger text size */
  font-weight:300;
}
header .current a{                          /* Makes list item of current page bold */
  font-weight:bold;
}
header a:hover{                             /* Changes color when you hover over a list item */
  color:#636363;
}
footer{                                     /* Styles the footer and positions it */
  position:absolute;
  bottom:0;
  width:100%;
  height:40px;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  font-size:15px;
  color:#000000;
  text-align:center;
  /* border-top:1px solid #c6c6c6; */
  /* background:#f7f7f7; */
}
footer p{
  margin:0;
  padding:7px;
}
footer a{
  color:#000000;                            /* Makes text black (that is blue from hyperlink) */
  text-decoration:none;
}
table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-family: 'Lato', sans-serif;    /* Changes font for list items */
  font-weight:300;
  font-size:16px;
  padding:5px;
}

/* General */
.container{                                 /* General container for all items, setting width, margin and overflow */
  width:1000px;
  margin:auto;
  overflow:hidden;
}
.text p,
.text li{
  font-family: 'Lato', sans-serif;    /* Changes font for list items */
  font-weight:300;
  font-size:16px;
}
.text h1,
.text h2{
  font-family: 'Lato', sans-serif;    /* Changes font for list items */
  font-weight:700;
}
.text h2{
  font-size:19px;
}
hr{
  border: 1px solid #ccc;
}

/* Pop up cookies */

/* Home */
#bannerhome{
  background:url('../images/banners/banner_home.jpg') no-repeat;
  height: 350px;
  background-size:cover;
  background-position:center;
}
.column-left-index{
  float:left;
  width:70%;
}                        /* Also for stories */
.column-right-index{
  float:right;
  width:25%;
}                       /* Also for stories */
.column-right-index img{
  max-width: 80%;
  height: auto;
  display: block;
  margin:auto;
  padding-top:20px;
}
.column-right-index a {
  color:#000000;                            /* Makes text black (that is blue from hyperlink) */
}
.list{                                      /* For previes stories. This is the big block including spacing between them */
  padding-bottom:25px;
}
.listcontainer{                             /* For previes stories. This is only the block with shade behind it */
  width:98%;
  margin:auto;
  overflow:hidden;
  box-shadow: 0px 0px 8px #e0e0e0;
  height:190px;
}
.listcontainer a{
  color:#000000;                            /* Makes text black (that is blue from hyperlink) */
  text-decoration:none;                     /* Removes underscore */
}
.listtextcontainer{                         /* For previes stories */
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding:10px;
  height:190px;
  position: relative;
}
.listtextcontainer img{
  max-height:170px;
  padding-right:10px;
  float:left;
}
.listtextcontainer p{
  font-size:15px;
}
.listtextcontainer h1{
  font-size:23px;
}
.listtextcontainer h1,
.listtextcontainer p{
  margin:0;
}
.listtextcontainer button{                  /* For previes stories */
  -webkit-appearance: none; /* This prevents iOS devices to apply their own formatting */
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:15px;
  padding: 10px;            /* Spacing inside the boxes */
  border: 1px solid #ccc;   /* Border of the 2 boxes */
  cursor:pointer;
  background-color:#fafafa;
  margin-top: 8px;
  position: absolute;
  bottom:30px;
}
.listtextcontainer button:hover{
  opacity: 0.8;
}
#newsletter p{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  font-weight:300;
  float:left;
}
#newsletter input[type=email],
#newsletter button[type=submit]{
  -webkit-appearance: none; /* This prevents iOS devices to apply their own formatting */
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  border-radius: 0;         /* This prevents iOS devices to apply their own formatting */
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:15px;
  padding: 10px;            /* Spacing inside the boxes */
  margin: 5px 0;            /* Margin of boxes inside the form element */
  border: 1px solid #ccc;   /* Border of the 2 boxes */
  box-sizing: border-box;   /* Puts the 2 boxes next to each other */
  width:99%;
  outline: none;
}
#newsletter button[type=submit]{
  background-color:#fafafa;
}
#newsletter button[type=submit]:hover{       /* Makes color of button fade when hover */
  opacity: 0.8;
  cursor:pointer;
}
#overzicht-verhalen{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  font-weight:300;
  float:left;
}
#overzicht-verhalen a{
  color:#000000;                            /* Makes text black (that is blue from hyperlink) */
  text-decoration:none;                     /* Removes underscore */
}

/* Blogs */
figure{
  margin:0;
}
figcaption{
  font-family: 'Lato', sans-serif;
  font-size:15px;
  font-weight:300;
  font-style:italic;
  color:gray;
}
.column-left-index img{
  max-width: 100%;
  height: auto;
}

/* 3x3 rooster */

.column {
  float: left;
  width: 33.33%;
}
.column figure{
  margin:5px;
}
.column figcaption{
  font-family: 'Lato', sans-serif;
  font-size:15px;
  font-weight:300;
  font-style:italic;
  color:gray;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* About */
#bannerabout{
  background:url('../images/banners/banner_about.jpg') no-repeat;
  height: 350px;
  background-size:cover;
  background-position:center;
}

/* Routes */
#bannerroutes{
  background:url('../images/banners/banner_routes.jpg') no-repeat;
  height: 350px;
  background-size:cover;
  background-position:center;
}

/* Contact */
#bannercontact{
  background:url('../images/banners/banner_contact.jpg') no-repeat;
  height: 350px;
  background-size:cover;
  background-position:center;
}
.column-left-contact{
  float:left;
  width:75%;
  /* border:1px solid; */
}
.column-right-contact{
  float:right;
  width:20%;
}
.column-right-contact img{
  max-width: 100%;
  height: auto;
  padding-top:80px;
}

/* Comment sections */
textarea{
  width:100%;
  outline: none;
  height:80px;
  resize:none;
  -webkit-appearance: none; /* This prevents iOS devices to apply their own formatting */
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  border-radius: 0;         /* This prevents iOS devices to apply their own formatting */
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:13px;
  padding: 10px;            /* Spacing inside the box */
  border: 1px solid #ccc;   /* Border of the box */
  margin: 5px 0;            /* Margin of boxes inside the form element */
  box-sizing: border-box;   /* Prevents the right line of the box to be cut off when on phone */
}
.dispnon{display: none}
.column-left-index input[type=email],
.column-left-index input[type=text],
.column-left-contact input[type=email],
.column-left-contact input[type=number],
.column-left-contact input[type=text]{
  -webkit-appearance: none; /* This prevents iOS devices to apply their own formatting */
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  border-radius: 0;         /* This prevents iOS devices to apply their own formatting */
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:13px;
  padding: 10px;            /* Spacing inside the boxes */
  margin: 5px 0;            /* Margin of boxes inside the form element */
  border: 1px solid #ccc;   /* Border of the 2 boxes */
  box-sizing: border-box;   /* Puts the 2 boxes next to each other */
  width:50%;
  outline: none;
}
button[name=commentSubmit]{
  -webkit-appearance: none; /* This prevents iOS devices to apply their own formatting */
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:13px;
  padding: 10px;            /* Spacing inside the boxes */
  margin: 5px 0;            /* Margin of boxes inside the form element */
  border: 1px solid #ccc;   /* Border of the 2 boxes */
  cursor:pointer;
  margin-bottom:20px;
  background-color:#fafafa;
}
button[name=commentSubmit]:hover{
  opacity: 0.8;
}
.comment-box {
  width: 97%;
  padding: 1.5%;
  background-color: #fafafa;
  border-radius: 5px;       /* Makes corner of box round. Set to 0 if iOS messes it up */
  margin-bottom:7px;
}
.comment-box p{
  font-family: 'Lato', sans-serif;    /* Changes font for list items */
  font-weight:300;
  margin-top:0;
  margin-bottom:0;
  font-size:15px;
}

/* Mobile */
@media(max-width:1050px){
  .container{                                 /* General container for all items, setting width, margin and overflow */
    width:90%;
  }
  .column-right-fotos,
  .column-left-fotos{
    width:49.5%;
  }
  .listcontainer{
    height:auto;
  }
  .listtextcontainer{                         /* For previes stories */
    position: static;
    height:auto;
  }
  .listtextcontainer img{
    max-height:none;
    width:100%;
    float:none;
  }
  .listtextcontainer button{
    position: static;
  }
  table {
    display: block;
    padding: 0;
    border: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media(max-width:670px){
  header #logo{             /* Makes logo container full width and centers logo */
    float:none;             /* Makes logo container full width */
    text-align:center;      /* Puts logo in center */
  }
  header nav{               /* Makes nav container full witdh, centers, and padding of the total menu */
    float:none;
    text-align:center;
    padding-top:0px;
    padding-bottom:10px;
  }
  header nav ul{            /* Removes padding and margin of ul element */
    padding:0;
    margin:0;
  }
  header nav ul li{         /* Padding between menu list items */
    padding: 0px 5px 0px 5px;
  }
  .container{               /* General container for all items, setting width, margin and overflow */
    width:90%;
  }
  #bannerhome,
  #bannerroutes,
  #bannerblog,
  #bannercontact,
  #bannerabout{
    height: 150px;
  }
  .column-right-index,
  .column-left-index,
  .column-right-contact,
  .column-left-contact,
  .column-right-fotos,
  .column-left-fotos{
    float:none;
    width:100%;
  }
  .column-right-index{
    margin-bottom:20px;
  }
  .column-right-index img,
  .column-right-contact img{
    max-width: 50%;
    padding-top:0;
    padding-bottom:20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
