﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html, body {
    font-family: 'Roboto', sans-serif;
    /*font-size: 16px;*/
    line-height: 1.5;
}

.img-fluid {
    width: 100%;
    height:auto;
}

.break-out {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2)
}

html {
    /*font-size: calc(15px + 0.390625vw);*/
}

/*body {
    padding-top: 70px;
}*/

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

/* Media query for small screens */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

/* Media query for medium screens */
@media screen and (min-width: 768px) and (max-width: 992px) {
    body {
        font-size: 16px;
    }
}

/* Media query for large screens */
@media screen and (min-width: 992px) {
    body {
        font-size: 18px;
    }
}
