:root {
    background-color: #262626;
    font-size: 75%;
    font-family: arial;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: auto;
}

body {
    background-image: url('background2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-size: 4.4rem;
    font-weight: 500;
    margin-top: 0rem;
    margin-bottom: 1rem;
    color: #ffffffde;
    text-align: center;
}

h2 {
    font-size: 3.8rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #ffffffb2;
    text-align: center;
}

h3 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 0rem;
    margin-bottom: 1rem;
    color: #ffffffb2;
    text-align: center;
}

h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #ffffffb2;
}

p {
    font-size: 1.8rem;
    color: #ffffff7a;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1.25rem;
}

p.quotes {
    font-style: italic;
    text-align: center;
    color: #ffffff7a;
}

.descriptionleft {
    text-align: left; 
}

p.descriptionleft {
    font-size: 1.6rem;
    color: #ffffff7a;
}

li {
    text-align:justify;
    font-size: 2rem;
    color: #ffffff7a;
    margin-left: 10%;
}

.grid-container {
    display: grid;
    grid-gap: 0.2rem;
    grid-template-columns: auto auto;
    justify-content:start;
    align-items:center;
}

.collapsible {
    background-color: rgb(36, 36, 36);
    color: #f2f2f2;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border:rgba(51, 51, 51, 0.63);
    outline: none;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
  }
  
  .active, .collapsible:hover {
    background-color: #843C0C;
  }
   
.content {
    padding: 0 2rem;
    display: none;
    overflow: hidden;
  } 

  img {
    width: 50%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 0.6rem;   
  }

  .thumbnail {
    width: 16rem;  
    margin-top: 0.6rem;
    border: 5px solid #062e06c7;
  }

  .title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 33%; 
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    text-decoration:none !important; 
}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    font-size: 1.4rem;
    margin: 0.3rem 0rem 0rem 0.1rem;
  }
  
  /* Change the color of links on hover */
  .navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .navbar a.active {
    background-color: #C55A11;
    color: white;
  }

  .fa {
    padding: 1.25rem;
    font-size: 4rem;
    width: 2rem;
    text-align: center;
    text-decoration: none;
    margin: 0.3rem 0.1rem;
  }
  
  .fa-facebook {
    background: #333;
    color: white;
  }
  
  .fa-youtube {
    background: #333;
    color: white;
  }

  .fa-instagram {
    background: #333;
    color: white;
  }

  