* {
    margin: 0;
}

html,
body {
    height: 100%;

}

.ao-spacer {
    height: 100px;
}

.logo-link {
    text-decoration: none;
    color: black;
}

#ao-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 45px;
}

.ao-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 45px;
}

.ao-title h1 {
    text-decoration: none;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 5px;
}

#ao-title h1 {
    text-decoration: none;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 5px;
}

#ao-sub-title h2 {
    text-decoration: none;
    font-size:22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
}

#AO-product-wrap {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}


#AO-product {
    width: 70%;
    margin: 0 auto;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -200px;
}


.page-wrap:after {
    content: "";
    display: block;
}

.site-footer,
.page-wrap:after {
    height: 200px;
}

.site-footer {
    border-top: 2px #c1c1c1 dotted;
}


.ao-side-nav {
    position: fixed;
    left: 50px;
    top: 100px;

}

.ao-side-nav ul {
    position: fixed;
    list-style: none;
}

.ao-side-nav a {
    color: black;
    display: block;
    padding: 3px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px white solid;
    transition: 0.3s;
}



.ao-side-nav a:hover {
    background-color: #ffd800;
}

.ao-side-nav a.active {}

.copywrite {
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.ham-wrap {
    display: none;
}

.ao-ham {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: white;
}

.ao-ham img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ao-ham-nav {
    display: none;
    position: fixed;
    width: 100%; 
    top: 0px;
    padding-bottom: 45px;
    text-align: center;
    background-color: white;
    opacity: 0.97;
      border-bottom: 2px dotted black;
}

.ao-ham-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    left: 0px;
   
  
}

.ao-ham-nav a {
    color: black;
    display: block;
    padding-top: 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
}

.close-me{
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    top: 10px;
    left: 10px;
    }
    
.highlight {
    background-color: #ffd800;
    transition: background-color 1s;
}



/*about.........................................................*/

.ao-text {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 75px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.ao-text a {
    text-decoration: none;
    color: blue;
}

.ao-about-title {
    font-family: 'Poppins', sans-serif;
    width: 50%;
    margin: 0 auto;
    text-align: left;
    margin-top: 45px;
    font-size: 7px;
}

/*sold----------------------------------------------------------*/

#ao-sold {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
}

#ao-sold h1 {
    display: block;
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    
    font-weight: normal;
    text-align: center;
}

.sold-wrap {
    margin-top: 20px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    
}

.sold-wrap img{
max-width: 250px;
-webkit-box-shadow: -5px 3px 5px -1px rgba(0,0,0,0.25); 
box-shadow: -5px 3px 5px -1px rgba(0,0,0,0.25);    
}



.ao-go-home {
    width: 100%;
    text-align: center;

}

.ao-go-home a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    transition: 1s;
    color: black;

}

.ao-go-home a:hover {
    background-color: #ffd800;
}






/*404----------------------------------------------------------*/

.ao-4o4 {
    width: 50%;
    margin: auto;
    margin-top: 50%;
}

.main-page-link {
    width: 50%;
    margin: auto;
    text-align: center;
}

/*breakpoints..................................................*/

@media all and (max-width: 1690px) {}

@media all and (max-width: 1470px) {

    .AO-sold {
        width: 840px;
        grid-template-columns: 200px 200px 200px 200px;
    }

}

@media all and (max-width: 980px) {
    #AO-product {
        width: 90%;
    }

    .ao-text {
        width: 90%;
    }

    .ao-about-title {
        text-align: center;

    }

    .ao-side-nav {
        display: none;
    }

    .ao-ham {
        display: block;
    }
    
}

@media all and (max-width: 840px) {
    .AO-sold {
        width: 420px;
        grid-template-columns: 200px 200px;
    }

}

@media all and (max-width: 606px) {}

@media all and (max-width: 480px) {}
