@font-face {
  font-family: breeSerif;
  src: url(../fonts/BreeSerif-Regular.ttf); }
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway-VariableFont_wght.ttf); }
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }
@media (min-width: 768px) {
  .container {
    max-width: 768px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }
header {
  padding: 2.5rem; }

.logo {
  text-align: center; }

nav {
  text-align: center; }
  nav ul {
    list-style-type: none;
    padding: 0;
    display: inline; }
    nav ul li:not(:last-child) {
      margin-right: 1rem; }
    nav ul li {
      display: inline; }
      nav ul li a {
        color: #111;
        text-decoration: none; }
        nav ul li a:hover {
          font-weight: 900; }

.textImageBlock, .contactBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  .textImageBlock input, .contactBlock input {
    width: 50%; }
  .textImageBlock img, .textImageBlock textarea, .contactBlock img, .contactBlock textarea {
    width: 100%; }

.contactBlock .text {
  text-align: right; }

@media (max-width: 768px) {
  .textImageBlock, .contactBlock {
    grid-template-columns: 1fr; } }
form label {
  display: block; }
form input {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem; }
form textarea {
  margin-bottom: 1rem; }
form button {
  display: block;
  padding: 0.5rem 1.5rem;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 900;
  transition: all 0.4s ease; }
  form button:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff; }

footer {
  padding: 4rem; }

h1, h2, h3 {
  font-family: breeSerif; }

html, body {
  font-size: 1.125em;
  font-family: raleway; }

/*# sourceMappingURL=styles.css.map */
