html {
	background-color: #000000;
	background-repeat: no-repeat;
}

body {
  margin: 0;
  font-family: quicksand;
  src: url(/fonts/quicksand-regular.ttf);
  line-height: 1.3;
  background-image: url("../bilder/the_corner_lulea.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}


@font-face {
  font-family: quicksand;
  src: url(/fonts/quicksand-regular.ttf);
}


@font-face { 
    font-family: 'MyFont'; 
    src: url('../fonts/TillerTest-Bold-BF65c2eac415eb4.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
 }
 
h1 
{
font-size: 1.9em;
padding: 0px;
margin: 10px 0px 10px 0px;
}

h2
{
font-size: 1.3em;
padding: 0px;
margin: 10px 0px 10px 0px;
color: white;
}

h3
{
font-size: 1.1em;
padding: 0px;
margin: 0px 0px 0px 0px;
}

p
{
font-size: 1.2em;
padding: 0px;
margin: 0px 0px 0px 0px;
}


.main-container
{
margin: 0 auto;
max-width: 100%; 
padding: 0px 0px 0px 0px;
border: none;
background-color: #FFFFFFF;
}

.book-button {
  background-color: rgba(0, 0, 0, .95);
  border: 2px solid grey;
  border-radius: 80px;
  color: white;
  padding: 50px;
  font-family: quicksand;
  src: url(../fonts/quicksand-regular.ttf);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  opacity: 0.7;
  font-size: 1.2em;
  line-height: 0.6em;
}

.book-button-2 {
display: none;
visibility: hidden;
}

.centered-2 {
display: none;
visibility: hidden;
}


.footer
{
padding: 0px;
margin: 0px;
margin-top: 15px;
width: 100%;
height: 40px;
padding-top: 17px; 
text-align: center;
font-size: 0.8em;
color: #dddddd;
background: #144694; 
}


/**************************** slideshow *********************/

.mySlides {display: none;}
img {
	vertical-align: middle; 
	height: 132px;
	border: 2px solid black;
	border-radius: 15px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

/* Caption text */
.event {
  color: #f2f2f2;
  font-size: 36px;
  padding: 8px 12px;
  position: absolute;
  bottom: 78px;
  width: 95%;
  text-align: center;
}
.text {
  color: #f2f2f2;
  font-size: 36px;
  padding: 8px 12px;
  position: absolute;
  bottom: 37px;
  width: 95%;
  text-align: center;
}
.date {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 95%;
  text-align: center;
}


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

[data-component="slideshow"] .slide {
	display: none;
  text-align: center;
}

[data-component="slideshow"] .slide.active {
	display: block;
}








/************* instagram ****************/
.link-white-normal:visited, .link-white-normal:active, .link-white-normal:link
{
color: #DDDDDD; 
text-decoration: none;
}
.link-white-normal:hover
{
color: #DDDDDD;
}

/************* foooter ****************/
.link-white:visited, .link-white:active, .link-white:link
{
color: #DDDDDD; 
text-decoration: none;
letter-spacing: 4px;
}
.link-white:hover
{
color: #DDDDDD;
}

/************* instagram ****************/
.link-white-normal-2:visited, .link-white-normal-2:active, .link-white-normal-2:link
{
color: #333333; 
text-decoration: none;
}
.link-white-normal-2:hover
{
color: #333333;
}

/************* foooter ****************/
.link-white-2:visited, .link-white-2:active, .link-white-2:link
{
color: #333333; 
text-decoration: none;
letter-spacing: 4px;
}
.link-white-2:hover
{
color: #333333;
}


.text-white
{
font-size: 1.5em;
}

.big-text
{
font-size: 80px;
font-weight: bold;	
font-family: 'MyFont', sans-serif; 
}

.image {
position: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  object-fit: cover;

}

.image-box {
position: relative;
}

/* Centered text */
.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2em;
  color: white;
}

.line
{
border-bottom: 2px solid #888;
margin-bottom: 10px;
}	


.white-box
{
width: 94%;
padding: 2%;
padding-bottom: 15px;
margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
background-color: rgba(0, 0, 0, .60);
color: #411466;
border-radius: 5px;
}

.column1{
  float: left;
  text-align: center;
  width: 99%;
  padding: 10px;
  font-size: 1.1em;
  color: white;
}
.column2{
  float: left;
  margin-left: 28px;
  width: 40%;
  padding: 10px;
  font-size: 1.1em;
    color: white;
}

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


.footer
{
padding: 0px;
margin: 0px;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
height: 40px;
padding-top: 17px; 
text-align: center;
font-size: 0.8em;
color: #dddddd;
background: #03680B; 
}

.footer-small li
{
display: none;
visibility: hidden;
}





/* [ON SMALL SCREENS] */
@media screen and (max-width: 850px){

 
h1 
{
font-size: 1.6em;
padding: 0px;
margin: 10px 0px 10px 0px;
}

h2
{
font-size: 1.2em;
padding: 0px;
margin: 0px 0px 0px 00px;
color: #144694;
}

h3
{
font-size: 1.1em;
padding: 0px;
margin: 0px 0px 0px 0px;
}

p
{
font-size: 1.0em;
padding: 0px;
margin: 0px 0px 0px 0px;
}

.image {
position: relative;
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

/* Centered text */
.book-button {
font-size: 1.4em;
padding: 30px;  
border-radius: 95px;
width: 300px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6em;
  color: white;
}

.book-button-2 {
	display: block;
visibility: visible;
  background-color: #ffcc00;
  border: 2px solid grey;
  border-radius: 70px;
  box-shadow: 0px 0px 5px 5px #144694;
  padding: 40px;
  font-family: quicksand;
  src: url(../fonts/quicksand-regular.ttf);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  /*opacity: 0.7;*/
  font-size: 1.2em;
  line-height: 0.6em;
}

.centered-2 {
	display: block;
visibility: visible;
  display: flex;
    justify-content: center;
	margin-top: 20px;
    align-items: center;
  font-size: 1.8em;
}


.white-box
{
width: 94%;
padding: 2%;
padding-bottom: 15px;
margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
background-color: rgba(0, 0, 0, .60);
color: #411466;
border-radius: 5px;
}

.column1{
  float: left;
  text-align: center;
  width: 97%;
  padding: 10px;
  font-size: 1.1em;
  color: white;
}

.column2{
  float: left;
  margin-left: 18px;
  width: 87%;
  padding: 10px;
}

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


.footer
{
display: none;
visibility: hidden;
}

.footer-small li
{
display: block;
visibility: visible;
padding: 0px;
margin: 0px;
margin-top: 0px;
width: 100%;
height: 25px;
padding-top: 4px; 
padding-bottom: 6px;
text-align: center;
font-size: 0.8em;
color: #dddddd;
background: #03680B; 
}


 
}
