
body {
    background: url("../img/Aquarelle_background.jpg") center fixed;
    background-size: cover;
    color: #343c4c ;
    font-family: fira-sans, sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    min-height: auto;

}

a{
    color: #fff ;
}

a:hover{
    color: #fff ;
}

#headerContainer {
    background-color: transparent;
    height: 200px;
    margin: 0;
}

#headerContainer img {
    margin-top: 60px;
    margin-left: 60px;
    margin-bottom: 60px;
    height: 77px;
}

#contentContainer {
    background-color: #e0e4eb;
    color: #343c4c;
    text-align: center;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contentContainer p {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

#footerContainer {
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: #596685;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-weight: 500;
    margin: 0px;
}

#footerContainer div {
    padding-top: 15px;
    padding-bottom: 0;
}


@media (max-width: 400px) {
    /* smartphones, iPhone, portrait 480x320 phones */ 
    #contentContainer {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #footerContainer {
        font-size: 12px;
        margin-top: 100px;
    
        
    }

    #headerContainer img {
        margin-top: 60px;
        margin-left: -12px;
        margin-bottom: 60px;
        height: 77px;
    }

}

/* Tablet Styles */
@media  (min-width: 401px) and (max-width: 960px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    #contentContainer {
        font-size: 16px;
    }

    #footerContainer {
        font-size: 12px;
        margin-top: 100px;     
    }
    
    #headerContainer img {
        margin-top: 60px;
        margin-left: -12px;
        margin-bottom: 60px;
        height: 77px;
    }

   

}
@media  (min-width: 961px) {
    #contentContainer {
        font-size: 22px;
    }

    #footerContainer {
        font-size: 20px;
        margin-top: 100px;     
    }


    #footerContainer {
        color: #ffffff;
        display: block;
        text-align: center;
        background-color: #596685;
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-weight: 500;
        margin: 0px;
    }
}

@media only screen and (orientation: landscape) {
    /* Mobil landscape */
    #headerContainer {
        width: 100%;
        height: 150px;
        margin: 0px;
    }

    #headerContainer img {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
    }

    #footerContainer {
        font-size: 16px;
    }

    #contentContainer {
        font-size: 18px;
    }

    #contentContainer p {
        line-height: 30px;
    }

    #footerContainer p {
        line-height: 20px;
    }
    

    @media (min-width:320px)  { 
    
        #footerContainer {
            margin-top: 100px;
            position: unset;
            
        }

        .row {
            margin: 0
        }
    }
    @media (min-width:481px)  { 
        /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 

    
        #footerContainer {
            margin-top: 100px;
            position: unset;
            
        }

        .row {
            margin: 0
        }
    }
    @media (min-width:641px)  { 
        /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
        #footerContainer {
            color: #ffffff;
            display: block;
            text-align: center;
            background-color: #596685;
            position: fixed;
            width: 100%;
            bottom: 0px;
            font-weight: 500;
            margin: 0px;
        }
    }
    @media (min-width:961px)  { 
        #footerContainer {
            color: #ffffff;
            display: block;
            text-align: center;
            background-color: #596685;
            position: fixed;
            width: 100%;
            bottom: 0px;
            font-weight: 500;
            margin: 0px;
        }
        /* tablet, landscape iPad, lo-res laptops ands desktops */ }
    @media (min-width:1025px) { 
        #footerContainer {
            color: #ffffff;
            display: block;
            text-align: center;
            background-color: #596685;
            position: fixed;
            width: 100%;
            bottom: 0px;
            font-weight: 500;
            margin: 0px;
        }/* big landscape tablets, laptops, and desktops */ 
    }
    @media (min-width:1281px) { 
        #footerContainer {
            color: #ffffff;
            display: block;
            text-align: center;
            background-color: #596685;
            position: fixed;
            width: 100%;
            bottom: 0px;
            font-weight: 500;
            margin: 0px;
        }
        /* hi-res laptops and desktops */ 
    }


}
