|
@@ -13,7 +13,11 @@
|
|
7 - Footer
|
|
7 - Footer
|
|
9 - Queries
|
|
9 - Queries
|
|
10 - Fonts
|
|
10 - Fonts
|
|
-*/
|
|
|
|
|
|
+
|
|
|
|
+url - https://davidwindham.com
|
|
|
|
+git - https://github.com/windhamdavid/dw
|
|
|
|
+post - https://davidawindham.com/my-website
|
|
|
|
+
|
|
|
|
|
|
/*########################################
|
|
/*########################################
|
|
################# BODY ###################
|
|
################# BODY ###################
|
|
@@ -31,17 +35,7 @@ body {
|
|
transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
font-family: sans-serif;
|
|
font-family: sans-serif;
|
|
}
|
|
}
|
|
-body {
|
|
|
|
- position: relative;
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
- min-height: 100%;
|
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
- font-kerning: auto;
|
|
|
|
- background: #fff;
|
|
|
|
- transition: background-color 0.4s ease;
|
|
|
|
-}
|
|
|
|
-/* viewports page-view used for waypoints */
|
|
|
|
|
|
+/****** viewports - waypoints ******/
|
|
.viewport {
|
|
.viewport {
|
|
position: fixed;
|
|
position: fixed;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -111,13 +105,6 @@ body {
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
|
|
-h1 a:hover,
|
|
|
|
-h2 a:hover,
|
|
|
|
-h3 a:hover,
|
|
|
|
-h4 a:hover,
|
|
|
|
-h5 a:hover {
|
|
|
|
- color: #3496fe;
|
|
|
|
-}
|
|
|
|
/*########################################
|
|
/*########################################
|
|
################# TYPE ###################
|
|
################# TYPE ###################
|
|
#########################################*/
|
|
#########################################*/
|
|
@@ -147,18 +134,11 @@ p {
|
|
}
|
|
}
|
|
a {
|
|
a {
|
|
color: #376399;
|
|
color: #376399;
|
|
|
|
+ text-decoration:none !important;
|
|
}
|
|
}
|
|
.right {
|
|
.right {
|
|
text-align:right;
|
|
text-align:right;
|
|
}
|
|
}
|
|
-h1,
|
|
|
|
-h2,
|
|
|
|
-h3,
|
|
|
|
-h4,
|
|
|
|
-h5,
|
|
|
|
-h6 {
|
|
|
|
- font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
-}
|
|
|
|
.lead {
|
|
.lead {
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
@@ -336,6 +316,9 @@ h5.how {
|
|
pointer-events: auto;
|
|
pointer-events: auto;
|
|
will-change: width, padding, flex;
|
|
will-change: width, padding, flex;
|
|
}
|
|
}
|
|
|
|
+#header .header-ui .brand--nav h1 {
|
|
|
|
+ font-size: 27px;
|
|
|
|
+}
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
@media (min-width: 576px) {
|
|
#header .header-ui .brand--nav {
|
|
#header .header-ui .brand--nav {
|
|
@@ -958,24 +941,6 @@ blockquote:before {
|
|
################# FOOT ###################
|
|
################# FOOT ###################
|
|
#########################################*/
|
|
#########################################*/
|
|
|
|
|
|
-#dw-footer {
|
|
|
|
- background-color: #b0b0b0;
|
|
|
|
- color: #111 !important;
|
|
|
|
-}
|
|
|
|
-#dw-footer a {
|
|
|
|
- color: #111;
|
|
|
|
- fill: #111;
|
|
|
|
-}
|
|
|
|
-#dw-footer a:hover {
|
|
|
|
- color: #111;
|
|
|
|
- fill: #111;
|
|
|
|
-}
|
|
|
|
-#dw-footer a:before {
|
|
|
|
- transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
|
|
-}
|
|
|
|
-#dw-footer .br-widget img {
|
|
|
|
- width: 150px;
|
|
|
|
-}
|
|
|
|
.dw-footer h1 {
|
|
.dw-footer h1 {
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -984,6 +949,7 @@ blockquote:before {
|
|
.dw-footer h5 {
|
|
.dw-footer h5 {
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
line-height: 1.2;
|
|
line-height: 1.2;
|
|
|
|
+ font-family: 'Playfair Display', serif;
|
|
}
|
|
}
|
|
.dw-footer .lead {
|
|
.dw-footer .lead {
|
|
margin-top: 0 !important;
|
|
margin-top: 0 !important;
|
|
@@ -1026,6 +992,24 @@ blockquote:before {
|
|
-webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
-webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
}
|
|
}
|
|
|
|
+#dw-footer {
|
|
|
|
+ background-color: #b0b0b0;
|
|
|
|
+ color: #111 !important;
|
|
|
|
+}
|
|
|
|
+#dw-footer a {
|
|
|
|
+ color: #111;
|
|
|
|
+ fill: #111;
|
|
|
|
+}
|
|
|
|
+#dw-footer a:hover {
|
|
|
|
+ color: #111;
|
|
|
|
+ fill: #111;
|
|
|
|
+}
|
|
|
|
+#dw-footer a:before {
|
|
|
|
+ transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
|
|
|
|
+}
|
|
|
|
+#dw-footer .br-widget img {
|
|
|
|
+ width: 150px;
|
|
|
|
+}
|
|
#dw-footer {
|
|
#dw-footer {
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 4rem 0 4rem;
|
|
padding: 4rem 0 4rem;
|
|
@@ -1183,85 +1167,85 @@ blockquote:before {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- src: url("./_font/Inter/Inter-Regular.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-Regular.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-Regular.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-Regular.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- src: url("./_font/Inter/Inter-Italic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-Italic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-Italic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-Italic.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- src: url("./_font/Inter/Inter-Medium.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-Medium.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-Medium.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-Medium.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- src: url("./_font/Inter/Inter-MediumItalic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-MediumItalic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-MediumItalic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-MediumItalic.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- src: url("./_font/Inter/Inter-SemiBold.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-SemiBold.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-SemiBold.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-SemiBold.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- src: url("./_font/Inter/Inter-SemiBoldItalic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-SemiBoldItalic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-SemiBoldItalic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-SemiBoldItalic.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
- src: url("./_font/Inter/Inter-Bold.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-Bold.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-Bold.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-Bold.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
- src: url("./_font/Inter/Inter-BoldItalic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-BoldItalic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-BoldItalic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-BoldItalic.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
- src: url("./_font/Inter/Inter-ExtraBold.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-ExtraBold.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-ExtraBold.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-ExtraBold.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
- src: url("./_font/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-ExtraBoldItalic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-ExtraBoldItalic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-ExtraBoldItalic.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
- src: url("./_font/Inter/Inter-Black.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-Black.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-Black.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-Black.woff") format("woff");
|
|
}
|
|
}
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-family: 'Inter';
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
- src: url("./_font/Inter/Inter-BlackItalic.woff2") format("woff2"),
|
|
|
|
- url("./_font/Inter/Inter-BlackItalic.woff") format("woff");
|
|
|
|
|
|
+ src: url("./_font/Inter-BlackItalic.woff2") format("woff2"),
|
|
|
|
+ url("./_font/Inter-BlackItalic.woff") format("woff");
|
|
}
|
|
}
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|