
.navbar{
    background-color:lightslategray;


}



.grid-item{
    width: 100%;
    height: 100%;
    position: relative;
    padding:0px;
    color: white;
    text-align: center;
    font-family: Tahoma;
    font-size: 30px;

}

.grid-text{
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 0;
    left:50%;
}

.grid-image{
    width: 100%;
    height: 100%;
    


}

.navibar{
    position:absolute;
    left: 0px;
    top: 0;
    padding: 0;
    z-index: 2;
}

.navibar-logo{
    position:absolute;
    top:0;
    height: 100%;
}

h1 {
    color: rgb(0, 166, 216);
    text-align: left;
    font-size: 60px;
    font-family: Verdana;
    padding:20;
}

h2 {
    color: #76efff;
    text-align: left;
    font-size: 25px;
    font-family: Trebuchet;
    padding:20;
}

p {
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    font-family: calibri;
    padding:20;

}


h3 {
    color: #00eeff;
    text-align: Center;
    font-size: 35px;
    font-family: Tahoma;
    padding:5px;
}

h4 {
    color: lightskyblue;
    text-align: left;
    font-size: 20px;
    font-family: Tahoma;
    padding:0px;
    

}

h5 {
    color: whitesmoke;
    text-align: left;
    font-size: 45px;
    font-family: Tahoma;
    padding:5px;
}

body {
    background-color:#262626;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

footer{
    background-color:rgb(0, 0, 27);
    background-color:rgb(18, 24, 31);
    min-height: 80px;
    text-align:center;
}




.nav-link {
    background-image: url('hxgon0.png');
    color: #00496d;
    text-align: left;
    font-size: 40px;
    font-family: Tahoma;
    padding:20;

}

.carousel-item {
    position:relative;
    width: 100%;
}

.carousel-caption {
    position:absolute;
    background: rgba(76, 84, 88, 0.7)
}


.car_capt1 {
    bottom: 50%;
    transform: translateY(300px);
}

.car_capt2 {
    bottom: 50%;
    transform: translateY(300px);

}

.car_capt3 {
    bottom: 50%;
    transform: translateY(300px);

}

.dynazine-textblock {
    position:relative;
}

.end-text {
    left:0;
}

.bottom-bar{
    padding:20px;
}



.bottom {
    overflow: hidden;
    padding-bottom: 40px;
}

.bottomdwg{
    stroke: rgb(0, 25, 105);
    fill: rgb(0, 25, 105);
    stroke-width: 0px; 
    stroke-linecap: square;
    stroke-linejoin: square;
    fill-opacity: 1;
}

.footer_text{
    color: #353535;
    text-align: Center;
    font-size:25px;
    font-family: Tahoma;
    padding-top:20px;
}






