body
{
    background-color: #F4F3F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}
.holder-div
{
    width: 70%;
    display: flex;
    flex-direction: column;


}



.contact-and-listen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-text {
    color: rgb(61, 49, 49);
    font-family: "League Spartan",sans-serif;
    margin-left: 10px;
}



.info-img
{
    height: 26px;
}
.info
{
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 margin-left: 10px;
 margin-right: 10px;
}



.main-info {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.school-img {
    height: 400px;
}

.about_us
{
    width: 60%;
  background-color: rgb(202, 216, 224);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu-buttons
{
    width: 60%;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    
    
}
.menu-button-icons
{
    width: 60px;
    background-color: rgb(100, 129, 162);
    height: 60px;
}

.menu-text
{
    font-family: "League Spartan",sans-serif;
    font:bolder;
    padding-left: 15%;
    font-size: 20px;
    margin:0px;
    
}
.välkomen
{
    margin-top: 25px;
    font-family: "League Spartan",sans-serif;
    font-size: 30px;
    font:bolder;
    border: dashed;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.nyt_program_bild_div
{
    width: 1000px;
    display: flex;
    justify-content: right;
}

.nyt_program_bild
{
    width: 400px;
}

.banner_img
{
    height: 200px;
}

.program_och_inriktning
{
    margin-top: 100px;
    font-family: "League Spartan",sans-serif;
    font-size: 30px;
    font:bolder;
    border:dashed;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
}

.icons {
    width: 15%;
    margin-left:60px;
    margin-right: 60px;
    cursor: pointer;
}

.buttons-icons {
    width: 100%;
    height: 100%;
}