

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

*{
    box-sizing: border-box;
}

    .container {
        /* max-width: 420px; */
        /* margin: 0 auto; */
        display: flex;
        flex-direction: column;
        height: 100%;
        /* background-color: blueviolet; */
    }
    .logo-container {
        align-self: flex-end;
        /* margin-right: clamp(100px, 25vw, 200px); */
        margin-right: 15vw;
        margin-top: 60vh;
        /* background-color: aqua; */
    }
   
    .menu-container {
        align-self: flex-end;
        margin-right: 15vw;
        /* padding-top:200px; */
        /* min-height: 800px; */
        /* height: 800px; */
        text-align: right;
        
        /* margin-right: clamp(100px, 25vw, 200px); */
        /* background-color: aqua; */
    }
    .menu-item-box{
        margin: 40px;
        display: block;
        align-self: flex-end;
        min-height: 90px;
        max-height: 92px;
    }
    .menu-item{
        align-self: flex-end;
    }
    .menu-item:hover {
        align-self: flex-end;
        background-color:#C8FE42 ;
    }

    .text-container {
        margin-top: 30vh;
        align-self: flex-end;
        margin-right: 15vw;
        vertical-align: middle;
        max-width: 960px;
        font-size: medium;
        color: white;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.8em;
        /* margin-right: clamp(100px, 25vw, 200px); */
        /* background-color: aqua; */
    }
    
    .green{
        color:#C8FE42 ;
    }
    .big{
        font-size: 3em;
    }
    .text-big{
        font-size: 1.2em;
        font-weight: 100;
    }
 
    
    
    .responsive {
      width: 100%;
      height: auto;
    }
    
    .max-width{
        max-width: 650px;
    }
      

                       
                /* Centered texts in each section
                * --------------------------------------- */
                .section{
                    text-align:center;
                    font-size: 3em;
                }
            