
nav ul li a{
    position: relative;
}
nav ul li a::before{
    content: "";
    width: 0;
    left: 0;
    height: 3px;
    position: absolute!important;
    bottom: 3px;
    background-color: blue;
    transition: all 0.5s ease;
}
nav ul li a:hover::before{
    width: 100%;
}
nav{
    margin-bottom: 20px!important;
    background-color: #232F3E;
    
}
img{
    height: auto;
    max-width: 500px;
    padding: 0!important;
    margin: 0!important;
    text-align: center;

}



.centerrow{
    padding: 0!important;
    margin: 0!important;
   
    
}
.title{
    font-size: 28px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
.price{
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.price span{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 25px;
  
}
.descriptiontitle{
    font-size: large;
}
.descriptioncontent{
    margin-left: 5px;

}
.con{
    
    display: flex;
    justify-content: center;
    
}
.form{
    margin-top: 10px;

}
.done{
    width: 70px;
    height: auto;
}
.complete{
    display: none;
    position: fixed;
    top: 200px;
    z-index: 1000;
    max-width: 400px!important;
    padding: 10px;

    text-align: center;
    background-color: white;
    font-size: 25px; 
}

@media (max-width: 550px) {
    img{
        max-width: 400px;
        height: auto;
    }
    
}
@media (max-width: 500px) {
    img{
        max-width: 300px;
        height: auto;
    }
    
}



footer{
    height: 250px;
    background:#232F3E;
}
.amaship{
    margin-top: 40px;
    background-color: #283647;
    padding: 5px 0;
    text-align: center;
    color: aliceblue;
   }
   .email{
            display: flex;
  
            flex-direction: column;
            justify-content: center;
          }
          .last{
            color: aliceblue;
            background: #232F3E;
            padding: 10px 0;
          }
          .lasttitle div{
            
            text-align: center;
            font-size: 25px;
            font-family: italic;
          }
          .lasttitle p{
            font-size: 13px;
            text-align: center;
          }