/*variable*/
body {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}

a {
    transition: 300ms;
}

:root {
    --main-color: #aa0000;
    --main-bgc: #fff;
    --textbgc-color: #fff;
    --bgc-color1: #f9f9f9;
    
}


a:hover {
    color: var(--main-color, black);
}


body {
    background-color: var(--main-bgc, #fff);
/*     background-repeat: no-repeat;
background-position: center;
background-size: cover; */

}


section .nameBlock h3 {
    margin-bottom: 0;
}

section .nameBlock {
    margin-top: 60px;
}

.button-theme {
    background-color: var(--main-color, black);
    color: var(--textbgc-color, #fff);
    font-weight: bold;
    border: none;
    padding: 15px 40px;
}

.button-theme:hover {
    color: var(--textbgc-color, #fff);
    text-decoration: none;
    filter: brightness(150%);
}

.button-theme:focus {
    outline: none;
}

a {
    color: var(--main-color, black);
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.social-icon:hover {
    background-color: var(--main-color, black);
}

a.social-icon:hover {
    text-decoration: none;
}

.social-icon:hover i {
    color: #fff;
}

.social-icon {
    width: 30px;
    height: 30px;
    transition: 300ms;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 50%;
    background-color: var(--textbgc-color, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
}

