7f33ce14 by Jeff Balicki

wwww

1 parent 3d13f038
...@@ -17211,6 +17211,7 @@ ss3-force-full-width { ...@@ -17211,6 +17211,7 @@ ss3-force-full-width {
17211 font: normal normal bold 3.75rem/3.75rem Calibri; 17211 font: normal normal bold 3.75rem/3.75rem Calibri;
17212 color: #012169; 17212 color: #012169;
17213 text-shadow: none; 17213 text-shadow: none;
17214 font-family: "Calibri-bold";
17214 } 17215 }
17215 #full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 { 17216 #full-width-page-wrapper.sub h2, #full-width-page-wrapper.sub .h2 {
17216 font: normal normal bold 2.5rem/3.125rem Calibri; 17217 font: normal normal bold 2.5rem/3.125rem Calibri;
...@@ -17238,6 +17239,9 @@ ss3-force-full-width { ...@@ -17238,6 +17239,9 @@ ss3-force-full-width {
17238 #full-width-page-wrapper.sub p { 17239 #full-width-page-wrapper.sub p {
17239 color: #5B6770; 17240 color: #5B6770;
17240 } 17241 }
17242 #full-width-page-wrapper.sub p.frist {
17243 font: normal normal normal 1.875rem/2.125rem Calibri;
17244 }
17241 #full-width-page-wrapper.sub ol.alphabetical_list { 17245 #full-width-page-wrapper.sub ol.alphabetical_list {
17242 list-style: none; 17246 list-style: none;
17243 counter-reset: list; 17247 counter-reset: list;
...@@ -17300,6 +17304,10 @@ ss3-force-full-width { ...@@ -17300,6 +17304,10 @@ ss3-force-full-width {
17300 width: 100%; 17304 width: 100%;
17301 } 17305 }
17302 } 17306 }
17307 #full-width-page-wrapper.sub .wp-block-button .wp-block-button__link strong {
17308 font-family: "Calibri-bold";
17309 font-size: 1.125rem;
17310 }
17303 #full-width-page-wrapper.sub a.wp-block-button__link:focus, 17311 #full-width-page-wrapper.sub a.wp-block-button__link:focus,
17304 #full-width-page-wrapper.sub a.wp-block-button__link:hover { 17312 #full-width-page-wrapper.sub a.wp-block-button__link:hover {
17305 background-color: #005eb8; 17313 background-color: #005eb8;
...@@ -17326,7 +17334,7 @@ ss3-force-full-width { ...@@ -17326,7 +17334,7 @@ ss3-force-full-width {
17326 width: 370px; 17334 width: 370px;
17327 } 17335 }
17328 #full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link { 17336 #full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
17329 width: 300px; 17337 width: 320px;
17330 } 17338 }
17331 17339
17332 #wrapper-footer { 17340 #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{ ...@@ -23,6 +23,7 @@ h1{
23 font: normal normal bold 60px/60px Calibri; 23 font: normal normal bold 60px/60px Calibri;
24 color: #012169; 24 color: #012169;
25 text-shadow:none; 25 text-shadow:none;
26 font-family: "Calibri-bold";
26 } 27 }
27 h2{ 28 h2{
28 font: normal normal bold 40px/50px Calibri; 29 font: normal normal bold 40px/50px Calibri;
...@@ -50,6 +51,10 @@ h4{ ...@@ -50,6 +51,10 @@ h4{
50 p{ 51 p{
51 color:#5B6770; 52 color:#5B6770;
52 } 53 }
54 p.frist{
55 font: normal normal normal 30px/34px Calibri;
56 }
57
53 ol.alphabetical_list { 58 ol.alphabetical_list {
54 list-style: none; 59 list-style: none;
55 counter-reset: list; 60 counter-reset: list;
...@@ -105,6 +110,10 @@ table tr:nth-child(even){background-color: #F3F3F3;} ...@@ -105,6 +110,10 @@ table tr:nth-child(even){background-color: #F3F3F3;}
105 @media (max-width: 600px) { 110 @media (max-width: 600px) {
106 width: 100%; 111 width: 100%;
107 } 112 }
113 strong {
114 font-family: "Calibri-bold";
115 font-size: 18px;
116 }
108 } 117 }
109 } 118 }
110 a.wp-block-button__link:focus, 119 a.wp-block-button__link:focus,
...@@ -135,7 +144,7 @@ a.wp-block-button__link:hover{ ...@@ -135,7 +144,7 @@ a.wp-block-button__link:hover{
135 } 144 }
136 .wp-block-buttons.email{ 145 .wp-block-buttons.email{
137 .wp-block-button__link{ 146 .wp-block-button__link{
138 width: 300px; 147 width: 320px;
139 } 148 }
140 } 149 }
141 150
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.30346 8 Version: 1.1.30348
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......