﻿/*SETTING STANDARD VALUES FOR THE ENTIRE PROJECT*/
/*BASIC TAG DEFAULT SETTINGS*/
h1, p, a, em, li, span {
    font-size: calc(12px + 18 * (100vw / 3840));
    font-family: OpenSans-Regular, sans-serif;
}
h2 {
    font-size: calc(15px + 32 * (100vw / 3840));
    font-family: OpenSans-Bold, sans-serif;
}
h3 {
    font-size: calc(12px + 18 * (100vw / 3840));
    font-family: OpenSans-Bold, sans-serif;
}
/*SELF TAG DEFAULT SETTINGS*/
.container {
    margin: 0 6em 0 6em;
}
::-webkit-scrollbar {
    width: 1em;
    background-color: #e3e3e3;
}
    ::-webkit-scrollbar-thumb {
        background-color: #313d72;

    }
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
            background-color: #e3e3e3;
        }
/*TEXT TAG*/
.p_gallery_category {
    font-size: calc(6px + 18 * (100vw / 1920)) !important;
}
.p_title {
    text-align: center;
    margin: 3em 0 3em 0;
}
.p_italic {
    font-style: italic;
}
.tab:first-letter {
    margin-left: 1.30em;
}
    .tab_down {
        margin-left: 1.30em;
        margin-bottom: 0.5em;
    }
b {
    font-weight: bold;
}
.decoration_link {
    color: #1a73e8;
}
    .decoration_link:hover {
        color: #0b52af;
    }
        .a_h3 {
            font-size: calc(12px + 18 * (100vw / 3840));
            font-family: OpenSans-Bold, sans-serif;
            color: black;
        }


/*==================================*/
/*=============ADAPTIVE=============*/
/*==================================*/


@media (max-width: 768px) {
    .container {
        margin: 0 2em;
    }
}
@media (max-width: 582px) {
    .container {
        margin: 0 1em;
    }
}