@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;600;700;800&family=Work+Sans:wght@500&display=swap');


body {font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px;}
h1 {font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 46px;}
h2 {font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 36px;}
p {font-family: 'Lato';font-weight: 400;}

/* FOOTER */
p.footer {font-size: 14px; margin-top: 64px;}
p.footer a {color: #008dff; font-weight: 600; text-decoration: none;}

.logo-text, .logo-text a {font-family: 'Open Sans', sans-serif; font-weight: 900; font-size: 98px;letter-spacing: 5px; color: rgba(0,0,0,.7) !important; text-decoration: none;}

.button_full {width: 100%;}
.button_lookup {background-color: #2ca1ff; border-color: #229dff; font-size: 2em; font-weight: 700; letter-spacing: 9px;}
.button_lookup:hover {background-color: #008dff; border-color: #008dff;}
.button_location_enable {background-color: #79c3ff; border-color: #79c3ff; font-size: 1em; font-weight: 700; letter-spacing: 4px;}
.button_location_enable:hover {background-color: #008dff; border-color: #008dff;}
.button_register {background-color: #2ca1ff; border-color: #229dff; font-size: 1.8em; font-weight: 700; letter-spacing: 9px;}

.margin_top_16 {margin-top: 16px;}
.margin_top_24 {margin-top: 24px;}
.margin_top_32 {margin-top: 32px;}
.margin_top_48 {margin-top: 48px;}
.margin_top_64 {margin-top: 64px;}
.margin_top_96 {margin-top: 96px;}
.margin_top_128 {margin-top: 128px;}

.margin_bottom_16 {margin-bottom: 16px;}
.margin_bottom_24 {margin-bottom: 24px;}
.margin_bottom_32 {margin-bottom: 32px;}
.margin_bottom_48 {margin-bottom: 48px;}
.margin_bottom_64 {margin-bottom: 64px;}

.price_grid {display: grid; grid-gap: 32px; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));}
.price_block {width: 100%; height: auto; padding: 16px; background-color: #FFF; border-radius: 6px; margin-bottom: 24px; text-align: center; border: 1px #D0D0D0 solid;margin-bottom: 0;text-decoration: none;}
.price_block .title {display: block; color: #333; height: 70px; margin-bottom: 12px; text-align: center; line-height: 1.2em; font-size: 28px; font-weight: 700;overflow: hidden;}
.price_block .description {line-height: 24px; font-size: 14px; font-weight: 700; color: #333;}
.price_block p {margin-bottom: 8px;}
.price_block .button_visit {width: 100%;display: inline-block;margin-top: 16px;padding: 8px 16px;color: #FFF;font-size: 24px;font-weight: 700;background-color: #2ca1ff; text-decoration: none; border-radius: 6px;}


/* ARTICLE */
.article_navigation {padding: 8px 12px; margin-bottom: 32px; background-color: #ffffff; border: 1px solid #bdbdbd;}
.article_navigation ul {list-style-type: none;padding-inline-start: 0px;margin-block-end: 0; line-height: 28px;}
.article_navigation li {display: block;}
.article_navigation a {color: #2ca1ff; font-weight: 600; text-decoration: none;}

@media only screen and (max-width: 960px) {
    .logo-text, .logo-text a {font-size: 48px;}
}
