html {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

body {
  height: 100%;
  width: 100%;
  margin: 0; 
  overflow: hidden;
}



.wrapper {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 100px 20% 20% 20% 30% 10%;
  width: 100vw;
  height: 100vh;
  grid-gap: 20px; 

}   

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    height: 120px;
    border-bottom: 3px solid rgb(10, 146, 117);
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.search-bar {
    grid-column: 3/4;
    grid-row: 1;
    height: 40%;
    border-radius: 20px;
    font-size: 16px;
    padding-left: 14px;
    margin-left: 40px;
    align-self: center;
}

.tull-logo {
    grid-column: 2/3;
    grid-row: 1;
    margin-left: 20px;
    height: 110px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.search-icon-background {
    grid-column: 3/4;
    grid-row: 1;
    justify-self: end;
    background-color: #0099BE;
    border-radius: 50%;
    border: solid 2px black;
    height: 60px;
    width: 60px;
    align-self: center;
}

.search-icon-background:hover {
    background-color: #0fa8ce;
    cursor: pointer;
}

.search-icon {
    width: 80%;
    margin-left: 5px;
    margin-top: 5px;
}

.burger-menu {
    width: 60%;
    margin-left: 12px;
    margin-top: 12px;
    
}

.burger-menu-background {
    grid-column: 4/5;
    grid-row: 1;
    justify-self: end;
    background-color: #0099BE;
    border-radius: 50%;
    border: solid 2px black;
    height: 60px;
    width: 60px;
    align-self: center;

}



.background-innova {
    grid-row: 2/6;
    grid-column: 1/6;
    width: 100%;
    height: 100%;
}

.main {
    grid-column: 2/5;
    grid-row: 2/6;
    background-color: rgb(255, 255, 255);
    opacity: 85%;
    margin-right: calc(-10% - 10px);
    margin-left: calc(-10% - 10px);
}

.tullängsgymnasiet {
    color: rgb(75, 106, 146);
    font-weight: 700;
    font-family: League Spartan, Arial, sans-serif;
    grid-row: 1;
    grid-column: 2/3;
    margin-left: 110px;
    margin-top: 34px;
    font-size: 18px;
}

.en-del {
    color: rgb(182, 182, 182);
    font-weight: 700;
    font-family: League Spartan, Arial, sans-serif;
    grid-row: 1;
    grid-column: 2/3;
    font-size: 18px;
    margin-left: 110px;
    margin-top: 60px;
    margin-right: -20px;
}

.tullängen-2 {
    grid-column: 2/4;
    grid-row: 3/5;
    opacity: 100%;
    z-index: 101;
    height: 100%;
    width: 90%;
    margin-left: -8%;
    margin-right: 20%;
    margin-top: 10%;
    border-radius: 4px;
}

.main-box {
    grid-column: 3/5;
    grid-row: 3/5;
    background: linear-gradient(135deg, #122742, #2c6a75, #24243e);
    border-radius: 10%;
    z-index: 102;
    height: 100%;
    width: 60%;
    margin-left: 42%;
    margin-right: 20%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 2px solid rgb(0, 0, 0);
}

.box-content {
    background-color: rgb(97, 167, 224);
    width: 80%;
    height: 10%;
    border-radius: 20px;
    font-family: Orbitron, Arial, sans-serif;

     display: flex;              
    justify-content: center;    
    align-items: center;        
    font-size: clamp(10px, 0.6vw + 0.6vh, 26px);
    font-weight: 700;
    text-align: center;
    
}

.box-content:hover {
    box-shadow: 0 0 20px rgb(0, 204, 255);
    cursor: pointer;
}

.line-1 {
    grid-row: 3/4;
    grid-column: 2/5;
    background-color: grey;
    z-index: 104;
    margin-left: -60px;
    margin-right: -60px;
    height: clamp(1px, 0.6vw + 0.6vh, 2px);
    opacity: 90%; 
}

.line-2 {
    grid-row: 3/4;
    grid-column: 2/5;
    background-color: grey;
    z-index: 104;
    margin-left: -60px;
    margin-right: -60px;
    margin-top: 40px;
    height: clamp(1px, 0.6vw + 0.6vh, 2px);
    opacity: 90%; 
    
}

.chat-icon {
    z-index: 105;
    grid-row: 3/4;
    grid-column: 2/5;
    margin-left: -60px;
    margin-right: -60px;
    margin-top: 4px;
    height: 18%;
    transition: transform 0.1s ease;
}

.chat-icon:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.kontakta-oss {
    z-index: 105;
    grid-row: 3/4;
    grid-column: 2/5;
    margin-left: -20px;
    margin-right: -60px;
    margin-top: 8px;
    height: 18%;
    font-size: clamp(10px, 0.6vw + 0.6vh, 26px);
    
}

.sound-icon {
    z-index: 105;
    grid-row: 3/4;
    grid-column: 5/6;
    margin-left: -80px;
    margin-top: 4px;
    height: 18%;

}

.lyssna {
    margin-top: 10px;
    z-index: 105;
    grid-row: 3/4;
    grid-column: 5/6;
    margin-left: -35px;
    font-size: clamp(10px, 0.6vw + 0.6vh, 26px);
}

.industri {
    grid-row: 5/6;
    grid-column: 2/4;
    width: 100%;
    margin-left: -8%;
    margin-top: 12%;
    z-index: 106;
    border: 2px solid black;
    border-radius: 4px;
}

.nytt-program {
    z-index: 107;
    grid-row: 5/6;
    grid-column: 4/5;
    margin-top: 24%;
    height: 20%;
    width: 120%;
}


