html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    font-size: 100%;
}

body {
    background: white;
    color: #272622;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

#top {
    margin-top: 1em;
}
#banner-bg {
    width: 100%;
    background-color: #111;
    background-image: url(img/bg_left.png),url(img/bg_right.png);
    background-position: left,right;
    background-size: 50% 100%,100% 100%;
    background-repeat: no-repeat,no-repeat;
}

#banner {
    z-index: 2;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1500px;
    *zoom: 1;
    min-width: 600px;
}

/* @media only screen and (min-width: 48em) */
.large-12 {
    position: relative;
    width: 100%;
}

.column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
}

.hero {
    position: relative;
}

.hero #cafe {
    background-image: url(img/pexels1500.jpg);
}

.hero #cafe {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    /* font: 0/0 serif; */
    text-shadow: none;
    color: transparent;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hero #cafe .inner {
    padding-top: 63.35%;
    display: block;
    height: 0;
}

#card {
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width:60%;
    margin: 10px;
}

.part {
    padding-top: 30px;
}


 *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
} 

div.logo {
    margin-bottom: 6em;
}

div.logo img {
    width: 500px;
}


.social-media {
    display: inline-block;
}

.social-media a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 24px;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.keywords
{
    margin-left: 12px;
}

.keywords  span{
    padding-left: 5px;
    padding-right: 5px;
}


@media only screen and (max-width: 1100px){
    div.logo img {
        width: 300px;
    }

    div.logo {
        margin-bottom:10%;
    }
    
}

@media only screen and (max-width: 800px){
    #card {
        font-size: small;
    }

    .part {
        padding-top: 20px;
    }

    div.logo {
        margin-bottom: 10%;
    }

    div.logo img {
        width: 200px;
    }

    .social-media a {
        width: 24px;
        height: 24px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .keywords
    {
        margin-left: 6px;
    }

    .keywords  span{
        padding-left: 2px;
        padding-right: 2px;
    }

}

.social-in {
    background-image: url(img/in_b.svg);
}

.social-in:hover, 
.social-in:focus {
    background-image: url(img/in.svg);
}


.social-insta {
    background-image: url(img/insta_b.svg);
}

.social-insta:hover,
.social-insta:focus {
    background-image: url(img/insta.svg);
}


.st0:hover{fill:url(#SVGID_1_);}
.st1:hover{fill:url(#SVGID_2_);}
.st2:hiver{fill:#654C9F;}