body {

    background-color: rgba(229, 228, 226, 0.150);

}

.center {
    display: block;
    margin: auto;
    text-align: center;
}

.left {
    display: block;
    margin: auto;
    text-align: left;
}

.right {
    display: block;
    margin: auto;
    text-align: right;
}

.bg-orange {
    background-color: orange;
    color: white;
}

.bg-green {
    background-color: green;
    color: yellow;
}

.bg-white {
    background-color: white;
    color: white;
}

.borde {
    border-style: solid;
    border-width: thin;
    border-color: black;
    border-radius: 7.5px;
}

.nav {
    display: inline-flex; 
}

.logo-img-nav {

    border-radius: 10px 10px 0px 0px;
    border-width: thin;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

.bottom {
    margin-top: 77.5px;
}

a {
    color: white;
}

a:hover {
    color: black;
    text-decoration: solid;
}

.nav-Logo {

    width: 50%;
    height: 50%;
    border-radius: 150px 150px 15px 15px;

}

/*===================================================================================================================================================*/
/*===================================================================================================================================================*/
/*===================================================================================================================================================*/


.wall.img-div {

    

}

.wall-img {

    position: relative;
    z-index: 0;
    width: 100%;
    height: 350px;
    margin-top: -375px;
    opacity: 0.25;

}

.wall-color-solid {

    position: relative;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 166, 0, 0.750);

}

.electricity-worker {

    position: relative;
    z-index: 0;
    width: 75%;
    height: auto;
    margin-top: 1%;
    opacity: 0.25;

}

.electricity-worker-A {

    position: relative;
    z-index: 0;
    width: 50%;
    height: auto;
    margin-top: 1%;
    opacity: 0.25;

}

/*===================================================================================================================================================*/
/*===================================================================================================================================================*/
/*===================================================================================================================================================*/


.title-div {
    width: 80%;
    height: auto;
   
}

.title {
    color: orange;
    font-weight: bold;
    font-size: 500%;
    margin-top: 5%;
    text-decoration: underline;
    
}

.text-A {

    width: 100%;
    font-size: 175%;
    margin-top: 5%;
    /*margin-bottom: 5%;*/

}

@media ( max-width: 480px) {
    .text-A {
        font-size: 300%;
    }
}





.logo-footer {
    width: 100%;
    height: auto;
    border-radius: 150px 150px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo-footer-space {
    width: auto;
    height: 100px;
}



/*============================================================================================================================================*/
/*============================================================================================================================================*/
/*============================================================================================================================================*/



/*map*/

.map {

    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.5);
    border-radius: 10px;
    max-width: 1000px;
    max-height: 850px;
  
  }
  
  .mapdiv {

    display: block;
    margin: auto;
    height: auto;
    margin-top: 10%;

  }
  
  
  /*============================================================================================================================================*/
  /*============================================================================================================================================*/
  /*============================================================================================================================================*/
  


/*================================================================================================================================================================================*/
/*================================================================================================================================================================================*/
/*================================================================================================================================================================================*/




.footer {
    position: relative;
    width: 100%;
    background:rgb(252, 74, 26);

    
    min-height: 100px;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
    .social-icon,
    .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
    }
    
    .social-icon__item,
    .menu__item {
    list-style: none;
    }
    
    .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    }
    .social-icon__link:hover {
    transform: translateY(-10px);
    }
    
    .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
    }
    
    .menu__link:hover {
    opacity: 1;
    }
    
    .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
    }
    
    .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../Images/OrangeRed_wave.png");
    background-size: 1100px 100px;
    }
    
    .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
    }
    
    .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
    }
    
    .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
    }
    
    .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
    }
    
    @keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-positon-x: 0px;
    }
    }
    
    @keyframes animate {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-positon-x: 0px;
    }
    }


/*================================================================================================================================================================================*/
/*================================================================================================================================================================================*/
/*================================================================================================================================================================================*/
