@charset "UTF-8";
/*------------------------------------
  Default Styles
------------------------------------*/
/* line 4, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
html {
  font-size: 14px;
}

/* line 8, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
body {
  font-weight: 400;
  font-size: 1.142857rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

/* line 23, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a {
  color: #555555;
  outline: none;
}

/* line 27, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a:focus,
a:hover {
  text-decoration: none;
  color: #DA1f3D;
}

/* line 32, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a.link-extern {
  border-bottom: 2px solid #c2c4c6;
  text-decoration: none;
}

/* line 36, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a.link-extern:hover {
  border-bottom: 2px solid #DA1f3D;
  text-decoration: none;
}

/* line 40, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a.link-intern {
  border-bottom: 2px solid #c2c4c6;
  text-decoration: none;
}

/* line 44, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
a.link-intern:hover {
  border-bottom: 2px solid #DA1f3D;
  text-decoration: none;
}

/* line 48, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.nav-link {
  color: #555;
}

/* line 51, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.nav-link:focus,
.nav-link:hover {
  color: #DA1f3D;
}

/* line 56, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 63, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 500;
}

/* line 68, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.h1, h1 {
  font-size: 2.285714rem;
}

/* line 71, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.h2, h2 {
  font-size: 1.714285rem;
}

/* line 74, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.h3, h3 {
  font-size: 1.428571rem;
}

/* line 77, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 84, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 93, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
::-moz-selection {
  color: #fff;
  background-color: #DA1f3D;
}

/* line 97, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
::selection {
  color: #fff;
  background-color: #DA1f3D;
}

/* line 102, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.g-bg-primary ::-moz-selection {
  color: #DA1f3D;
  background-color: #fff;
}

/* line 106, F:/Data/GTÜ/07. Prototyping GTUE-GIT/assets/include/scss/core/_style.scss */
.g-bg-primary ::selection {
  color: #DA1f3D;
  background-color: #fff;
}

/*# sourceMappingURL=unify-core.css.map */