﻿
.centerscreen{
    align-content:center;
    align-items:center;
    text-align:center;
}
.menuicons{
    width:clamp(40px, 60px, 70px);
    height:clamp(40px, 60px, 70px);
    border-radius:50%;
    padding:5px;
}
::-webkit-scrollbar {
    display: none;
}
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/bg/airspace2.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}
html {
    scroll-behavior: smooth;
}
.mycount{
    width:70px;
    height:70px;
    border-radius:100%;
    align-content:center;
    align-items:center;
    background-color:dodgerblue;
    padding:10px;
   
}
.text-justify{
    text-align:justify;
}
.menuimage{
    width:clamp(150px, 80%, 100%);
}
