
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;700&family=Poiret+One&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  background: #edf7f2;
}

span.nowrap {
  white-space: nowrap;
}

#container {
  width: 700px;
  margin: 0 auto 40px; auto;

  padding: 0 20px 20px 20px;
  color: #32453b;
  font-family: 'Maven Pro', sans-serif;

  border: 4px solid #ccded5;
  border-width: 4px 0 4px 0;
}

h5 a {
  color: #32453b;
}

ul, li {
  list-style-type: "- ";
}

#contact {
  display: flex;
  justify-content: space-between;
}

h1.head {
  font-size: 120px;
  line-height: 100px;
  text-align: center;
}

h2 {
  font-size: 32px;
  margin-top: 0.5em;
}

h1, h2 {
  font-family: 'Poiret One', cursive;
  font-weight: normal;
}

h3 {
  margin-top: 1em;
  font-size: 1.35em;
  font-weight: normal;
}

h4 {
  margin-top: 1em;
}
h4.sub {
  margin-top: 0;
}

div.right, div.left {
  margin-top: 39px;
  width: 260px;
}

div.right {
  float: right;
  margin-left: 20px;
  clear: right;
  width: 400px;
}

li {
  margin-top: 2px;
}
li.head {
  margin-top: 14px;
}
p {
  margin-top: 2px;
}

#contact {
  line-height: 1.2em;
}

form {
  margin: 0 0 12px 0;
}

input, textarea {
  width: 700px;
  border: 1px solid #ccded5;
  margin: 4px 0;
  padding: 4px;
  border-radius: 5px;
}

button.submit {
  border: 0;
  padding: 6px 0;
  width: 710px;
  font-size: 12pt;
  background: #ccded5;
  cursor: pointer;
  border-radius: 3px;
}

button.submit:hover {
  background: #32453b;
  color: white;
}

textarea {
  height: 120px;
  color: #32453b;
}

div.span {
  clear: both;
}
