

body {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-color : black;
    background-attachment:fixed;
    font-family: "Viga";

}

.center {
    justify-content: center;
    display: flex;
}

.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111; 
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s; 
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow:hidden;
    width:100%;
}
body {
  overflow-x: hidden;
}


.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


.topnav a:hover {
    background-color: #ddd;
    color: black;
}


.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

a svg{
    transition:all .5s ease;
    &:hover{
      transform:rotate(180deg);
    }
  }
  #ico{
    display: none;
  }
  .menu{
    background: #000;
    display: none;
    padding: 5px;
    width: 320px;
    @include border-radius(5px);
    transition: all 0.5s ease;
    a{
      display: block;
      color: #fff;
      text-align: center;
      padding: 10px 2px;
      margin: 3px 0;
      text-decoration: none;
      background: #444;
      &:nth-child(1){
        margin-top: 0;
        @include border-radius(3px 3px 0 0 );
      }
      &:nth-child(5){
        margin-bottom: 0;
        @include border-radius(0 0 3px 3px);
      }
      &:hover{
        background: #555;
      }
    }
  }
  


.presentation{
    background-color: rgb(188, 188, 188);
    border-radius: 25px;
    margin: 1rem;
    padding: 1rem;
    width: 50%;
}
.presentation p{
    color: black;
    text-align: center;
}

.box { 
    background-image: url("Plan.jpeg");
    background-size: cover; 
    background-position: center; 
    width: 90%;
    max-width: 1200px;
    height: 25rem;
    margin: 20px auto;
    padding: 25px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 25px;
}
h1{
    font-size: 300% ;
    color : rgb(13, 171, 13);
    text-align: center;
}
h2{
    font-size: 600% ;
    color : #003d00;
    text-align: center;
}



p {
    color :rgb(255, 247, 247);
}

.img{
    align-self: center;
}



.content{
    display: flex;
    flex-direction: row;
    justify-content: Center;
    gap : 5vh;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: white;
    padding-left: 20%;
    padding-right: 20%;
    
}
.img-container{
    border: 2px solid rgb(13, 171, 13);
    margin: 1rem;
    padding: 1rem;
    max-width: 35vh;
    border-radius: 1rem;
}
text{
    border: 2px solid transparent !important;
    margin: 1rem;
    padding: 1rem;
    max-width: 35vh;
    border-radius: 1rem;
}
.img-container img {
    max-width: 30vh;
    width: auto;
    border-radius: 5px;
}

.content p{
    color: white;
    margin-bottom: 1rem;
}


footer {
    border-top: 2px solid;
    border-color: rgb(13, 171, 13);
    text-align: center;
}
footer p{
    color: white;
}

footer a{
    color: white;
}

footer a:active{
    color: white;
}
footer a:hover{
    color : rgb(13, 171, 13);
}