body {
  font-family: Tahoma, Verdana, Arial, sans-serif; 
}
/*FONTS*/
p {
    font-size: 1em;
}
h2 {
    font-size: 2em;
    font-variant:small-caps;
    font-weight: normal;
}
.noborder {
    border-style: none;
}

.logo {
    position: relative;
}

/*navigation*/
.menu-container {
    position: relative;
    flex-flow: row wrap;
    justify-content: center;
    display: flex;
    align-items: flex-start;
}
.menu-container > li {
    background-color: #b4bcab;
    color: black;
    width: 200px;
    margin: 10px;
    line-height: 65px;
    text-align: center;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1em;     /*16 px*/
    /*border: solid #999;*/
}
.menu-container > img {
    height: 125px;
    width: 212px;
    padding: 5px 5px 15px 5px;
}

.ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*Product Description Box*/
.prod-desc-title {
    font-size: 1.5em;
}
.prod-desc-left {
    /*background-image: url("phoenix.jpg");*/
    font-size: 1em;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 3px 3px #777;
    width: 45%;
    padding: 15px;
}
.prod-desc-right {
    font-size: 1em;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 3px 3px #777;
    width: 45%;
    padding: 15px;
    position: relative;
    left: 50%;
}



























