*{ /* Represents all the elements*/
    margin:0;
    padding: 0;
    /*This is called the reset*/
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: #145DA0;
}

img{
    width:50px;height:60px;
}

.nav-button{
    display: inline;
    margin-left: 20px;
}

p{
    color: black;
}

a{
    color: #F5EFEF;
    text-decoration: none;
}

h4{
    text-decoration: underline;
}

label{
    text-decoration: underline;
}

.search-bar{
    border-bottom: 1px;
    border-color: #145DA0;
    width: 500px;
    margin: 5px auto;
    border-style: double;
    border-color: gray;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.search-bar-button{
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 10px;
}

.search-bar-button a{
    color: black;
    font-size: 20px;
}
.nav-container{
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #145DA0;
}

.item-container{
    margin-top: 10px;
    border-style: double;
    border-color: gray;
    border-top: 10px;
    border-left: 10px;
    border-right: 10px;
    width: auto;
}

.item-title, .item-desc{
    display: block;
}

.item-check{
    /*margin-left: 30px;*/
    margin-top: 40px;
    margin-right: 15%;
    float: right;
}


.item-img, .item-data, .item-check{
    display: inline-block;
}

.submit-button{
    width: 100px;
    margin: 50px auto;
    width: fit-content;
}

.selection-column{
    float: right;
    margin-right: 15%;
}

.product-column{
    margin-left: 10%;
}

.product-column, .selection-column{
    margin-top: 10px;
    display: inline-block;
}

.clear{
    clear: both;
}

footer{
    background-color: #145DA0;
    display: block;
}

footer p{
    color: #F5EFEF;
}

.social-media-block{
    padding-top: 30px;
    display: block;
}

.social-media-icons{
    width: 200px;
    margin: 0px auto;
}

.message-foot p{
    text-align: center;
}


.search-bar-button img{
    height: 20px;
    width: 18px;
}

.icon-bar,.main-content-container{
    background-color: white;
}

