|
@@ -220,6 +220,10 @@ a {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#masthead {
|
|
|
|
+ padding-top: 32px;
|
|
|
|
+}
|
|
|
|
+
|
|
#masthead .custom-logo-link {
|
|
#masthead .custom-logo-link {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -227,12 +231,13 @@ a {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
#masthead {
|
|
#masthead {
|
|
- max-width: 92vw;
|
|
|
|
align-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ max-width: 92vw;
|
|
|
|
+ padding-top: 48px;
|
|
}
|
|
}
|
|
#masthead .site-branding {
|
|
#masthead .site-branding {
|
|
flex: 1 100%;
|
|
flex: 1 100%;
|
|
@@ -2426,7 +2431,7 @@ table th,
|
|
.site-title {
|
|
.site-title {
|
|
color: #111111;
|
|
color: #111111;
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
- font-size: 2.48832rem;
|
|
|
|
|
|
+ font-size: 2.98598rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
@@ -3414,6 +3419,10 @@ a {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#masthead {
|
|
|
|
+ padding-top: 32px;
|
|
|
|
+}
|
|
|
|
+
|
|
#masthead .custom-logo-link {
|
|
#masthead .custom-logo-link {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -3421,12 +3430,13 @@ a {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
#masthead {
|
|
#masthead {
|
|
- max-width: 92vw;
|
|
|
|
align-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ max-width: 92vw;
|
|
|
|
+ padding-top: 48px;
|
|
}
|
|
}
|
|
#masthead .site-branding {
|
|
#masthead .site-branding {
|
|
flex: 1 100%;
|
|
flex: 1 100%;
|