diff --git a/fonts/American Scribe.eot b/fonts/American Scribe.eot
new file mode 100644
index 0000000..615b8ed
Binary files /dev/null and b/fonts/American Scribe.eot differ
diff --git a/fonts/American Scribe.otf b/fonts/American Scribe.otf
new file mode 100644
index 0000000..08bc19e
Binary files /dev/null and b/fonts/American Scribe.otf differ
diff --git a/fonts/American Scribe.ttf b/fonts/American Scribe.ttf
new file mode 100644
index 0000000..df27dec
Binary files /dev/null and b/fonts/American Scribe.ttf differ
diff --git a/fonts/American Scribe.woff b/fonts/American Scribe.woff
new file mode 100644
index 0000000..4f4ccb1
Binary files /dev/null and b/fonts/American Scribe.woff differ
diff --git a/fonts/American Scribe.woff2 b/fonts/American Scribe.woff2
new file mode 100644
index 0000000..a435ab8
Binary files /dev/null and b/fonts/American Scribe.woff2 differ
diff --git a/fonts/TerraIgnota.eot b/fonts/TerraIgnota.eot
new file mode 100644
index 0000000..4fa53d8
Binary files /dev/null and b/fonts/TerraIgnota.eot differ
diff --git a/fonts/TerraIgnota.otf b/fonts/TerraIgnota.otf
new file mode 100644
index 0000000..a1298ed
Binary files /dev/null and b/fonts/TerraIgnota.otf differ
diff --git a/fonts/TerraIgnota.ttf b/fonts/TerraIgnota.ttf
new file mode 100644
index 0000000..032a103
Binary files /dev/null and b/fonts/TerraIgnota.ttf differ
diff --git a/fonts/TerraIgnota.woff b/fonts/TerraIgnota.woff
new file mode 100644
index 0000000..5b6b37d
Binary files /dev/null and b/fonts/TerraIgnota.woff differ
diff --git a/fonts/TerraIgnota.woff2 b/fonts/TerraIgnota.woff2
new file mode 100644
index 0000000..2781dac
Binary files /dev/null and b/fonts/TerraIgnota.woff2 differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..532e223
--- /dev/null
+++ b/index.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ The Wedding
+
+
+
+
+
+ The Wedding
+ ( all the important links )
+
+ Sites
+
+ Contact
+
+ Locations
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e2068b7
--- /dev/null
+++ b/style.css
@@ -0,0 +1,84 @@
+@font-face {
+ font-family: "American Scribe";
+ src: url("./fonts/American%20Scribe.woff2") format("woff2");
+ font-weight: 400;
+ }
+
+ @font-face {
+ font-family: "TerraIgnota";
+ src: url("./fonts/TerraIgnota.woff2") format("woff2");
+ font-weight: 400;
+ }
+
+html{
+ font-size: 3vmin;
+ font-family: 'Courier New', Courier, monospace;
+}
+
+
+body{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ min-height: 100vh;
+ padding: 0;
+ margin: 2rem;
+ color: #213563;
+}
+
+a{
+ color: #213563;
+}
+
+span.block{
+ display: block;
+}
+
+span.badge, span.note{
+ border-radius: 999px;
+ padding: .1em .7em;
+ font-size: .75rem;
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ text-transform: uppercase;
+ font-weight: 500;
+ background-color: white;
+ line-height: 1;
+}
+
+span.badge{
+ border: 1px solid #008290;
+ color: #008290;
+ display: inline-block;
+}
+
+span.note {
+ border: 1px solid #999;
+ color: #999;
+ display: block;
+ margin-bottom: .25em;
+}
+
+ul{
+ margin-bottom: 2rem;
+}
+
+li{
+ font-weight: 200;
+ margin-bottom: .25rem;
+}
+
+h1 {
+ font-family: 'American Scribe';
+ font-weight: 100;
+ font-size: 6rem;
+ line-height: 0;
+}
+
+h2 {
+ font-family: "TerraIgnota";
+ font-size: 1.5rem;
+ font-weight: 100;
+ color: #008290;
+ margin-top:-1.5em;
+}
\ No newline at end of file