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

body
{
    font-family: arial, sans-serif;
    background-color: #333333;
}

#kommende_arrangementer
{
    float: right;
    margin-right: 100px;
}

/*
#main_box
{
    height: 100%;
}
*/

.box
{
    color: white; 
    width: 80%;
    margin: 0px auto;
    height: 120%;
    overflow: hidden;
    background: #515151;
    padding-bottom: 50px;
}

#tidligere
{
    height: 160%;
}

#links
{
    color: #EFCB00;
}

#title_box
{
    background: grey;
    height: 60px;
}

#page_title
{
    padding-left: 20px;
    padding-top: 15px;
    font-size: 25px
}

#page_title_desktop
{
    padding-left: 20px;
    padding-top: 15px;
    font-size: 25px;
}

#page_title_mobile
{
    display: none;
}

#page_text
{
    padding: 20px;
    padding-top: 40px;
    width: 40%;
    float: left;
    margin-right: 10%;
}

#pdf
{
    padding-right: 10px;
    color: red;
    font-size: 30px;
}

#download
{
    color: white;
}


#pic
{
    border: solid white 5px;
    width: 300px;
    margin-top: 60px;
    margin-right: 60px;
    margin-bottom: -140px;
    display: flex;
}

.pic_text
{
    width: 300px;
    display: flex;
    margin-right: 60px;
    margin-top: 150px;
    font-size: 15px;
}

#projekt
{
    border: solid white 2px;
    width: 250px;
    margin-top: 60px;
    margin-right: 60px;
    margin-bottom: -140px;
    display: flex;
    margin-left: 20px;
}

#gabriel
{
    font-size: 20px;
}

.page-container {
    display: grid;
    width: 100%;
}

.top-bar{
    width: 80%;
    background: grey;
    place-self: center;
    height: 60px;
    display: grid;
    align-content: center;
}

.page-text-container {
    width: 80%;
    background: #515151;
    place-self: center;
    min-height: 100px;
    padding-bottom: 40px;
}

.page-title {
    color: white;
    font-size: 25px;
    font-weight: normal;
    margin-left: 20px;
}

.previous-concerts-container {
    color: white;
    width: 80%;
    margin-left: 40px;
    margin-top: 20px;
}

.new-leader-link {
    color: white;
}

@media (min-width: 1400px)
{   
    #title
    {
        font-size: 40px;
    }
}

@media (min-height: 900px)
{   
    .box
    {
        width: 60%;
    }
    
    #page_text, .pic_text
    {
        font-size: 20px;
    }
}

@media (max-width: 1140px)
{   
    .box
    {
        width: 100%;
    }
    #title_box
    {
        background: grey;
        height: 60px;
    }

    #page_title
    {
        padding-left: 20px;
        padding-top: 15px;
        font-size: 25px
    }
    .top-bar{
        width: 100%;
    }

    .page-text-container {
        width: 100%;
    }

}

@media (max-width: 850px)
{
    .box
    {
        height: 1400px;
    }
}

@media (max-width: 750px)
{   
    .box
    {
        height: 1400px;
    }
    
    #page_text
    {
        width: 90%
    }

    #space
    {
        display: none;
    }
    
    #pic
    {
        margin-left: 20px;
        width: 60%;
    }
    
    .pic_text
    {
       margin-left: 20px;
        width: 60%;
    }
    
}

@media (max-width: 600px)
{
    #page_title_desktop
    {
        display: none;
    }
    
    #page_title_mobile
    {
        display: block;
        padding-left: 20px;
        padding-top: 15px;
        font-size: 25px
    }
}

@media (max-width: 400px)
{
    #page_title
    {
        font-size: 22px;
    }
}

@media (max-width: 350px)
{
    #page_title
    {
        font-size: 21px;
    }
}	