body {
  font-family: Roboto;
  font-size: 16px;
  margin: 10px;
}

.ballast {
  height: 10px;
}

.header {
  background: #FEF8EE;
}

a.menu {
  display: inline-block;
  color: #da884b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bolder;
  font-size: 22px;
  padding: 10px 10px;
  margin: 2px;
  transition: 0.5s all;
  border-radius: 20px;
  white-space: nowrap;
}

a.menu2 {
  display: inline-block;
  color: #da884b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bolder;
  font-size: 18px;
  padding: 10px 50px;
  margin: 1px;
  transition: 0.5s all;
  border-radius: 20px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  a.menu {
    padding: 0;
    margin: 10px;
  }
}

a.menu:hover {
  color: white;
  background-color: #9ac55a;
  border-radius: 40px;
}

a.menu2:hover {
  color: white;
  background-color: #9ac55a;
  border-radius: 36px;
}

a.logo {
  display: block;
  text-align: center;
}

a.logo img {
  max-height: 500px;
}

h3 {
  display: inline-block;
  color: white;
  font-size: 40px;
  padding: 10px 80px;
  border-radius: 50px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  h3 {
    font-size: 20px;
    padding: 10px 40px;
    margin-top: 0;
  }
}

.tags {
  background: #FEF8EE;
  border-top: 10px dotted #4092A5;
  padding-bottom: 20px;
  text-align: center;
}

.tags span {
  display: inline-block;
  color: white;
  font-weight: normal;
  /* text-transform: uppercase; */
  padding: 8px 24px;
  margin: 0px 20px 20px 0;
  border-radius: 40px;
}

.bg-paleblue-big {
  background-color: #4092A5;
  font-size: 26px;
}

.bg-paleblue {
  background-color: #4092A5;
  font-size: 22px;
}
.bg-red {
  background-color: #9ac55a;
  font-size: 18px;
}
.bg-blue {
  background-color: #da884b;
  color: white;
  font-size: 18px;
}
.bg-egg {
  background-color: #FEF8EE;
}

.aboutme {
  background: #4092A5;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 10px dotted #FEF8EE;
}

.aboutme h3 {
  background-color: #0E4290;
  margin-top: 30px;
 
}

.aboutme h3.medium {
  margin-left: -120px;
  border-left: 40px solid #0E4290;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.aboutme p.body {
  opacity: 0.8;
}

.aboutme p.lead {
  opacity: 1.0;
  font-weight: bolder;
  padding-bottom: 40px;
}

.aboutme img {
  width: 100%;
  border-radius: 50%;
  transform: rotate(-6deg);
  border: 20px solid #0E4290;
  /* margin-left: -30px; */
  margin-top: -60px;
}

.teaching {
  background: #FEF8EE;
  color: #524032;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 10px dotted #0e4290;
}

.teaching h3 {
  background-color: #da884b;
  
}

.teaching h3.medium {
  margin-right: -40px;
  border-right: 40px solid #da884b;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.teaching p.body {
  /* opacity: 0.8; */
}

.contact {
  background: #FEF8EE;
}

.contact h4 {
  color: white;
  font-size: 26px;
}

.contact .uk-card {
  border-radius: 50px;
}

.contact .uk-card a {
  color: #FEF8EE;
  font-weight: bolder;
}
