/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Απρ 2020, 8:44:45 μμ
    Author     : Αχιλλέας
*/

.article-header-3 {
    color: #7c7c7d;
    margin-top: 80px;
    margin-bottom: 40px;
}

.question {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    /*line-height: 1.7;*/
    margin-top: 30px;
}

.question-explanation {
    font-size: 1.05rem;
    font-style: italic;
    font-weight: normal;
}

.social-buttons-divider {
    width: 50%;
    border-radius: 25px;
    height: 2px;
    background: rgb(0,112,200);
    background: linear-gradient(90deg, rgba(0,112,200,1) 0%, rgba(255,255,255,1) 100%);
}