body{
    background-color: rgb(238, 238, 238);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
header{
    background-color: white;
    margin: 0;
    height: 72px;
}
header .logo a{
    background-image: url("images/logo.png");
    background-size: 300px;
    background-repeat: no-repeat;
    position: relative;
    top: -18px;
    display: inline-block;
    width: 300px;
    height: 50px;
    text-indent: -99999999999px;
}
ul.top-menu{
    margin: 0;
    padding: 0;
    position: relative;
    top: 30px;
    list-style-type: none;
}
ul.top-menu li{
    display: inline-block;
    margin-right: 25px;
    margin-left: 20px;
}
ul.top-menu li:hover{
    color: aqua;
}
header a{
    color:black;
    text-decoration: none;
    transition: all 0.4s ease-in;
}
header a:hover{
    color: blue;
    transition: all 0.4s ease-out;
}



section.head{
    background-color: #d9d9d9;
    margin: 0;
}
section.head h2{
    margin: 0;
}
section.images img{
    width: 100%;
    height: 100%;
    z-index: 0;
}
section.hero img{
    width: 100%;
    z-index: 0;
    margin: 0;
}
section.core div{
    background-color: orange;
    width: 200px;
    margin: 1px;
}
footer{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
    width: 100%;
    margin: 0;
}
footer div.footer-heading{
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    text-align: center;
}
footer a{
    text-decoration: none;
    color: gray;
    transition: all 0.3s ease-in;
}
footer a:hover{
    color: black;
    transition: all 0.3s ease-out;
}
.bottom-styling{
    text-decoration: none;
    color: black;
    display: block;
    width: fit-content;
}
.bottom-styling::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.bottom-styling:hover::after {
    width: 100%;
}

/*Under Const page*/
img.under-construction{
    max-width: 100%;
}

/* Contact us page*/
div.contact-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.contact-info a{
    margin: 4px auto;
    align-items: center;
    text-align: center;
}
.button-style:hover{
    background-color: rgb(64, 133, 224);
    color: white;
}
.button-style{
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 25px 5px 25px;
    background-color: white;
    transition-duration: 0.5s;
    text-decoration: none;
}
div.white-bg{
    background-color: white;
}
div.address{
    margin: 16px 0;
    display: flex;
    flex-direction: column;
}
div.address-content{
    max-width: 1080px;
}
div.sales{
    display: flex;
    max-width: 1080px;
    margin: 0px auto;
}
div.sales img{
    max-width: 540px;
    width: 100%;
    margin: 20px 0;
}
div.text-side{
    width: 100%;
    margin-left: 16px;
}
/*section.conthead div{
    text-align: center;
}
section.contacts {
    display: flex;
    width: 100%;
}
section.maps{
    justify-content: center;
    display: flex;
    flex-direction: row;
}
div.contacts3{
    width: 80%;
}
.googlemaps{
    width: 30%;
    aspect-ratio: 1/1;
    justify-content: center;
    margin: 10px;
}
section.contacts a{
    text-decoration: none;
    color: black; 
}
section.contacts div{
    width: 80%;
    margin: 0 10px 0 10px;
}
section.contacts h2{
    margin: 0 10px 15px 10px;
}
section.contacts h3{
    margin: 0 10px 0 10px;
}
div.contacts1{

}*/

/*About Us page*/
.pdf{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.header-decor{
    position: absolute;
    top: 72px;
    height: 4px;
    width: 100%;
}