@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
  font-family: 'Raleway', sans-serif;
}

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

.container {
  min-height:100%;
  position:relative;
}

.headcontainer {
  top: 0;

  background-color: rgb(255, 91, 3);
}

.searchbarcontainer {
  position: inherit;
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

#searchQuery {
  width: 80%;
  height: 40px;
  outline: none;
  font-size: 25px;
  text-transform: lowercase;
}

.bodycontainer {
  padding: 10px 10px 50px;/* sista siffran ska vara höjden på footern*/

  background-color: rgb(255, 0, 0);

}

.imagecontainter {
  padding: 0 80px 0 80px;
}

.descriptcontainer {
  padding: 0 20% 0 20%;
}

.metaData {
  float: left;
  width: 50%;
}

td {
  padding: 10px;
}

#map {

  float: right;
  height: 400px; /* The height is 400 pixels */
  width: 50%; /* The width is the width of the web page */
}



.bodyleft {
  width: 50%;
  float: left;
  text-align: left;
  align-content: center;
  background-color: green;
}

.bodyright {
  width: 50%;
  float: left;
  text-align: left;
  align-content: center;
  background-color: blue;
}

.footercontainer {
  position:absolute;
  bottom:0;
  width:100%;
  height:50px;   /* Height of the footer */
  background: #dc00ff;
}


#testparent {
  width: 100%;
  height: 500px;
  background-color: red;
}

.testlala {
  width: 30%;

}

.ingela {
  padding: 20px;
  float: left;
  width: 30%;
  object-fit: contain;
}
