/* Style Settings */

:root {
    --bgColor: #FFDFDC;
    --accentColor: #FF7272;
    --complementColor: #FFFFFF;
    --font: 'GE SS Two Medium.otf';
}

@font-face {
    font-family: 'GE SS Two Bold';
    src: url("../font/GE SS Two Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two Light';
    src: url("../font/GE SS Two Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two Medium';
    src: url("font/GE SS Two Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rosemary-regular';
    src: url("font/Rosemary.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(./images/landing_page/Kalimat-arabic.png) no-repeat center center fixed;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-family: 'GE SS Two Medium';
}

#userPhoto {
    /* width: 235px; */
    height: 192px;
    display: block;
    margin: 35px auto 20px;
    /* border: 1px; */
    border-radius: -15%;
    /* border-style: dotted; */
    /* border-color: var(--accentColor) */
}

#userName {
    color: #667d96;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}

#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 27px auto;
}

.link {
    display: block;
    background-color: white;
    color: #222;
    font-family: 'GE SS Two Medium';
    text-align: center;
    margin-bottom: 20px;
    padding: 19px;
    text-decoration: none;
    font-size: 14px;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--complementColor);
    border: 1px;
    border-style: dotted;
    border-radius: 30px;
}

.link:hover {
    background-color: #f7d7c0;
}

@media only screen and (max-width: 992px) {
    body {
        background: url(./images/landing_page/Kalimat-BG_Mobile-Arabic.png) no-repeat center center fixed;
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.footer p {
    text-align: center;
    color: #434343;
    font-size: 13px;
}

.footer p a {
    text-align: center;
    color: #434343;
    font-size: 13px;
    text-decoration: none;
}

.footer {
    bottom: 1%;
    position: absolute;
    /* padding-top: 200px; */
    left: 32%;
    text-align: center;
}

@media (max-width: 767px) {
    .footer {
        bottom: 1%;
        position: absolute;
        /* padding-top: 200px; */
        left: 0% !important;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .footer {
        bottom: 1%;
        position: absolute;
        /* padding-top: 200px; */
        left: 15% !important;
        text-align: center;
    }
}