article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

header {
  background: url(../assets/home-header.jpg);
  background-repeat: none;
  height: 85vh;
  position: relative;
}

h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 69px;
  color: white;
  padding-top: 100px;
  line-height: 50px;
  height: 200px;
}

h1 div {
  background-color: white;
  color: black;
  width: 470px;
  padding-top: 15px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.homeList {
  list-style: none;
  padding-top: 50px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homeList li {
  padding: 10px;
}

ul li:first-child {
  padding-left: 0;
}

ul li:first-child a:first-child {
  padding-left: 0;
}

a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  letter-spacing: 1px;
  padding: 10px;
  position: relative;
}

nav a:hover::after {
  content: "";
  background-color: #FFD300;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topRightImage {
  position: absolute;
  right: 0;
  top: 220px;
  height: 580px;
}

@media (max-width: 1260px) {
  .topRightImage {
    height: 480px;
  }
  h1 {
    font-size: 55px;
    line-height: 40px;
  }
  h1 div {
    width: 380px;
    padding-top: 10px;
    height: 60px;
  }
}

@media (max-width: 1080px) {
  .topRightImage {
    height: 400px;
    top: 400px;
  }
  h1 {
    font-size: 45px;
  }
  h1 div {
    width: 310px;
  }
}

@media (max-width: 480px) {
  .topRightImage {
    width: 100%;
    height: auto;
    top: 480px;
  }
  .homeList {
    visibility: hidden;
  }
}

.partOne {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 600px;
  padding-bottom: 600px;
}

.partOne .partOneParaOne,
.partOne .partOneParaTwo,
.partOne .partOneParaThree,
.partOne .partOneParaFour {
  width: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partOne .partOneParaOne p,
.partOne .partOneParaTwo p,
.partOne .partOneParaThree p,
.partOne .partOneParaFour p {
  line-height: 28px;
  letter-spacing: 1px;
  width: 100%;
}

.partOne .partOneParaOne div,
.partOne .partOneParaTwo div,
.partOne .partOneParaThree div,
.partOne .partOneParaFour div {
  padding: 10px;
}

.partOneSection {
  background-color: #2B331B;
}

.partOneTextPart {
  width: 100%;
}

.partOneIcons {
  margin-top: 20px;
}

.headerLocation,
.headerCommunity,
.headerBlog,
.headerGetInTouch {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  line-height: 99.8px;
}

.fasPartOne {
  background-color: #FFD300;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: black;
  text-align: center;
  padding-top: 15px;
  font-size: 30px;
}

@media (max-width: 1190px) {
  .partOne {
    padding-bottom: 100px;
  }
  .partOneSection {
    padding-bottom: 200px;
  }
  .headerGetInTouch {
    font-size: 40px;
  }
}

@media (max-width: 1080px) {
  .wrapper {
    max-width: 1080px;
    width: 80%;
  }
  .headerGetInTouch {
    line-height: 50px;
  }
  .partOne {
    height: auto;
    display: block;
  }
  .partOne .partOneParaOne,
  .partOne .partOneParaTwo,
  .partOne .partOneParaThree,
  .partOne .partOneParaFour {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .partOne h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .partOneSection {
    padding-bottom: 0px;
  }
}

@media (max-width: 700px) {
  .wrapper {
    max-width: 700px;
    width: 95%;
  }
  .partOneIcons {
    text-align: center;
  }
  .headerLocation,
  .headerCommunity,
  .headerBlog,
  .headerGetInTouch {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .wrapper {
    max-width: 480px;
    width: 90%;
  }
  .partOne h2 {
    font-size: 33px;
  }
}

.partTwo {
  background-color: #171B0E;
  padding-bottom: 150px;
}

.partTwo h3, .partTwo p {
  color: white;
}

.partTwo .textPartRight,
.partTwo .textPartLeft,
.partTwo .imagePartLeft,
.partTwo .imagePartRight {
  width: 50%;
}

.partTwo h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 1.3px;
  padding-top: 100px;
}

.partTwo p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.imagePartLeft {
  position: relative;
  top: -50px;
  width: 100%;
}

.imagePartLeft img {
  width: 100%;
  -webkit-box-shadow: 20px 20px #FFD300;
          box-shadow: 20px 20px #FFD300;
}

.imagePartRight {
  position: relative;
  bottom: -200px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.imagePartRight img {
  width: 100%;
  -webkit-box-shadow: -20px 20px #FFD300;
          box-shadow: -20px 20px #FFD300;
}

.textPartLeft {
  text-align: right;
  padding: 10px;
  margin-right: 50px;
}

.textPartLeft p {
  padding-left: 160px;
}

.yellowButton {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22.4px;
  text-align: center;
  line-height: 41.6px;
  background-color: #FFD300;
  padding: 15px 20px;
  color: black;
}

.partTwoTop,
.partTwoBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.partTwoBottom {
  height: 300px;
}

.partTwoTop .textPartRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 50px;
  padding-right: 160px;
}

@media (max-width: 1080px) {
  .partTwoTop, .partTwoBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partTwo h3 {
    padding-top: 0px;
    text-align: center;
  }
  .imagePartLeft {
    top: -50px;
  }
  .imagePartLeft img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .imagePartRight {
    bottom: -200px;
  }
  .imagePartRight img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .partTwoTop .textPartRight {
    margin-left: 0px;
    padding-right: 0px;
  }
  .textPartLeft, .textPartRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .textPartLeft p {
    padding-left: 0px;
  }
  .yellowButton {
    margin-left: 100px;
    margin-right: 100px;
    width: 50%;
    padding: 5px auto;
  }
  .partTwo .textPartRight,
  .partTwo .textPartLeft,
  .partTwo .imagePartLeft,
  .partTwo .imagePartRight {
    width: 80%;
    margin: 0 auto;
  }
  .yellowButton button {
    background-color: #FFD300;
    text-align: center;
  }
}

.partThree {
  background-color: #2B331B;
}

.partThree .bannerImage {
  background: url(../assets/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  margin-top: 130px;
}

.partThree p {
  color: white;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  width: 90%;
  padding-left: 5%;
}

.blackButton {
  background-color: #0F0F0F;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22.4px;
  text-align: center;
  line-height: 41.6px;
  padding: 15px 20px;
}

.blackButton button {
  border: none;
  background-color: #0F0F0F;
  color: white;
}

.partThree .blackButton, .partFour .blackButton {
  margin-left: 0;
  margin: 0 auto;
}

.partThreeButton, .partFourButton {
  text-align: center;
}

.partThreeWin,
.partFourBringing {
  color: #FFD300;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  line-height: 99.8px;
  text-align: center;
  padding-top: 150px;
}

@media (max-width: 760px) {
  .partThree p {
    width: 100%;
    padding-left: 0;
  }
  .partThreeWin {
    line-height: 50px;
    padding-bottom: 20px;
  }
}

.partFour {
  height: 80vh;
  background-color: #2B331B;
}

.partFour p {
  color: white;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.partFour .smallImageLeftHalf {
  width: 20%;
  padding-top: 150px;
}

.partFour .smallImageLeftHalf img {
  -webkit-box-shadow: -25px 25px #FFD300;
          box-shadow: -25px 25px #FFD300;
}

.partFourTextSection {
  width: 80%;
}

.partFourImageAndText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 400px;
}

.partFourHeaderAndPara {
  padding-left: 60px;
}

.partFourBringing {
  text-align: left;
  line-height: 50px;
  font-size: 43px;
  margin-bottom: 20px;
}

.partFourButton {
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .smallImageLeftHalf {
    padding-top: 150px;
  }
  .smallImageLeftHalf img {
    width: 250px;
  }
}

@media (max-width: 1080px) {
  .wrapper {
    max-width: 1080px;
    width: 100%;
  }
  .smallImageLeftHalf img {
    width: 230px;
  }
}

@media (max-width: 932px) {
  .partFourTextSection {
    width: 90%;
  }
  .partFour {
    height: auto;
  }
  .partFour .wrapper {
    width: 100%;
  }
  .smallImageLeftHalf {
    display: none;
  }
  .partFourBringing {
    padding-top: 100px;
    text-align: center;
  }
  .partFourTextSection h2, .partFourImageAndText p {
    width: 100%;
  }
  .partFourHeaderAndPara {
    padding-left: 10px;
  }
  .partFourHeaderAndPara p {
    margin-bottom: 30px;
  }
}

.copyright {
  background-color: #0F0F0F;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 0;
}

footer {
  background-color: #171B0E;
  padding-top: 50px;
}

.footerImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.footerImages div {
  width: calc(100% / 3);
}

.footerImage2 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 1080px) {
  .wrapper {
    max-width: 1080px;
    width: 90%;
  }
  .footerImages div {
    width: 50%;
  }
  .footerImages img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}

.blogHeader {
  background: url(../assets/blog-header.jpg);
  height: 80vh;
}

.blogList {
  list-style: none;
  padding-top: 50px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blogList li {
  padding: 10px;
}

.blogListAside {
  color: white;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 20px;
  padding-left: 40px;
}

.blogHeaderFour {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 25px;
  line-height: 58px;
  letter-spacing: 0.8px;
  color: #FFD300;
}

.blogHeaderFour h4 {
  padding-top: 0;
  font-size: 20px;
}

.asideTextPart {
  width: 350px;
  background-color: #161A10;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-left: 30px;
}

.asideTextPart p {
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 20px;
  color: white;
}

.asideTextPart h4 {
  font-size: 23px;
}

.blogAsideImgDiv {
  display: inline-block;
}

.blogAsideImgDiv img {
  padding-top: 0px;
  display: block;
  width: 100%;
  position: relative;
  left: -50px;
  top: -20px;
}

.blogMain {
  background-color: #2B331B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogTextPart {
  border-left: 5px solid #FFD300;
  border-bottom: 5px solid #FFD300;
  padding: 0px 0 50px 10px;
  margin-right: 0;
}

.blogTextPart h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 44px;
  line-height: 99.8px;
  color: #FFD300;
}

.blogTextPart p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: white;
}

.blogTextPart .blogPartSubtitle {
  font-weight: 900;
}

.blogImageRight {
  width: 100%;
  position: relative;
  top: -80px;
  -webkit-box-shadow: -20px 20px #FFD300;
          box-shadow: -20px 20px #FFD300;
}

.blogImageAndTextPart {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  position: relative;
}

.blogCommentTextPart1,
.blogCommentTextPart2 {
  color: white;
  margin: 20px;
  margin-top: 0px;
}

.blogCommentTextPart1 h3,
.blogCommentTextPart2 h3 {
  color: #FFD300;
  padding-bottom: 10px;
}

.blogCommentTextPart1 p,
.blogCommentTextPart2 p {
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 20px;
  width: 100%;
}

.blogCommentFull1,
.blogCommentFull2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 20px;
  padding-left: 0;
}

.blogCommentFull1 img,
.blogCommentFull2 img {
  padding-right: 20px;
}

.blogComment {
  padding-top: 50px;
}

.blogComment h2 {
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  line-height: 99.8px;
}

.blogContactFormRight {
  height: 400px;
  background-color: #2B331B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blogContactFormRight fieldset {
  width: 50%;
  margin-right: 100px;
  background-color: #2B331B;
}

label {
  visibility: hidden;
  font-size: 1px;
}

.blogContactName,
.blogContactEmail {
  display: inline-block;
}

.blogContactName input,
.blogContactEmail input {
  width: 290px;
  height: 40px;
  border: none;
  border-bottom: 2px solid #FFD300;
  background-color: #2B331B;
  color: white;
}

.blogContactMessage {
  display: block;
  margin-bottom: 40px;
}

.blogContactMessage input {
  width: 100%;
  height: 200px;
  border: 2px solid #FFD300;
  background-color: #2B331B;
  color: white;
}

.blogContactNameAndEmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.postCommentButton {
  height: 20px;
}

.postCommentButton button {
  border: none;
  height: 40px;
  width: 100%;
  background-color: #FFD300;
  display: block;
}

.blogContactFormRight fieldset {
  border: none;
  background-color: #2B331B;
}

@media (max-width: 1020px) {
  .blogImageRight {
    top: -380px;
  }
  .blogImageAndTextPart {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
  }
}

@media (max-width: 480px) {
  .blogImageRight {
    top: 480px;
  }
}

.asideTextPart {
  margin-top: 90px;
}

.asideTextPart div p {
  width: 100%;
  display: inline-block;
}

.blogAside {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media (max-width: 960px) {
  .blogAside {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    /*testing*/
  }
}

.contactHeader {
  background: url(../assets/contact-header.jpg);
  background-repeat: none;
  height: 70vh;
  position: relative;
}

.contactMain {
  background-color: #2B331B;
  position: relative;
  height: 450px;
}

.contactSocialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.contactSocialIcons i {
  color: #FFD300;
}

.contactList {
  /* does this do anything? */
  list-style: none;
  padding-top: 50px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contactList li {
  padding: 10px;
}

.contactInfoLeft {
  padding-top: 120px;
}

.asideAndSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fabContact {
  color: black;
}

.contactInfoList {
  list-style: none;
}

.socialIcons {
  list-style: none;
}

.socialIcons li:first-child {
  padding-left: 10px;
}

.contactSocialIcons a i {
  font-size: 25px;
}

.contactFormRight {
  height: 400px;
  width: 800px;
  -webkit-box-shadow: 20px 20px #FFD300;
          box-shadow: 20px 20px #FFD300;
  position: absolute;
  top: -130px;
  right: 40px;
}

.contactFormRight fieldset {
  padding: 30px 40px 20px 30px;
  margin-right: 0;
}

label {
  visibility: hidden;
  font-size: 1px;
}

.contactName,
.contactEmail {
  display: inline-block;
}

.contactName input,
.contactEmail input {
  width: 290px;
  height: 40px;
  border: none;
  border-bottom: 4px solid #FFD300;
  background-color: #161A10;
  color: white;
}

.contactInfoEmail,
.contactInfoList {
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
}

.contactInfoEmail {
  padding-bottom: 30px;
  padding-top: 20px;
}

.contactInfoList li {
  padding-bottom: 5px;
  font-family: 'Barlow', sans-serif;
}

.contactMessage {
  display: block;
  margin-bottom: 40px;
}

.contactMessage input {
  width: 100%;
  height: 200px;
  border: 4px solid #FFD300;
  background-color: #161A10;
  color: white;
  padding-bottom: 120px;
  padding-left: 20px;
}

.contactNameAndEmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submitButton {
  height: 20px;
}

.submitButton button {
  border: none;
  padding: 15px 300px;
  background-color: #FFD300;
}

a.submitButton {
  padding-left: 0;
}

.contactFormRight fieldset {
  border: none;
  background-color: #161A10;
}

input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

input[type="email"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

input[type="email"]::placeholder, input[type="text"]::placeholder {
  color: white;
  opacity: 1;
}

@media (max-width: 1260px) {
  .contactFormRight {
    height: 400px;
    width: 800px;
    -webkit-box-shadow: 10px 10px #FFD300;
            box-shadow: 10px 10px #FFD300;
    position: absolute;
    top: -60px;
    right: 40px;
  }
  .contactFormRight fieldset {
    padding: 30px 40px 20px 30px;
    margin-right: 0;
  }
  .contactInfoLeft {
    padding-top: 260px;
  }
}

@media (max-width: 1120px) {
  .contactFormRight {
    height: 400px;
    width: 600px;
    -webkit-box-shadow: 10px 10px #FFD300;
            box-shadow: 10px 10px #FFD300;
    position: absolute;
    top: -160px;
    right: 40px;
  }
  .contactFormRight fieldset {
    margin-right: 0;
  }
  .submitButton button {
    padding: 15px 250px;
  }
  .contactInfoLeft {
    padding-top: 300px;
  }
}

* {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}

p {
  font-family: 'Barlow', sans-serif;
}
