* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  overflow-x: hidden;
}

html {
  font-family: "Playfair Display", serif !important;
}
body {
  width: 100%;
}
h1 {
  font-size: 28px;
  color: #b7516e;
  overflow-y: hidden;
}
h6 {
  font-size: 22px;
}

nav {
  line-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; /*yhis is really fucking useful */
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1;
}
header {
}
nav a {
  text-decoration: none;
  color: #b7516e;
  border-radius: 1000px;
  font-weight: 700;
  padding-left: 0%;
  padding-right: 5%;
}

.pull-right {
}

.namee {
  padding-left: 5%;
}
header {
  /* height: 800px;
  min-height: 800px; */
  opacity: 1;
}
header img {
  opacity: 0.3;
}
header h1 {
  margin-top: 15%;
  padding-left: 5%;
  font-size: 90px;
  width: 700px;
  font-family: "Varela Round", sans-serif;
  color: white;
}

header p {
  margin-top: 70px;
  padding-left: 5%;
  color: white;
}
.imgFul h1 {
}
.blog-text {
  font-family: "Varela Round", sans-serif;
  padding-top: 3%;
}
.container {
  padding: 7%;
}
.wireframeText {
  background-color: #e8e8e8;
  padding-top: 0%;
  padding-bottom: 0;
}
.wireframeText h1 {
  font-size: 44px;
  font-family: "Roboto Slab", serif !important;
}
.wireframeText h1 {
  text-align: center;
}
.wireframeText p {
  text-align: left;
  font-family: "Raleway", sans-serif !important;
  font-weight: 400;
  line-height: 30px;
}
.wireframe {
  background-color: #e8e8e8;
}
.wireframeSmall {
  padding: 2%;
}
.wireframe img {
  width: 100%;
}
.shrink {
  padding-bottom: 20px;
  padding-top: 30px;
}
.justify-content-center {
  text-align: center;
}
.process {
  padding-top: 20px;
  padding-bottom: 80px;
}
.finalSiteHeader h1 {
  background-color: white;
  padding-top: 3%;
  font-size: 80px;
  text-align: center;
}
