/* CSS Document */
body {
  font-family: "Sora", sans-serif;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 18.36px; }

strong {
  font-weight: 800; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  line-height: 1.1;
  font-weight: 300;
  width: 100%; }

p {
  width: 100%; }

ul {
  font-size: 16.2px; }

h1, .h1 {
  font-size: 50px; }

h1 span, .h1 span {
  font-family: "Sora", sans-serif; }

h2, .h2 {
  font-size: 35px;
  font-family: "Sora", sans-serif;
  text-transform: uppercase; }

h2 span, .h2 span {
  font-family: "Sora", sans-serif;
  font-size: 65px; }

h3, .h3 {
  font-size: 50px;
  font-weight: 900; }

h4, .h4 {
  font-size: 25px;
  font-family: "Sora", sans-serif;
  font-weight: 900;
  margin-bottom: 5px; }

h5, .h5 {
  font-size: 20px;
  font-weight: 900; }

h6, .h6 {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase; }

/*rules for tablets and smaller*/
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 32px; }

  h3, .h3 {
    font-size: 24px;
    font-weight: 900; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 16px 0.5;
    font-weight: 900; }

  h6, .h6 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase; } }
p {
  line-height: 23.4px;
  font-size: 18px;
  color: #3d3d3d;
  margin-bottom: 16.2px;
  font-weight: 400; }

p.small {
  font-size: 14.4px; }

p.sub {
  font-size: 10.8px;
  font-weight: 900;
  margin-top: -18px; }

.navBar {
  background-color: #3d3d3d;
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 1;
  min-height: 35px; }

.navBar .logo {
  display: inline-block;
  height: 35px;
  margin: 0;
  width: 320px;
  padding-top: 8px; }

.wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 2%; }

.start {
  display: none; }

nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 28%;
  padding: 0 15px;
  margin: 0 auto; }
  nav ul a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 15px;
    display: block; }
    nav ul a:hover {
      color: #1982d1; }
nav li {
  display: inline-block; }
nav #menu-toggle {
  display: none; }
nav .label-toggle {
  display: none; }
nav .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between; }
@media screen and (min-width: 1001px) {
  nav nav ul a {
    padding: 10px; } }
@media screen and (max-width: 1000px) {
  nav .wrapper .start {
    display: block; }
  nav nav ul a {
    color: #fff; }
  nav ul {
    background-color: #3d3d3d;
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden;
    margin: 0; }
  nav li {
    border-bottom: 1px solid #1982d1;
    color: #fff;
    display: block;
    font-size: .8em;
    padding: .21em 0; }
  nav #menu-toggle:checked ~ ul {
    opacity: 1;
    height: 100vh;
    visibility: visible; }
  nav .label-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -8px;
    right: 0;
    margin-top: 0;
    width: 22px;
    font-size: 28px; }
  nav .wrapper {
    display: block; } }

section a {
  color: #3d3d3d;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #1982d1; }

a img {
  border: none; }

section a:not(.button), footer a:not(.button) {
  color: #3d3d3d;
  font-weight: 900; }

section a:not(.button):hover, footer a:not(.button):hover {
  color: #1982d1; }

.edgeborders, section.dark, section.light {
  border-top: 3px solid;
  border-bottom: 3px solid; }

section.first {
  margin-top: 35px; }

section {
  padding: 5% 0; }

section.dark {
  background: #3d3d3d;
  border: #000000; }

section.light {
  background: #f6f6f6;
  border-color: #ededed; }

section.white {
  background: #fff; }

section.color {
  background: #1982d1; }

section.logo {
  padding: 0; }

section.logo img {
  margin-bottom: -40px; }

section hr {
  margin: 0;
  padding: 0;
  border: 3px solid #1982d1;
  margin: 80px 46% 60px; }

h1#love {
  width: 100%; }

.author-bio p {
  font-size: 18px;
  line-height: 23px; }

.icons p.icon {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center; }

.icons p {
  padding: 0 20px;
  font-size: 1.2rem; }

.icons h2 {
  margin-top: 0px;
  text-align: center; }

.button, btn, .btn, a.button, .button a {
  font-size: 18px;
  background: #1982d1;
  color: #fff;
  padding: 1em 3em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active, btn:hover, btn:focus, btn:active, .btn:hover, .btn:focus, .btn:active, a.button:hover, a.button:focus, a.button:active, .button a:hover, .button a:focus, .button a:active {
    background: #3098e5; }

.text-center {
  text-align: center; }

.top.home {
  border-bottom: 1px solid #1982d1; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border: 3px solid #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 15px;
  height: auto;
  font-style: italic; }

#start form, #start .button {
  margin: 0; }

label.error {
  font-size: .7em;
  margin-bottom: 9px; }

footer {
  background: #fff;
  border-top: 1px solid #fff;
  padding: 3.5% 0 2.2% 0; }

footer a {
  color: #1982d1 !important; }

footer p {
  font-size: 12.6px;
  color: #000000; }

footer ul.menu {
  margin-bottom: 60px; }

footer ul.menu a {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #fff;
  font-weight: 900;
  text-decoration: none; }

footer .icon img {
  width: 30px;
  height: auto; }

footer p.design a {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px; }

.reverse {
  background: #3d3d3d; }

.reverse, .reverse p, .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6, .reverse label {
  color: #f6f6f6; }

.reverse a, a.reverse {
  color: #f6f6f6;
  text-decoration: underline; }

.reverse a:hover, a.reverse:hover {
  color: #f6f6f6;
  text-decoration: none; }
