@font-face {
    font-family: 'FrutigerLTArabicbold';
    src: url('../fonts/frutiger-lt-arabic-65-bold.ttf');
}

html, body {
    background: url(../images/influancylanding.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    margin: 0;
    font-family: FrutigerLTArabicbold;
}

.full-height {
    height: 100vh;
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content {
    text-align: center;
}

.links > a {
    letter-spacing: .1rem;
    text-decoration: none;
    display: block;
}

.m-b-md {
    margin-bottom: 55px;
}

.welcometext {
    color: #0c6388;
    font-size: 24px;
    font-weight: bold;
    margin: -7px;
}

.forums-btncolor {
    background-color: #d6181f;
    color: #FFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 20px;
    width: 123px;
    height: 32px;
    line-height: 34px;
    padding: 0 4px;
}

.magazine-btncolor {
    background-color: #24beca;
    color: #FFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 20px;
    margin-left: 14px;
    width: 123px;
    height: 32px;
    line-height: 34px;
    padding: 0 4px;
}

.platform-btncolor {
    background-color: #82cce7;
    color: #FFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 20px;
    margin-left: 14px;
    width: 123px;
    height: 32px;
    line-height: 34px;
    padding: 0 4px;
}

.forums-btncolor:hover,
.platform-btncolor:hover,
.magazine-btncolor:hover {
    color: #FFF
}
