﻿/* TODO:THEME */
@font-face {
    font-family: 'rubik';
    src: url('fonts/rubik-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'verdana';
    src: url('fonts/verdana.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
}

/*@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Medium'), url(./fonts/Montserrat-Medium.TTF);
}

html {
    font-family: 'Montserrat';
    line-height: 200%;
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}*/

/* TODO:THEME */
/*#Home {
    background: linear-gradient(180deg, #fff, #9F9F9F);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1)
}*/


/* TODO:THEME */
/*#Benefits {
    padding: 25px 0px;
    background: linear-gradient(180deg, #9F9F9F, #fff);
}*/

/* TODO:THEME */
/*#Features {
    background: linear-gradient(180deg, #9F9F9F, #fff);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0px;
}*/

/* TODO:THEME */
/*#Prices {
    background: linear-gradient(180deg, #fff, #9F9F9F);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 25px 0px;
}*/

/* TODO:THEME */
/*#NewUser {
    background: linear-gradient(180deg, #9F9F9F, #fff);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    padding: 0px 0px;
}

#Contact {
    background: linear-gradient(180deg, #fff, #9F9F9F);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

/* TODO:THEME */
/*.slick-prev:before, .slick-next:before {
    color: #000000 !important;
    font-size: 20px;
}

#logo {
    transition: 0.4s ease;
}

#login {
    background-color: #800000;
}*/


/* TODO:THEME */
/*a {
    color: #fff;
}

.leaflet-tooltip {
    min-width: 100%;
    min-height: 100%;
    padding: 20px;
    justify-content: center;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}*/