h1, h2, h3, h4, h5 {font-family: 'Montserrat-Medium','Helvetica Neue',Helvetica,sans-serif;}

body {font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,sans-serif;}

html
{
    /* scroll-snap-type: y mandatory; */
    /* only this works on Chrome */
}

/* .sections */
/* { */
/*     scroll-snap-type: y mandatory; */
/*     /\* overflow-y: scroll; *\/ */
    
/* } */
/* section */
/* { */
/*     /\* height: calc(100vh - 1em); *\/ */
/*     /\* height: 50em; *\/ */
/*     color: white; */
/* } */
.hp_header
{
    scroll-snap-align: start;
}
.hp_section, section
{
    /* padding-top: 7em; */
    /* scroll-snap-align: start; */
}

/* section:nth-of-type(1) */
/* { */
/*     background: rgb(96, 175, 21); */
/* } */
/* section:nth-of-type(2) */
/* { */
/*     background: rgb(21, 139, 175); */
/* } */
/* section:nth-of-type(3) */
/* { */
/*     background: rgb(175, 21, 129); */
/* } */
.hp_heading
{
    padding-top:7em;
    color:#fff;
}

#main_container{margin-top:4rem;}
.summary_portrait {width:10em;}
a.linked_card, a.linked_card:hover {text-decoration:none;}
#dealers_map {height:35rem;}
.my_logo {max-height:4rem;}
