html,body{ 
	width:100%;
	height:380vh;
	background:#0b253a;
  margin: 0;
}
.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(52, 108, 134, 0.2);
  z-index: 20;
  grid-column: 1/11;
 
}

.logo{
  height: 80px;
  width: 80px;
  margin: 10px;
  background-color: transparent;
  border: none;
  margin-left: 300px;
  margin-top: 30px;

}

.logoimg{
  height: 80px;
  width: 80px;

}

.titel{
  font-size: 25px;
  margin-top: -20px;
  color: rgb(0, 153, 190);
  font-weight: bold;
}

.text{
  font-size: 20px;
  margin-top: 50px;
  margin-left: -245px;
  color: rgb(0, 153, 190);
  font-weight: bold;
  
}

.mid{
  margin-left: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-icon{
  height: 20px;
  width: 20px;
  
 
}

.search{
  height: 50px;
  width: 500px;
  border: none;
  border-radius: 35px;
  padding-left: 10px;
  margin-left: -150px;
  color: white;
  background-color: rgb(78, 75, 75);
  
}

.search-button{
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  margin-left: -45px;
  background-color: rgb(0, 129, 162);
  display: flex;
  justify-content: center;
  align-items: center;
}



.container{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(31, 1fr);
  z-index: 3;
  height: 100%;
}

.meny{
  grid-column: 3 / span 6;
  grid-row: 3 / span 6;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(52, 108, 134, 0.2);
  z-index: 20;
  object-fit: contain;
}

.skola{
 position: relative;
 height: 680.3px;
 z-index: 5;
}

.motto{
  position: absolute;
  font-size: 40px;
  color: white;
  margin-left: 50px;
  margin-top: 300px;
  z-index: 10;
  font-weight: bold;
 background-color:  rgb(0, 129, 162);
 font-family: 'league spartan', sans-serif;
 padding: 3px;
}

.motto2{
  position: absolute;
  font-size: 40px;
  color: white;
  margin-left: 50px;
  margin-top: 430px;
  z-index: 10;
  font-weight: bold;
  background-color:  rgb(0, 129, 162);
  font-family: 'league spartan', sans-serif;
  padding: 3px;
}

.knappar{
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  grid-row: 3 / span 5;
  justify-content: space-between;
  height: 400px;
}

.knapp1{
  height: 70px;
  width: 600px;
  border-radius: 35px;
  margin-top: -40px;
  border: none;
  background-color: rgb(0, 129, 162);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.knapp2{
  height: 70px;
  width: 600px;
  border-radius: 35px;
  border: none;
  background-color: rgb(0, 129, 162);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.knapp3{
  height: 70px;
  width: 600px;
  border-radius: 35px;
  border: none;
  background-color: rgb(0, 129, 162);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.knapp4{
  height: 70px;
  width: 600px;
  border-radius: 35px;
  border: none;
  background-color: rgb(0, 129, 162);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.knapp5{
  height: 70px;
  width: 600px;
  border-radius: 35px;
  margin-bottom: -50px;
  border: none;
  background-color: rgb(0, 129, 162);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.knapp1:hover, .knapp2:hover, .knapp3:hover, .knapp4:hover, .knapp5:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  background-color: rgb(71, 71, 78);
  transition: 0,3s;
}

.inn{
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(7, 1fr);
  align-items: center;
  background-color: rgba(52, 108, 134, 0.2);
  z-index: 20;
  grid-column: 1/11;
  grid-row: 10 / span 9;
  position: relative;
}



.inn1, .inn2, .inn3{
  height: 250px;
  width: 250px;
  margin: 20px;
  background-color: rgb(78, 75, 75);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: white;

  position: relative;
}

.inn1 { grid-column: 3 / 5; grid-row: 3 / span 2; }
.inn2 { grid-column: 7 / 9; grid-row: 3 / span 2; }
.inn3 { grid-column: 11 / 13; grid-row: 3 / span 2; }

.inn4, .inn5, .inn6{
  height: 250px;
  width: 250px;
  margin: 20px;
  background-color: rgb(78, 75, 75);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: white;

  position: relative;
}

.inn4 { grid-column: 3 / 7; grid-row: 5 / span 2; }
.inn5 { grid-column: 7 / 10; grid-row: 5 / span 2; }
.inn6 { grid-column: 11 / 13; grid-row: 5 / span 2; }

.inntext{
  position: absolute;
  font-size: 45px;
  color: white;
  z-index: 10;
  font-weight: bold;
  background-color:  rgb(0, 129, 162);
  font-family: 'league spartan', sans-serif;
  padding: 3px;
  grid-column: 7 / 9;
  grid-row: 1 / span 2;
  align-self: center;
  width: 285px;
}

.inn1:hover, .inn2:hover, .inn3:hover, .inn4:hover, .inn5:hover, .inn6:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  background-color: rgb(109, 109, 114);
  transition: 0,3s;

}

.prod{
  height: 225px;
  width: 225px;
  border-radius: 15px;
  position: relative;
}

.namn1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 108, 134, 0.7);
  color: white;
  font-size: 18px;
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
  text-align: center;
  padding: 8px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 10;
  height: 40px;
}
.sk{
  font-size: 80px;
  color: white;
  z-index: 11;
  font-weight: bold;
  font-family: 'league spartan', sans-serif;
  padding: 50px 170px;
  grid-row: 22 / 22;
  grid-column: 4 / 8;
  position: static;

}

.infoo{
  font-size: 30px;
  color: white;
  z-index: 10;
  font-weight: normal;
  background-color: rgba(52, 108, 134, 0.2);
  font-family: 'league spartan', sans-serif;
  padding: 20px;
  grid-row: 22 / span 5;
  grid-column: 3 / 9;
  text-align: center;
  padding: 180px 50px 50px 50px;
}

.bheader{
  display: flex;
  flex-direction: row;
  background-color: rgba(52, 108, 134, 0.2);
  z-index: 20;
  grid-column: 1/11;
  grid-row: 30 / span 2;
}

.kk{
  font-size: 20px;
  color: white;
  z-index: 10;
  font-weight: normal;
  font-family: 'league spartan', sans-serif;
  padding: 20px;
  margin-left: 500px;
  text-align: center;
  margin-top: 15px;
}

.mail{
  font-size: 20px;
  color: white;
  z-index: 10;
  font-weight: normal;
  font-family: 'league spartan', sans-serif;
  padding: 20px;
  margin-left: -150px;
  text-align: center;
  margin-top: 55px;
}

.ff{
  font-size: 20px;
  color: white;
  z-index: 10;
  font-weight: normal;
  font-family: 'league spartan', sans-serif;
  padding: 20px;
  margin-left: 100px;
  text-align: center;
  margin-top: 15px;
}

.insta{
  height: 40px;
  width: 40px;
  border: none;
  background-color: transparent;
  margin-top: 65px;
  margin-left: -90px;
  cursor: pointer;
  z-index: 10;
}

.instaimg{
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 25px;
}

.fb{
  height: 40px;
  width: 40px;
  border: none;
  background-color: transparent;
  margin-top: 65px;
  margin-left: 10px;
  cursor: pointer;
  z-index: 10;
}

.fbimg{
  height: 40px;
  width: 40px;
}