/*
Theme Name: Theologische Universiteit Apeldoorn
Theme URI: https://tua.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: tua
*/
/* TODO: Vervang de screenshot.png */
body {
  font-family: "ivystyle-sans", sans-serif;
  font-size: 1rem;
  color: #1b1f24;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* MAIN */
::selection {
  color: white;
  background: #bf0c59;
}

*, *::before, *::after {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

ul {
  list-style-type: none;
}

/* ACCESSIBILITY */
/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

:focus-visible {
  box-shadow: 0 0 0 0.25rem white !important;
  outline: 0.375rem double black !important;
  border-radius: 0.125rem;
}

/* TYPOGRAPHY */
.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h7 {
  margin: 0;
  font-weight: 600;
}

h1, .h1 {
  font-size: 5.25rem;
}

h2, .h2 {
  font-size: 3.75rem;
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.625rem;
}

a {
  color: inherit;
}

.body-text-large {
  font-size: 1.25em;
}

/* BUTTONS */
.btn {
  padding: 0.55rem 1.3rem 0.75rem 1.3rem;
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 2rem;
  border-width: 2px;
}
.btn.btn-primary {
  color: #1b1f24;
  border-color: #fcc124;
  background-color: #fcc124;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

/* TEXT COLOR */
/* BG COLOR */
/* CONTAINER */
.container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(1em, 6vw, 6em);
  padding-right: clamp(1em, 6vw, 6em);
}
.container.container-large {
  padding-left: clamp(1em, 4vw, 2.75em);
  padding-right: clamp(1em, 4vw, 2.75em);
}

/* SECTIONS */
section {
  padding: 7.3rem 0;
}

/* HEADER */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

/* TOPBAR */
.topbar {
  padding: 0.65rem 0 0.8rem 0;
}
.topbar .topbar-nav {
  display: flex;
  justify-content: end;
  gap: 0 1.25rem;
}
.topbar .topbar-nav li a {
  font-size: 0.875em;
  color: white;
  text-decoration: none;
}

/* NAVIGATION */
.navbar {
  padding: 0;
  overflow-x: clip;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 20.3rem;
}
.navbar .navbar-inner {
  width: 100%;
  padding: 0.57rem 0 0.57rem 2.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 0.85rem;
  border-radius: 7rem 0 0 7rem;
  background-color: #bf0c59;
}
.navbar .navbar-inner:after {
  content: "";
  width: 999rem;
  position: absolute;
  top: 0;
  right: -999rem;
  bottom: 0;
  background-color: #bf0c59;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0 0.6rem;
  font-size: 1em;
  font-weight: 600;
  color: white;
}
.navbar .search {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
}

/* HERO */
.hero {
  min-height: 100vh;
  padding: 13rem 0 5rem 0;
  display: flex;
  align-items: center;
  color: white;
  background-color: #001b3a;
}
.hero h1 {
  margin: 0 0 2.2rem 0;
}
.hero p {
  margin: 0 0 2.9rem 0;
}

.hero-images {
  display: flex;
}
.hero-images .element-1 {
  width: 47.87%;
  margin: 37% -4.5% 0 0;
  position: relative;
}
.hero-images .element-2 {
  width: 61.13%;
  margin: -23.5% 0 0 -4.5%;
  position: relative;
}

/* BREADCRUMBS */
/* BLOG */
/* CONTACT PAGE */
/* FOOTER */
/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

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