body{
    /* background-color:rgba(47, 79, 79, 0.082); */
    background-color: rgba(119, 136, 153, 0.150);
    font-family: 'Lato';
}
#container{
    margin-left: 10%;
    margin-right: 10%;
    align-content: center;
    
}
header{
    /* display:inline-block; */
    color: darkslategrey;
    border: dashed;
    text-align: center;
    margin: 20px 0px;
    border-radius: 5px;
}
header img{
    height: 50pt;
    padding-right: 20px;
    vertical-align:text-bottom;
}
header span
 {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    font-size: 50pt;
    font-weight: bold;;
    width: fit-content;
}
header nav li {
	list-style: none;
	display: inline-block;
	padding: 2px 10px;
    font-size: 20pt;
	
}
li a, li a:visited{

    text-decoration: none;
    color:darkslategray;
}
div.section{
    /* text-align: left; */
    border: dashed;
    padding: 20px;
    color: darkslategray;
    font-size: 16pt;
    /* width: au to; */
    border-radius: 5px;

}
div.section h1{
    margin-bottom: 0px;
}
.left_section {
    width: 48%;
    clear: left;
    margin-left: auto;
    display: inline-block;
    vertical-align: text-top;

}

.right_section {
    display: inline-block;
    /* float:right; */
    width: 48%;
    clear: right;
    margin-right: auto;
    vertical-align: text-top;
}

hr {
    border: solid 1px;
}

#contact_form, #order_form{
    font-size: 18pt;
}
#text_area{
    vertical-align: text-top;
    margin-top: 10px;
}
#contact_form input[type=submit]{
    font-family: 'Lato';
    font-size: 20pt;
    background-color: white;
    color:darkslategray;
    border-radius: 5px;
}
table{
    font-size: 20pt;
    border-left: solid 2px;
    padding-left: 5px;
}
.sale{
    border: outset 10px slategray;
    font-size: 36pt;
    padding: 30px;
    width:fit-content;
    background-color:white;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}