html {
    background: url("images/ep_naturalblack.png") repeat;
}
h1 {
    color: whitesmoke;
    font-family: 'montserrat';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -25px;
}
.main {
    margin-top: 5%;
}
.items {
    margin-top: 3%;
}
h2 {
    color: whitesmoke;
    margin: 0px;
    font-family: 'montserrat';
    text-align: center;
}
.about {
    color: whitesmoke;
    font-family: serif;
    text-align: justify;
    width: 800px;
    margin-left: 5%;
}
.description {
    margin: 1% auto;
    padding: 0px 33%;
    color: whitesmoke;
    font-family: serif;
    text-align: justify;
}
a:link, a:visited {
    color: #98979d;
    text-decoration: none;
}
a:hover {
    color: #da0180;
    text-decoration: none;
}
a.rollover {
    scale: 80%;
    display: block;
    margin: auto;
    width: 900px;
    height: 603px;
    background: url("images/bag.png") 3px 0px;
}
a.rollover:hover {
   background-position: 0px -602.33px;
}
a.rollover:active {
    background-position: 0px -1204.66px;
}
footer {
    position: absolute;
    bottom: 3%;
    left: 0px;
    right: 0px;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 1em;
    color: white;
}
.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    width: 50%;
}
.aboutcontainer {
    margin: 10% auto;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contactcontainer {
    margin-top: 19%;
    width: 21%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.itemscontainer {
    margin-top: .9%;
    margin-left: 19%;
    margin-right: 19%;
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.itemcontainer {
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.me {
    width: 800px;
}
.logos {
    scale: 80%;
}
.thumbnail {
    margin-left: 10px;
    margin-right: 10px;
    width: 133px;
}
.item {
    height: 400px;
}
.item-t {
    opacity: .24;
    height: 400px;
}
.top-margin {
    margin-top: 3.3%;
}
.nav {
    width: auto;
    margin: auto;
}
