66 background-attachment : fixed;
77 color : # 20834C ;
88 transition : background 0.3s , color 0.3s ;
9- font-family : rodin, sans-serif ;
9+ font-family : rodin, arial ;
1010}
1111
1212header {
@@ -36,7 +36,7 @@ nav ul {
3636 text-align : center;
3737 background-color : # 38AAB0 ;
3838 font-size : 1.2em ;
39- font-family : seurat, sans-serif ;
39+ font-family : seurat, arial ;
4040 display : flex;
4141 justify-content : center;
4242}
@@ -45,14 +45,12 @@ nav ul li {
4545 top : 20px ;
4646 display : inline;
4747 padding : 10px ;
48- font-family : seurat, sans-serif;
4948}
5049
5150nav ul li a {
5251 top : 20px ;
5352 color : white;
5453 text-decoration : none;
55- font-family : seurat, sans-serif;
5654}
5755
5856main {
@@ -66,7 +64,7 @@ section {
6664 background : # 37B381 ;
6765 background : linear-gradient ( # ffffff, # e2f8ec );
6866 margin-bottom : 40px ;
69- font-family : rodin, sans-serif ;
67+ font-family : rodin, arial ;
7068}
7169
7270h2 {
8482 border-radius : 30px ;
8583 font-family : seurat;
8684 border : 0 ;
85+ transition : ease-in-out 0.1s ;
8786}
8887
8988.txt {
@@ -194,3 +193,82 @@ img {
194193 font-family : seurat;
195194 src : url (fonts/seurat.otf);
196195}
196+
197+
198+
199+ .flex , .flexreturn {
200+ display : flex;
201+ font-family : seurat, arial;
202+ background-color : # 20834CBD ;
203+ border-radius : 200px ;
204+ width : 700px ;
205+ margin : 20px auto 0 ;
206+ }
207+
208+ .flexreturn {
209+ width : 200px ;
210+ }
211+
212+ .navbarbutton {
213+ background-color : # 37b381 ;
214+ height : 42px ;
215+ font-size : 19px ;
216+ width : 172px ;
217+ flex-grow : 2 ;
218+ transition : ease-in-out 0.1s ;
219+ margin : 0 2px ;
220+ }
221+
222+ .returnrounded {
223+ border-radius : 200px ;
224+ margin : 0 !important ;
225+ }
226+
227+ .navstart {
228+ border-radius : 200px 0 0 200px ;
229+ margin-left : 0 ;
230+ }
231+
232+ .navend {
233+ border-radius : 0 200px 200px 0 ;
234+ margin-right : 0 ;
235+ }
236+
237+ .flex a , .flexreturn a {
238+ color : white;
239+ text-decoration : none;
240+ }
241+
242+ .textcentermid {
243+ text-align : center;
244+ }
245+
246+ .navbarbutton : hover {
247+ background-color : # 1dad77 ;
248+
249+ }
250+
251+ @media (max-width : 800px ) {
252+
253+ .flex {
254+ width : 85% ;
255+ }
256+
257+ }
258+
259+ @media (max-width : 600px ) {
260+
261+ .navbarbutton {
262+ width : auto;
263+ padding : 0 2px ;
264+ }
265+
266+ }
267+
268+ @media (max-width : 480px ) {
269+
270+ .flex {
271+ width : 95% ;
272+ }
273+
274+ }
0 commit comments