﻿body {
}
.socialicons {
    float: left;
    padding: 10px;
}
.tiles_ad {
    text-align: center;
    color: #004a28;
    border-radius: 0px 25px;
    padding: 20px;
    box-shadow: 0px 0px 10px gray;
    height: 230px;
    margin-top: 20px;
}
.tiles_bd {
    text-align: center;
    color: #fff;
    background-color: darkgreen;
    border-radius: 0px 25px;
    padding: 20px;
    box-shadow: 0px 0px 10px gray;
    height: 230px;
    margin-top: 20px;
}
.tiles_ay {
    text-decoration: none;
    padding: 5px 15px;    
    color: #ffffff;
    border-radius: 0px 15px;
    border: 1px solid;
}
.tiles_ax {
    text-decoration: none;
    padding: 5px 15px;
    color: #004a28;
    border-radius: 0px 15px;
    border: 1px solid;
}
@media screen and (min-width: 575px) {
    .home_bg {
        background-image: url("../Images/h2epower-home.jpg");
    }
}
@media screen and (max-width: 575px) {
    .home_bg {
        background-image: url("../Images/h2epower-home.jpg");
    }
}
.home_bg {
    background-size: cover;
    margin: 15vw 0px;
    background-position: center;
}
.bg_p {
    color: white;
    margin: 120px 0px;
    font-size: 21px;
    text-align: center;
}
.nav_button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00000040;
    padding: 5px;
}
@media only screen and (min-width: 576px) {
    .bgmenu {
        position: relative;
    }

    .bgmenu_item {
        position: absolute;
        bottom: 20px;
        right: 0;
    }
    .nav_button {
        display: none;
       
    }
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
   /* background-color: #0000006b;*/
    height: fit-content;
    padding-left: 25px;
}
.navbar {
    --bs-navbar-padding-y: 0rem;
    font-size:20px;
}