@font-face {
    font-family: 'geomanist';
    src: url('../font/geomanist-regular-webfont.ttf') format('woff2');
}

body{
    background-color: #272726;
    font-family: 'geomanist';
    font-size: 20px;
}

.col-12{
}

p a{
    color: white;
    text-decoration: none;
}

p a:hover{
    color: white;
    text-decoration: underline;
}

#logodiv{
    margin-top: 8%;
}

#logo{
    width: 192px;
    height: 250px;
}

#banner{
    position: fixed;
    width: 2000px;
}

#bannerdiv{
    background-image: url('../img/montagnes.png');
    background-repeat: repeat-x;
    background-position: center;
    height: 500px;
}

#bannerdiv2{
    background-image: none;
    background-size: 2200px 300px;
    background-repeat: repeat-x;
    background-position: center;
    height: 0px;
}

footer{
    width: 100%;
    color: white;
    position: relative;
    text-align: center;
}

#footerp{
    margin-bottom: 0px !important;
    position: fixed;
    bottom: 0px;
}

#footerpdiv{

}

#footerp2 p{
    display: none;
    text-align: left !important;

}

@media only screen and (max-height: 850px){
    #footerp{
        margin-bottom: 0px !important;
        position: initial;
    }
}

@media only screen and (min-width: 3150px){

    #logodiv{
        margin-top: 4%;
    }

    @media only screen and (max-height: 950px){
        #footerp{
            margin-bottom: 0px !important;
            position: initial;
        }
    }
}

@media only screen and (max-width: 450px){
    #footerp2{
        margin-top: 35% !important;
    }
}

@media only screen and (max-width: 600px) {

    .logodiv{
        height: 300px;
        margin-bottom: 15%;
    }

    #bannerdiv2{
        background-image: url('../img/montagnes.png');
        background-size: 2200px 300px;
        background-repeat: repeat-x;
        background-position: center;
        height: 300px;
    }

    #bannerdiv{
        height: 0px;
        display: none;
        background-image: none;
    }

    footer{
        bottom: 100px;
    }

    #footerp{
        display: none;
        height: 0px;
    }

    #footerp2{
        margin-top: 22%;
    }

    #footerp2 p{
        width: 192px;
        display: initial;
    }

}



