/*
 * Theme Name: BIM by kitoy licensed under WTFPL
 * Theme URI: http://bim.land
 * Author: BIM
 * Author URI: http://bim.land

 * License: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2
 * License URI: http://www.wtfpl.net
 *
 */


html, body {
    width: 100%;
    height: 100%;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#header {
    font-size: 1.25em;
    font-weight: 900;
    position: fixed;
    width: 100%;
    z-index: 3;
}

nav {
    min-height: 50px;
}

nav img{
    width: 60px;
    height: 50px;
    margin-bottom: -15px;
}

#presentation{
    text-align: center;
}

#presentation h2 {
    margin-bottom: 40px;
    font-size : 2.0em;
    color: #ff6600;
    font-weight: 700;
}

#logo {
    font : Helvetica, sans-serif;
    max-width: 70%;
}


#services a {
    color: #ff6600;

}

#services h2 {
    margin-bottom: 40px;
    font-size : 2.0em;
    color: #ff6600;
    font-weight: 700;
}

.card {
    height: 600px;
    padding-bottom: 10rem;
}

.card-bloc {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .15rem;
    padding-bottom: 0.1rem;
}

.card-img-top {
    margin-top: 10px;
    width: 200px;
    height: 200px;
}

footer {
    font-family: sans-serif;
    background-color : #2b2b2a;
}

footer h2 {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: white;
    font-size: 1.5rem;
}

footer button {
    margin-bottom: 2px;
}

footer a {
    color: white;
    margin-bottom: 2px;
}

footer #link {
    width: 25rem;
}

#copyright {
    margin-top: 10px;
}

/* Responsive design ! Hé mes couilles ! */


@media (max-width: 768px)
{

    .card {
        height: 500px;
        padding-bottom: 10rem;
    }

    #logo {
        margin-top: 10%;
    }

    #contact {
        align-items: center;
    }

    footer button {
        color: white;
        width: 70%;
    }

    footer .list-group {
        width: 100%;
        text-align: center;
    }

}
