/*!==============================
 * Theme Name: Virb
 * Theme URL: https://probootstrap.com/virb-free-html5-multi-purpose-website-template
 * Version: 1.0
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
*/.probootstrap-logo,body {
  font-family: "Courier New", Courier, monospace;
}

html {
  overflow-x: hidden;
  font-size: 1em;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0.6em solid rgba(243, 196, 206, 0.2);
  border-radius: 6px;
}


.image1 {
  display: block;
  margin-right: 5%;
  margin-top: -5%;;
  border: 0;
  border-radius: 0;
}


body {
    
  background-image: url("../img/taustpink.gif"); /* The image used */
  background-color: #F6EAEE; /* Used if the image is unavailable */
  width: 100%; /* You must set a specified height */
  background-position: top;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  position: fixed;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 70%;
  position: relative;
  margin: auto;
  margin-top: 4%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0.3em;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(243, 196, 206, 0.4);
}

/* Position the "next button" to the right */
.next {
  right: 14%;
  border-radius: 2px;
}

.prev {
  left: 14%;
  border-radius: 2px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(243, 196, 206, 0.5);
}

@media screen and (max-width:1000px) {
body {    
  background-image: url("../img/taustpink.gif"); /* The image used */
  background-color:#F6EAEE; /* Used if the image is unavailable */
  background-position: 0 160px;
  background-repeat: no-repeat;
  top: 160px;
}
}