/*** MOBILE ***/

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    background-image: url(../img/fractal-bg.jpg);
    background-color: #401817;
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

p {
    font-size: 18px;
}

.small {
    font-size: 15px;
}

.bold {
    font-weight: 900;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a span {
    font-size: 15px;
    color: #fe5c10;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

#home {
    position: relative;
}

.logo {
    width: 214px;
    height: auto;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}

.logo-title {
    position: absolute;
    text-indent: -9999px;
}

.container {
    max-width: 300px;
    margin: 12% 8%;
}

.project {
    display: block;
    width: 280px;
    text-align: center;
    margin: 0 0 20px 0;
}

.card {
    position: relative;
    font-size: 25px;
    padding: 8px 0;
    border: 2px solid #795d5c;
    border-radius: 4px;
    vertical-align: middle;
    max-height: 50px;
}
.card:hover {
    color: #fff;
    border-color: #5c3a3a;
}

.card img  {
    position: relative;
    width: auto;
    height: 50px;
    background: none;
    border: 0;
    vertical-align: middle;
}

.p-openid {
    color: #887877;
    margin-top: 15%;
}

.openid {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}



/*** BREAKPOINTS ***/

/* 576 */
@media (min-width: 576px){
    .container {
        margin: 7% 8% 0 8%;
        max-width: 420px;
    }
}

/* 768 */
@media (min-width: 768px){
    h2 {
        font-size: 40px;
        max-width: 560px;
    }
    
    .container {
        max-width: 700px;
    }

    .project {
        display: inline-block;
        width: 44%;
        text-align: center;
        margin-right: 20px;
    }

    .p-openid {
        margin-top: 4%;
    }
}


/* 992 */
@media (min-width: 992px){
    .p-openid {
        margin-top: 8%;
    }
}


/* 1200 */
@media (min-width: 1200px){
    ...
}


/* 1400 */
@media (min-width: 1400px){
    h2 {
        font-size: 50px;
        max-width: 100%;
    }
    
    .p-openid {
        clear: both;
        margin-top: 12%;
    }
    .openid {
        clear: both;
        display: block;
    }
}