*{
    margin: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

body{
    background-color: #E3E6E6;
}

.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.navlogo{
    height: 60px;
    width: 110px;
}
.logo{
    background-image: url(images/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border{
    padding: 8px; 
    margin: 4px; 
    border: 1.5px solid transparent; 
}

.border:hover{
    border-color: white;
}

/**  box2  **/

.address-first{
    color: #CCCCCC;
    font-size: 0.75em;
    margin-left: 15px;
}

.address-second{
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 3px;
}

.addicons{
    display: flex;
    align-items: center;
}

/** box3 **/

.navsearch{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 1000px;
    height: 40px;
    border-radius: 4px;

}

.navsearch:hover{
    border: 2px solid orange;
}

.searchselect{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;

}

.searchinput{
    flex-grow: 1;
    /*width: 100%;*/
    font-size: 1rem;
    border: none;
}

.searchicon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

/** box 4 **/
.language{
    display: flex;
    align-items: center;
    
}
.lang{
    font-size: 14px;
    margin-left: 3px;
    font-weight: bold;
    
}

/** box 5 and 6 **/

.signfirst{
    color: white;
    font-size: 12px;
}

.signsecond{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

/** box 7 **/

.navcart i{
    font-size: 30px;
}

.navcart{
    font-size: 14px;
    font-weight: 700;
}


/** Panels **/
.panel{
    height: 40px;
    background-color: #232f3e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.panelall{
    font-weight: 700;
}

.panel-options p{
    display: inline;
    margin-left: 15px;
    padding: 8px; 
    margin: 3px; 
    border: 1.5px solid transparent; 
}
.panel-options{
    width: 80%;
    font-size: 14px;
}

.panel-options p:hover{
    border-color: white;
}

.paneldeals{
    font-size: 0.9rems;
    font-weight: 700;
}

/** Hero Section **/
.hero-section{
    background-image: url(images/p1.jpg);
    background-size: cover;
    height: 600px;
}

/** Content Section **/

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin-top: -350px;
    margin-left: 10px;
    margin-right: 10px;
}

.content-one{
    background-color: white;
    height: 450px;
    position: relative;
    width: 390px;
    padding: 20px 0px 15px 0px;
    margin-top: 20px;
}

.content-one p {
    font-weight: bold;
    font-size: 21px;
    margin-left: 25px;
    
}

.content-one pre{
    font-size: 13px;
    font-weight: 550;
    color: #007185;
    margin-left: 25px;
   
}

.image-set1 {
    margin-top: 15px; 
    margin-bottom: 35px;
}


.image-row {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 8px;
   
}

.image-row img{
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 135px;
}

.box-image{
    height: 300px;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
}

.box-image img{
    height: 300px;
    width: 350px;
}

span {
    font-size: 12px;
}

/** Content two **/

.content-two{
    padding: 20px 0px 15px 0px;
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;
    margin-bottom: 10px;
}
.content-two p{
    font-weight: bold;
    font-size: 21px;
    margin-left: 25px;
}


.baby-pics{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 15px;
}

/** Footer Panel 1 **/
.panel-1{
    background-color: #2f3d4e;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    height: 50px;
    padding-top: 15px;
}

.panel-2{
    background-color: #222f3d;
    color: white;
    display: flex;
    justify-content: space-evenly;
    height: 400px;
}

ul{
    margin-top: 50px;
}

ul a{
    display: block;
    font-size: 1rem;
    margin-top: 10px;
    color: #dddddd;
}

ul p{
    font-weight: 700;
    
}

.panel-3{
    background-color: #222f3d;
    color: white;
    height: 70px;
    border-top: 0.2px solid rgb(80, 80, 83);
    border-bottom: 0.2px solid rgb(80, 80, 83);
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url(images/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
}

.panel-4{
    background-color: #131a22;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
}

.pages{
    padding-top: 25px;
    
}

.copywright{
    padding-top: 5px;
}