@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/* line 3, app/assets/stylesheets/application.css.scss */
header {
  display: flex;
  align-items: center;
  margin: 0 70px;
  /* width: 100%; */
  padding: 0 70px;
  height: 110px;
  background-color: #1C1C1C;
  color: white;
}

/* line 12, app/assets/stylesheets/application.css.scss */
header img {
  display: block;
  height: 35px;
  margin-right: 90px;
}

/* line 18, app/assets/stylesheets/application.css.scss */
header nav a {
  color: white;
  font-size: 22px;
  margin-right: 120px;
}

/* line 27, app/assets/stylesheets/application.css.scss */
html, body {
  margin: 0;
  padding: 0;
  background-color: #1C1C1C;
  color: white;
}

/* line 32, app/assets/stylesheets/application.css.scss */
html a, body a {
  text-decoration: none;
  font-family: "Circe";
}

@font-face {
  font-family: 'Circe';
  src: url("Circe.ttf");
}

@font-face {
  font-family: 'Fugue';
  src: url("Fugue.otf");
}

/* line 50, app/assets/stylesheets/application.css.scss */
footer {
  margin: 0 70px;
  height: 110px;
  background-color: #1C1C1C;
  color: white;
  display: flex;
  height: 300px;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* line 59, app/assets/stylesheets/application.css.scss */
footer .school {
  display: flex;
  flex-direction: column;
  font-family: 'Circe';
  font-size: 24px;
  color: #FABBC1;
  justify-content: flex-end;
}

/* line 67, app/assets/stylesheets/application.css.scss */
footer .soc-media {
  display: flex;
  width: 148px;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 73, app/assets/stylesheets/application.css.scss */
footer img {
  height: 40px;
  width: 40px;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

/*# sourceMappingURL=application.css-857fec77472b6e65ae2253319610bdf206f49d94005ae3c1df191dca7d07efd8.map */
