* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

body {
    background-color: #ffffff;
}

a[x-apple-data-detectors=true] {
    color: inherit !important;
    text-decoration: none !important;
}

a[href^=tel] {
    text-decoration: none;
}

/* Style the navigation menu */
.topnav {
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #fff;
  padding: 17px 15px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    width: 8%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 2%;
    text-decoration: none;
}
.fa {
    font-weight: lighter;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #efefef;
    color: #000;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #666;
  color: white;
}

 
img {
    width: 100%;
    height: auto;
    border: 0;
    display:block;
}

#wrapper {
    margin: 0 auto;
}
.fixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
}
.content_wrap {
    max-width: 900px;
    margin: 0 auto; 
    padding: 0 2%;
}
.center {
    text-align: center;
}
.title {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #000000;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 14px;
    text-align: center;
    padding: 9% 0 30px;
    display: block;
}
.body_text {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: 0 auto;
    color: #000000;
    font-size:20px;
    line-height: 30px;
    font-weight: 300;
}
.circle {
    max-width: 450px;
    margin: 5px auto;
}
.quote {
    color: #807d7d;
    padding: 45px 0;
}
.footer {
    font-size: 18px;
    line-height: 22px;
    padding: 30px 0;
}
.legal {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 40px;
    font-style: italic;
    display: block;
}
 



@media screen and (max-width: 768px) {
    .title { font-size: 40px;}
}


@media screen and (max-width: 600px) {
    .title {
    font-size: 23px;
    letter-spacing: 7px;
    }
}

@media screen and (max-width: 520px) {
    .footer { font-size: 17px;}
    .body_text {
        font-size:18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 375px) {
    .title {
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 320px) {
    .title { font-size: 20px;}
}

 