@import url('https://fonts.googleapis.com/css?family=Jockey+One|Oswald|Ubuntu|Montserrat');

body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

#page_wrapper { height: 100%; }

.navigation {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  position: fixed;
  padding: 0;
  z-index: 150;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation p { display: inline-block; }

#bigHeader {
	width: 100%;
	height: 100vh;

	background: url("../img/test-dark-bg.jpeg");

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#header-text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 70%;
  height: auto;
  word-wrap: break-word;
	background: rgba(0, 0, 0, 0.8);
	padding-left: 25px;
	padding-right: 25px;

	border-style: solid;
	border-width: 0.5rem;
	border-color: #fff;
	text-align: center;
	margin: 0 auto;
  overflow: hidden;

}

nav {
  border-right: none;
  width: 80%;
  margin: 0 auto;
  position: fixed;
  text-shadow: 0 0 3px #000;
}

#main_wrapper {
	width: 100%;
	margin: 0 auto;
	position: initial;
  text-align: center;
}

#about-ourstory-wrapper {
  width: 100%;
  min-height: 50%;
  height: auto;
}

#about-ourstory_area {
  background-color: #FFFFFF;
  text-align: center;
  align-content: center;
  padding-bottom: 3%;
  padding-top: 3%;
  font-family: arial, sans-serif;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}

#about-ourstory_area button {
  display: none;
  width: 250px;
  height: 50px;
  margin: 5px auto;

  color: #fff;
  background: #000;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: "Montserrat";
}

#about-ourstory_area button:hover {
  background: #212121;
}

.about {
  float: left;
  width: 625px;
  margin-left: 10%;
  word-wrap: break-word;
}

.tuotteet {
  float: right;
  width: 625px;
  margin-right: 10%;
  word-wrap: break-word;
  height: auto;
}

#employees {
  background-color: #F0F0F0;
  text-align: center;
  align-content: center;
  padding-bottom: 3%;
  padding-top: 3%;
  font-family: arial, sans-serif;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}

#employee-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 375px;
    margin: auto;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 25px;
}

.employee-title {
    color: grey;
    font-size: 18px;
}

#employees button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

#employees a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

#employees button:hover, #employees a:hover {
    opacity: 0.7;
}

#previewPictures {
  background-color: #F6F6F6;
  text-align: center;
  align-content: center;
  padding-bottom: 3%;
  padding-top: 3%;
  font-family: arial, sans-serif;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 25%;
  max-width: 80%;
  padding: 0 4px;
  margin: 0 auto;
}

.column img {
  max-width: 350px;
  max-height: 300px;
  margin: 4px;
  vertical-align: middle;
  border: 1px groove #ECECEC;
}

.column a { margin: 0; }

#previewPictures button {
  display: none;
  width: 250px;
  height: 50px;
  margin: 5px auto;

  color: #fff;
  background: #000;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: "Montserrat";
}

#previewPictures button:hover {
  background: #212121;
}

#visiting-reserve_area {
  background-color: #FFFFFF;
  text-align: center;
  align-content: center;
  padding-bottom: 3%;
  padding-top: 3%;
  font-family: arial, sans-serif;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}

#openingHours {
  float: left;
  width: 625px;
  margin-left: 15%;
  word-wrap: break-word;
}

#reserveTimeDiv {
  float: right;
  width: 625px;
  margin-right: 15%;
  word-wrap: break-word;
  height: auto;
}


#reserveTime {
  width: 400px;
  height: 200px;
  border: 2px solid #111;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FCFCFC;
  margin-bottom: 30px;
}

table.openingHours {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background-color: #FCFCFC;
  width: 400px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 10%;
}
table.openingHours td, table.openingHours th {
  padding: 0px 0px;
}
table.openingHours tbody td {
  font-size: 14px;
  font-weight: bold;
}
table.openingHours tfoot td {
  font-size: 14px;
}
table.openingHours tfoot .links {
  text-align: right;
}
table.openingHours tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.about h1 { text-transform: capitalize; text-decoration: underline; text-align: center; line-height: 1 }
.tuotteet h1 { text-transform: capitalize; text-decoration: underline; text-align: center; line-height: 1; }

.about blockquote { border-left: 10px solid #AEAEAE; margin: 1.5em 10px; padding: 0.5em 10px; }
.about blockquote:before { font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
.about blockquote p { display: inline; font-size: 18px; }
.tuotteet blockquote { border-left: 10px solid #AEAEAE; margin: 1.5em 10px; padding: 0.5em 10px; }
.tuotteet blockquote:before { font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
.tuotteet blockquote p { display: inline; font-size: 16px; }

#facebook {
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-feed-container {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.social-feed-element {
  vertical-align: middle;
}

#facebook-post {
  width: auto;
  height: auto;
}

#map {
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
}

.navigation a {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  line-height: auto;
  margin: 24px;
}

.navigation select {
  padding: 5px;
  border: solid white 3px;
  border-radius: 5px;
  padding: 5px 20px 5px 5px;
  font-size: 16px;
  color: #fff;
  margin: 10px;
  background: url(../img/arrow-down.jpg) 90% / 45% no-repeat transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navigation select:active {
  background-color: #000;
  outline: none;
}

.navigation select:focus {
  background-color: #000;
  outline: none;
}

.navigation select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

/* UNDO CUSTOM ARROW ON IE9 */
@media screen and (min-width:0\0) {
    .navigation select {
        background-image:none\9;
        padding: 5px\9;
    } 
}

#header-text h1 {
	color: #fff;
	font-family: "Oswald";
	font-size: 3rem;
	letter-spacing: 0.08vw;
	font-weight: 700;
	text-transform: uppercase;
}

#reserveTime p {
  font-size: 24px;
}



#footer p, a {
  margin: 0 auto;
  font-family: Ubuntu;
  color: #000;
  margin: 5px;
  text-align: center;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -18px;
  display: block;
  width: 36px;
  height: 36px;
  border: 4px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 8px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 3px 3px;
}

.hide {
    display: none;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
 
.show {
    display: block;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.active {
    
}

.navigation .icon {
  display: none;
  color: #fff;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}