7f33ce14 by Jeff Balicki

wwww

1 parent 3d13f038
......@@ -17211,6 +17211,7 @@ ss3-force-full-width {
font: normal normal bold 3.75rem/3.75rem Calibri;
color: #012169;
text-shadow: none;
font-family: "Calibri-bold";
}
#full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 {
font: normal normal bold 2.5rem/3.125rem Calibri;
......@@ -17238,6 +17239,9 @@ ss3-force-full-width {
#full-width-page-wrapper.sub p {
color: #5B6770;
}
#full-width-page-wrapper.sub p.frist {
font: normal normal normal 1.875rem/2.125rem Calibri;
}
#full-width-page-wrapper.sub ol.alphabetical_list {
list-style: none;
counter-reset: list;
......@@ -17300,6 +17304,10 @@ ss3-force-full-width {
width: 100%;
}
}
#full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong {
font-family: "Calibri-bold";
font-size: 1.125rem;
}
#full-width-page-wrapper.sub a.wp-block-button__link:focus,
#full-width-page-wrapper.sub a.wp-block-button__link:hover {
background-color: #005eb8;
......@@ -17326,7 +17334,7 @@ ss3-force-full-width {
width: 370px;
}
#full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
width: 300px;
width: 320px;
}
#wrapper-footer {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -23,6 +23,7 @@ h1{
font: normal normal bold 60px/60px Calibri;
color: #012169;
text-shadow:none;
font-family: "Calibri-bold";
}
h2{
font: normal normal bold 40px/50px Calibri;
......@@ -50,6 +51,10 @@ h4{
p{
color:#5B6770;
}
p.frist{
font: normal normal normal 30px/34px Calibri;
}
ol.alphabetical_list {
list-style: none;
counter-reset: list;
......@@ -105,6 +110,10 @@ table tr:nth-child(even){background-color: #F3F3F3;}
@media (max-width: 600px) {
width: 100%;
}
strong {
font-family: "Calibri-bold";
font-size: 18px;
}
}
}
a.wp-block-button__link:focus,
......@@ -135,7 +144,7 @@ a.wp-block-button__link:hover{
}
.wp-block-buttons.email{
.wp-block-button__link{
width: 300px;
width: 320px;
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30346
Version: 1.1.30348
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......