@import url(//db.onlinewebfonts.com/c/15d5c1cbc983caf235d04c8ee8a80e28?family=Arquitecta);

@font-face {font-family: "Arquitecta"; src: url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.eot"); src: url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.woff") format("woff"), url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/15d5c1cbc983caf235d04c8ee8a80e28.svg#Arquitecta") format("svg"); }

#all {
    background-image: url("resources/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.logo {
    width: 300px;
    margin-top: 75px;
    margin-bottom: 75px;
    /* way to center a single image */
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* way to center a single image */
}

.sub {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-family: Arquitecta;
    font-weight: bold;
    margin-bottom: 50px;
}

.footer {
    color: #ffffff;
    text-align: center;
    font-size: 12.5px;
    font-family: Arquitecta;
    font-weight: 100;
}

#contact {
    /* way to center multiple objects inside a div */
    display: flex;
    justify-content: center;
    align-items: center;
    /* way to center multiple objects inside a div */

}

.icon {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
}