html
{
    height:100%;
}
body{
    margin: 0 auto;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

h1
{
    font-size: 40px;
}

nav
{
    padding-top: 25px;
    padding-right: 40px;
    margin-right: 0;
    padding-bottom: 20px;
    background-color: black; 
    vertical-align: top;
    text-align: right;
}
nav a
{
    margin-left: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 28px;
}


header
{
    text-align: center;
}

main
{
    flex: 1;

}
main h1, h2, h3
{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; 
}
main p
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    text-justify: inter-word;
    text-align: justify;
}

main img
{
    display: block;
}

main li
{
    margin-top: 0;
    margin-bottom: 25px;
}

footer
{
    background:black;
    height: 100px;
    color:white;
    margin-top: 80px;
    text-align: center;
}
footer a{
    text-decoration: none;
    color: white;
}

.active
{
    text-decoration: underline;  
}

.contentSpan
{
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

.listPadding
{
    padding-left: 60px;
}


.webImg
{
    width: 470px;
    float: right;
    margin: 0 10px 0 15px;
    
}

.timImg
{
    width: 460px;
    float: right;
    margin: 0 0 0 15px;
}
.utvImg
{
    width: 470px;
    margin: 0 auto;
}

.samhälletImg
{
    width: 400px;
    float: right;
    margin: 0 0 0 15px;
}
