.navigation{
    background-color: rgb(156, 133, 90);
    background-size: 4rem;
    box-shadow: 0 8px black;
}
.nnavigation{
    margin-top: 1cm;
    margin-right: 15px;
    background-color: rgb(156, 133, 90);
    background-size: 4rem;
    box-shadow: 0 8px black;
}
.Ancer{
    font-size: 3.2rem;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    user-select: none;
}
.Ancers{
    font-size: 3.2rem;
    color: rgb(133, 48, 48);
    text-decoration: none;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    user-select: none;
}
.nav-elements{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center
}
.nav-elements a:hover{
    color: rgb(163, 56, 56);
}
.Pics{
    border: 10px solid black;
    width: 25%;
}
.card border-0 shadow{
    border-radius: 2rem;
    border-color: black ;
}
.Aush{
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 100px;
    font-size: 4rem;
}
.Aushh{
    margin-left: 15px;
}
.Aushhh{
    font-size: 3rem;
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 45px;
}
.news_tab{
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}
.img_size{
    width: 420px;
    height: 660px;
}
.img_size2{
    width: 420px;
    height: 420px;
}
.middle{
    text-align: center;
}
.img_margin{
    margin-top: 80px;
    margin-right: 60px;
}
.new_news{
    margin-bottom: 5cm;
}
.get_out{
    margin-top: 300px;
}
.Links{
    margin: 5%;
    font-size: 2rem;
}



/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }


  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  

body{
    margin-left: 40px;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    font-size: 4rem;
    margin-bottom: 15px;
}
h2{
    font-size: 3rem;
    margin-bottom: 15px;
}
h3{
    font-size: 2rem;
    margin-bottom: 15px;
}
h4{
    font-size: 1rem;
    font-kerning: bold;
}
p{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
ul {
    list-style-type: none;   
    padding: 0;  
    margin: 0; 
} 