﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,400&family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
}

.minh-70 {
    min-height: 75px;
}

.max-vh-70 {
    max-height: 70vh;
}

.bg-custom-red {
    background-color: #A73938;
}

.bg-custom-grey {
    background-color: #aaaaaa9e;
}

.img-100 {
    max-width: 250px;
}


.img-100 {
    float:right;
    height: 150px;
}

.img-200 {
    max-width: 200px;
}


.img-400 {
    max-width: 400px;
}


.img-500 {
    max-width: 100vw;
    width: 500px;
}

.item {
    /*min-width: 30vw;*/
}
p {
    font-size: 18px;
}

li {
    font-size: 20px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.map{
    max-width:75vw !important;
}

.w-50px {
    width: 50px;
}