Theme Name: GeneratePress Bokfabriken
Author: 
Description: Child theme for Bokfabriken
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Innehållet som ligger ovanpå bilden */
.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}

.warriors-logo-small {
  position: absolute;
  top: 1vw;
  left: 36vw;
  width: 25vw;
  max-width: 800px;
  cursor: pointer;
}

.exit-btn {
	max-width: 300px;
	width: 4vw;
	position: absolute;
	z-index: 10;
	top: 2.5vw;
	right: 10vw;
}

/* Footer */
.footer {
  margin-top: auto;
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  background-color: black;
  color: white;
}

/* Skärmanpassning */

@media screen and (max-width: 550px) {
  .firestar {
    top: 9%;
  }
}

@media (max-width: 750px) {		
.footer {
  padding: 0.5rem;
  font-size: 0.5rem;
}
	
.warriors-logo-small {
  max-width: 1200px;
  left: 26vw;
  width: 45vw;
  }
	
.exit-btn {
	top: 6vw;
	right: 8vw;
}
}

