/*
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 : 28 Σεπ 2019, 8:07:25 μμ
    Author     : Αχιλλέας
*/

.article-header {
    font-weight: bold;
    font-size: 1.9rem;
    margin-top: 80px;
}

.article-text {
    font-size: 1.1rem;
    color: #000;
}

.custom-quote {
    border-left: 5px solid lightgray;
    border-right: 5px solid lightgray;
    padding: 20px;
}

.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%);
}