/* CSS Document */

:root {
  --main-accent: #4dbd52;
  --sub-accent: #328f37;
  --ff-body: 'Open Sans';
  --ff-heading: 'Merriweather';
}

*{
  margin: 0;
  padding: 0;
}

html {
  scroll-snap-type: y mandatory;
}

body {
  text-align: center;
  min-height: 100vh;
  background-image: url(bg_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  font-family: var(--ff-body), times, serif, verdana, sans-serif;
}

.c2{
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 20px;
  margin-bottom: 50px;
}

.c3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: large;
  text-align: left;
  gap: 10px;
  padding: 20px 30px 20px 30px;;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  margin: 50px 0 50px 0;
}

.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.card {
  display: block;
  width: 20vw;
  min-height: 40vh;
  text-align: left;
  align-content: center;
  line-height: 3ch;
  font-size: large;
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  margin: 50px 0 50px 0;
  transition: all 400ms ease;
}

.card hr{
  border-top: 2px solid var(--main-accent);
  align-self: center;
  width: 80%;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.card h3{
  margin-bottom: 15px;
}


h1 a{
  text-decoration: none;
  color: #000000;
}

.card:hover{
  scale: 1.15;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 30px 30px 30px;
  line-height: 3ch;
  width: 50%;
}

.text3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 50px 50px 50px;
  line-height: 3ch;
}

.text2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 50px 50px 50px;
  line-height: 3ch;
  width: 40%;
}

.text-full {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 50px 50px 50px;
  line-height: 3ch;
  width: 100%;
}

.text-full p{
  padding: 10px;
}

.c1 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 50px;
  width: 30vw;
}

.c12 {
  margin-right: 50px;
  width: 30vw;
}

.contact{
  padding-bottom: 20px;
}

.contact a{
  background-color: var(--main-accent);
  border-radius: 20px;
  color: white;
  text-decoration: none;
  border: 4px solid var(--sub-accent);
  padding: 10px 15px 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 400ms ease;
}

.contact a:hover{
  padding: 12px 17px 12px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.logo {
   height: 60px;
}

.content {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--ff-body), Tahoma, Sans-serif, Serif;
  margin-bottom: 3em;
  padding-top: 100px;
}

.top {
  margin-top: 0;
  height: 5px;
}

.contact-border {
  border: 3px solid black;
  border-radius: 15px;
  padding: 25px 0 10px 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.4);
}

.section {
  margin-top: 0;
}

.text hr{
  width: 80%;
  border: 2px solid black;
  margin-bottom: 50px;
}
h1 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 1.2em;
  margin-bottom: 30px;
}

h2 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 4em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  color: var(--main-accent);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
h3 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 2em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--sub-accent);
  margin-bottom: 30px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

h4 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 8em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--main-accent);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
h5 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 4em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--sub-accent);
  margin-bottom: 50px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

h6 {
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  font-size: 2em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--main-accent);
  margin-bottom: 30px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

img {
  border: none;
}

nav {
  background-color: white;
  font-family: var(--ff-heading), 'Tahoma', sans-serif;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  z-index: 9989;
  position: fixed;
  width: 100%;
  margin-top: 0;
}

nav ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

nav li {
  height: 80px;
}

nav li:first-child{
  margin-right: auto;
}

nav a {
  height: 100%;
  font-size: 150%;
  text-decoration: none;
  color: #000000;
  padding: 0 30px;
  display: flex;
  align-items: center;
  transition: all 600ms ease;
}

nav a.navlogo:hover{
  background-color: white;
}

nav a.menu:hover {
  background-color: #cccccc;
}

nav a.current {
  color: #FFFFFF;
  background-color: var(--main-accent);
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li{
  width: 100%;
}

.sidebar a{
  width: 100%;
}

.menu-button{
  display: none;
}



table {
  width: 100%;
  font-family: var(--ff-body), sans-serif, serif, times, verdana;
  font-size: normal;
  border: 0px;
}

.text tr:first-child{
  background-color: var(--main-accent);
  font-size: large;
}

tr{
  background-color: rgba(230,230,230,0.5);
  height: 30px;
  border: 0px;
}

th{
  background-color: var(--main-accent);
  font-size: large;
  border: 0px;
}

td{
  border: 0px;
}

tr.r2 {
  background-color: rgba(200,200,200,0.5);
}


.rightcell {
  text-align: right;
  width: 20%;
}

@media(max-width: 1400px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
  .card {
    width: 80vw;
    min-height: 3vh;
  }
  .text {
    width: 100%;
  }
  .c3 {
    transition: all 300ms ease;
  }
  .scaled {
    scale: 1.25;
  }
}