@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 550;
}

.body_txt{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 550;
}

a{
    text-decoration: none;
}
a.red{
    color: #ff6d6d;
}
a.red:hover{
    color: #0074a0;
}

a.join_us{
    /*
    position: relative;
    left: 20px;
    color: #5865f2;
    */
    position: relative;
    top: 10px;
    color: #5865f2;
}

a.join_us:hover{
    color: #fff;
}

.black_bg{
    background-color: #0c0c0c;
}
.black_bg2{
    background-color: #141414;
}
.black{
    color: #141414;
}
.primary{
    color: #65d1fa;
}
.secondary{
    color: #69ed96;
}
.secondary_bg{
    background-color: #69ed96;
}
* {
  box-sizing: border-box;
}
.gradient{
    background-image: linear-gradient( #65d1fa, #0074a0 );
}
.rc{
    border-radius: 25px;
}
div.row{
    margin-top: 2px;
    margin-bottom: 2px;
}
.fc_head{
    background-image: linear-gradient( #ff6d6d, #69ed96 );
    padding: 10px;
    padding-left: 20px;
    color: #141414;
    border-radius: 25px;
    font-size: 1.4em;
    margin-bottom: 10px;
}
img.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1{
    font-size: 2.1em;
    font-weight: bold;
}
.body_lg{
    font-size: 1.4em;
}
.note{
    color: #aaa;
    font-size: 0.8em;
    font-weight: 550;
}
.center{
    text-align: center;
}
.lb{
    color: #444444;
    min-width: 300px;
    max-width: 400px;
    min-height: 300px;
    border-radius: 25px;
}
a.lb_link{
    display: block;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    border-radius: 5px;
}
a.lb_link:hover{
    color: #0074a0;
}
