body {
    background-color: rgb(217, 217, 217);
    font-family: 'Play', sans-serif;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    color: black;
}

img {
    height: 100%;
    width: 100%;
}


div.headercontainer {
    display: flex;   
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 5px;
    align-content: center;
    border-bottom: 2px solid black;
}

div.logo {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

div.navbar {
    display: flex;
    text-align: right;
    align-items: center;
    align-content: center;
}

div.navproducts {
    display: flex;
    width: 350px;
    align-items: center;
    align-content: center;
}

div#first {
    padding: 7px;   
}

div#second {
    padding: 7px;   
}

div#third {
    padding: 7px;   
}



.black-line {
    border: 1px solid black;
    margin: 0;
    padding: 0;
    width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'Play', sans-serif;
}

a {
    text-decoration: none;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

h1.products{
    text-align: center;
}

div.productcontainer {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 20px; 
}


div.product {
    display: inline-block;
    margin: 10px;
    flex-grow: 1;
}

div.productimage {
    width: 350px;
    height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

img.product1 {
    max-width: 300px;
    max-height: 500px;
    border-radius: 14px;
}

.product1:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
}

img.product2 {
    max-width: 300px;
    max-height: 500px;
}

.product2:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
}


img.product3 {
    max-width: 300px;
    max-height: 500px;
    border-radius: 14px;
}

.product3:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
}


h1.underline {
    text-decoration: underline;
}

div.contactpage {
    text-align: center;
}

div.mapcontainer {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}


div.aboutcontainer1 {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

div.aboutcontainer1text {
    width: 400px;
    padding: 2px;
    line-height: 1.5;
    padding-left: 5px;
}

div.aboutcontainer1pic {
    width: 300px;
    height: 400px;   
    border: 2px solid black;
}

div.aboutcontainer2 {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 25px;
}

div.aboutcontainerpic2 {
    width: 300px;
    height: 400px;   
    border: 2px solid black;
}

div.aboutcontainer2text {
    width: 400px;
    padding: 2px;
    line-height: 1.5;
    padding-left: 5px;
}

.article {
    color: black;
    text-decoration: underline;
}

div.footercontainer {
    background-color: grey;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    min-height: 75px;
}

.facebookpic {
    height: 35px;
    width: 35px;
    padding-right: 7px;
}

.instapic {
    height: 35px;
    width: 35px;
    padding-right: 7px;
}

.ebaypic {
    height: 30px;
    width: 40px;
    padding-right: 7px;
}

div.socialscontainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 7px;
}

div.copyrighttext {
    font-size: 10px;
    padding: 7px;
}

.phonepic {
    width: 35px;
    height: 35px;
    padding: 7px;
}

div.callus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 7px;
}

.phonenum {
    color: rgb(49, 49, 49);
}