/* ==================== GENERAL ================== */
html,
body {
    height: 100%;
}

body {
    position: relative;
    background-color: #002238;
    overflow: hidden !important;
}

h1, h2, p {
    margin: 0;
}

@font-face {
    font-family: "TerminalLikeFont";
    src: url("./assets/Menlo-Regular.ttf");;
}

@font-face {
    font-family: "Titre";
    src: url("./assets/TextMeOne-Regular.ttf");;
}

@font-face {
    font-family: "AutreFront";
    src: url("./assets/AlegreyaSans-Thin.ttf");;
}

/* ==================== CANVAS ================== */
#wrap {
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 500px;
}

.over-canvas {
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 500px;
}

.over-canvas .container {
    height: 100%;
    width: 100%;
    position: relative;
}

.over-canvas .container .text-container {
    margin: 0;
    position: absolute;
    left: 125px;
    color: white;
    height: 50px;
    top: 180px;
    text-align: left;
    display: flex;
    font-family: 'TerminalLikeFont', sans-serif;
}

/* ==================== TOP-left ================== */

.logo {
    position: absolute;
    height: 70px;
    /*background: url("./assets/just-logo.svg");*/
}
.logo .title {
    margin: 15px 0;
    height: 40px;
    color: #d1d1d1;
    line-height: 40px;
    float :left;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: lighter;
    font-family: "Titre", sans-serif;
}

.logo .logo-logo {
    float: left;
    height: 70px;
    width: 70px;
}


.logo .logo-logo svg {
    fill: #C1272D !important;
}

/* ==================== BOTTOM -right ================== */

.contact {
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: white;
    font-family: TerminalLikeFont, sans-serif;
    font-size: 15px;
    text-align: right;
}

@media (max-width:500px) and (min-height: 0)  {
    #wrap {
        width: 300px;
        height: 300px;
    }
    .over-canvas {
        width: 300px;
        height: 300px;
    }
    .over-canvas .container .text-container {
        left: 45px;
        top: 108px;
        font-size: smaller;
    }

}


/*@media screen and (min-width: 1080px){*/
/*    body {*/
/*        background: green;*/
/*    }*/
/*}*/
