@charset "UTF-8";
body {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 16px;
    width: 100%;
    padding-top: 66px;
}
.wrap {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 65%;
}
.product img {
    width: 100%;
    height: auto;
}
.main_wrap img {
    width: 100%;
    height: auto;
}
.global_nav ul {
    font-size: 1rem;
    list-style-type: none;
    padding-left: 0px;
    display: none;
    text-decoration: none;
    width: auto;
	position: 
}
.global_nav ul li {
    margin: auto;
    text-decoration: none;
}
ul li a {
    text-decoration: none;
    text-transform: uppercase;
}
.product_wrap {
    display: flex;
}
.main_wrap h2 {
    color: #505050;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    border: 1px solid #505050;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 25px;
}
.wrap .main_wrap img {
}
.product p {
    color: #505050;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -10px;
    float: none;
    clear: none;
    overflow-x: visible;
}
.product {
    width: 98%;
    margin-right: 0%;
    margin-top: 10px;
    text-align: center;
}
.product:nth-child(3){
	margin-right: 0;
}
.product_wrap .product p {
    font-size: 0.9rem;
    padding-top: 4px;
    margin-top: -8px;
}
body footer {
    text-align: center;
    background-color: #E3DCCC;
    color: #505050;
    font-size: 0.5rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 50px;
    letter-spacing: 2px;
	margin-bottom: 0;
}
.heading img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #E3DCCC;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0px;
    border-bottom: thin none #505050;
    top: 0px;
}
p {
    font-size: 0.65rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

@media screen and (max-width:1280px){
.main_wrap .product_wrap {
    width: 35%;
    margin: auto;
    display: inherit;
}
}
