@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: "Open Sans", sans-serif;
}
header {
    display: flex;
    justify-content: space-evenly;
    position: sticky;
    top: 0px;
    background-color: #333;
    max-width: 100vw;
    overflow: hidden;

}

#burger {
    display: none;
}

nav {
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    align-items: center;
    overflow: hidden;

}

nav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

#logo {
    position: static;
    top: 2px;
    left: 2px;
    height: 100%;
    padding: 5px;
}
#logo img{
    margin: 5px;
    height: 35px;
    max-height: 90%;
    filter: invert(100%);
}
h1 {
    font-size: 60px;
    padding: 10px;
}

.small {
    display: none;
}

h2.big {
    font-size: 45px;
    padding: 5px;
    padding-top: 0px;
}

#opening {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#mainhome {
    color: black;
    width: 100vw;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

.homearear, .homeareal {
    display: flex;
    padding: 10px;
    justify-content: space-evenly;
}

.homearear *, .homeareal * {
    padding: 10px;
    max-width: 60%;
    max-height: 50vh;
    margin: auto;
}

.homearear p, .homeareal p {
    max-width: 50%;
}

footer{
    max-width:100vw;
    overflow: hidden;
    padding:10px;
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    border:1px solid black;
}

#WarrantyT{
    padding:20px;
    width:50vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#WarrantyBody{
    display:flex;
    flex-direction:row;
}
.WarrantyImg{
    margin:auto;
    padding:10px;
        padding: 10px;
    max-width: 60%;
    max-height: 50vh;
    margin: auto;
}
#WarrantyImg{
    max-width:80%;
    max-height:80%;
    display:flex;
    flex-direction:column;
}

#dumb {
    justify-content: center;
}

h3 {
    text-align: center;
    font-size: 30px;
}

#dumb > * {
    padding: 20px;
}

.LocationSection{
    display:flex;
    flex-direction:row;
    padding:10px;
    margin:auto;
    width:80%;
}
.LocationSection *{
    width:45%;
    max-height:50%;
}
#PhutImg{
    margin:auto;

}
li{
    padding:5px;
}