/*
  The typography styling and pairing are directly from
  fonts.google.com

  Open Sans:
  https://fonts.google.com/specimen/Open+Sans?selection.family=Open+Sans&sidebar.open=true#pairings
  
*/
body,
html
{
    font-size: 16px;
    line-height: 24px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,0.87);    
}
p {
    margin: 16px 0; /* 16px top/bottom, 0 left/right */
    padding: 0;
}
a {
    text-decoration: none;
    color: #1a73e8;
}
.header a {
    color: rgba(0,0,0,0.87);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 45px;
    line-height: 48px;
}
h2 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    //margin: 48px 0 24px;    
}
h2.landing-heading2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}    
h3 {
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 1280px) {
    p {
	font-size: 15px;
    }
    h1 {
	    font-size: 34px;
	    line-height: 40px;
    }
}
.nav {
    /* Nav includes sidebar and buffer zone */
    font-size: 13px;
}
.note {
    font-size: 14px;
}
.footerList {
    font-size: 14px;
    line-height: 16px
}
.favis-text {
    font-family: "Montserrat", sans-serif;    
    font-weight: 300;
    font-size: 48px;
    line-height: 20px;
}
.answer {
    padding: 0 32px;
}
