body {
  background-color: #e4e4e4 !important;
}

.bg-light {
  background-color: #1B3864 !important;
}

body nav div h2 {
  color: white;
  font-size: large;
  font-weight: bold;
}

.nav-brand {
  height: 35px;
  margin-right: 20px;
}

#cover {
  display: block;
  margin: auto;
  width: 100%;
  /* max-height: 600px; */
}

.intro-text {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.intro-text,
.h1 {
  color: black;
}

.profile {
  padding: 30px;
}

#katka {
  max-height: 500px;
}

.main {
  margin-top: 20px;
  background-color: #FFCCCC;
}

.sub-card {
  background-color: #5EC192;
  margin: 10px 0 0 10px;
}

.sub-card h5,
p {
  color: white;
}

.language {
  color: white !important;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: grey !important;
}

.card-title h1 {
  font-size: 40 !important;
}

.h1,
.h2,
.h3,
.h4 {
  color: #1B3864;
}

.h5,
.h6 {
  color: #3A3A3A;
}

.sectionTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.uList {
  padding-left: 40px;
}

.intro-text,
.long {
  text-align: justify;
  color: #3A3A3A;
  line-height: 20pt;
}

.section {
  padding-bottom: 50px;
}

.offer {
  background-color: #EFC1C1;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.explanation {
  padding-left: 20px;
}

.footer {
  background-color: #1B3864;
  padding: 20px 0 20px 0;
}

#footerText {
  color: white;
}

.footerText {
  color: white;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.contactHeadline {
  text-decoration: underline;
}

.contactItem {
  display: flex;
  height: 35px;
  flex-direction: row;
  align-items: center;
}

.iconContainer {
  width: 30px;
  height: 30px;
}

.diplomaContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.diplomas {
  width: 100%;
  margin-bottom: 30px;
}