@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v7/NGS6v5_NC0k9P-Hx.ttf) format('truetype');
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #CFD9CE;
}
.container {
  width: 100%;
  color: #414141;
  font-family: 'Heebo', sans-serif;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.container .italic {
  font-style: italic;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.6rem;
}
p {
  font-size: 1rem;
}
a {
  text-decoration: none;
  color: #414141;
}
ul {
  font-size: 1.4rem;
}
header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding: 0 2%;
  background-image: url('../imgs/city-highlight.jpg');
  background-size: cover;
}
@media (max-width: 600px) {
  header {
    background-image: linear-gradient(to bottom, #CFD9CE, #7C8E51);
  }
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  padding: 2% 0;
}
@media (max-width: 600px) {
  header nav {
    flex-direction: column;
    margin-top: 5%;
  }
}
header nav .right-nav {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 600px) {
  header nav .right-nav {
    flex-direction: column-reverse;
    align-items: center;
    margin: 5% 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  header nav .right-nav li {
    padding: 0.6rem 1.4rem;
    border: 1px solid #414141;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    width: 70vw;
    margin: 3% 0;
  }
}
header nav .log-in {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
}
@media (max-width: 600px) {
  header nav .log-in {
    margin-left: 0px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 600px) {
  header nav .log-in a:nth-last-of-type(2) {
    padding: 1rem 1.4rem;
    border: 1px solid #414141;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 3% 0;
  }
}
header nav #sign-up-button {
  margin-left: 1rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid #414141;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 600px) {
  header nav #sign-up-button {
    width: 70vw;
    padding: 1rem 0;
    margin: 3% 0;
  }
}
#highlight-content {
  margin-left: 15%;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: auto;
}
@media (max-width: 800px) {
  #highlight-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
    text-shadow: 0 0 3px #CFD9CE;
  }
}
@media (max-width: 700px) {
  #highlight-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  #highlight-content {
    white-space: normal;
  }
}
@media (max-width: 700px) {
  #highlight-content * {
    margin: 0 2%;
  }
}
@media (max-width: 700px) {
  #highlight-content h2 {
    margin: 0;
    font-size: 0px;
    visibility: hidden;
  }
}
section {
  padding: 2%;
}
@media (max-width: 600px) {
  section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 600px) {
  section * {
    width: 70%;
  }
}
footer {
  background: #7C8E51;
  color: #CFD9CE;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer nav {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
@media (max-width: 600px) {
  footer nav {
    margin: 3% 0;
    flex-direction: column;
    align-items: center;
  }
}
footer nav a {
  color: #CFD9CE;
}
@media (max-width: 600px) {
  footer nav a {
    padding: 1rem 1.4rem;
    border: 1px solid #CFD9CE;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    margin: 3% 0;
    width: 40%;
  }
}
