* {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans Light', sans-serif;
  color: #333;
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
}

p {
  margin: 0.5em 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0 0;
  line-height: normal;
}

a {
  text-decoration: none;
  color: #4ECDC4;
}

a:hover {
  color: #1A535C;
}
a.btn {
    background-color: #4ECDC4;
    color: #1A535C;
    padding: 12px 28px;
    margin: 30px 0;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #4ECDC4;
}
a.btn:hover {
  background-color: #ffffff;
  border-color: #1A535C;
}
#heading {}

body {}

div#content-wrapper {}

#content {
  padding: 3% 5% 35vh;
  font-size: 1.5em;
  line-height: 1.6em;
  max-width: 960px;
  margin: 0 auto;
}

footer {
  margin: 0 auto;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
}

.footer-left {
  position: fixed;
  left: -1px;
  bottom: -2px;
  padding: 12px 55px 12px 35px;
    background: #4ECDC4;
  border-radius: 0 50px 0 0;
}

.footer-right {
    position: fixed;
    right: -1px;
    bottom: -2px;
    min-width: 15rem;
    padding: 8px 50px;
    background: #4ECDC4;
    border-radius: 50px 0px 0px 0px;
}
a.clear-link:hover {
    background-color: #FF6B6B;
    color: #ffffff;
}
footer a {
  color: #1A535C;
      padding: 4px 14px;
    border-radius: 50px;
}
footer a:hover {
  background-color: #ffffff;
}

:focus {
  outline: none;
}

#heading .heading-title {
  font-weight: 700;
}

.footer-info {
  padding-top: 7px;
  color: #5f5f5f;
}

.tools {
  display: flex;
  justify-content: space-between;
}

/*#content:-webkit-full-screen,
#content:-moz-full-screen,
#content:-ms-fullscreen,*/
#content:fullscreen {
  background-color: #1A535C;
  color: #e6e6e6;
  padding: 5% 12%;
  overflow: auto;
  max-width: 960px;
}

#content:-ms-fullscreen {
    background-color: #1A535C;
  color: #e6e6e6;

  overflow: auto;
}
}