/* style.css */

@font-face {
    font-family: 'SF';
    src: url(SanFranciscoText-Regular.otf);
}

html, body {
    font: 15px "SF", sans-serif;
    line-height: 1.8;
    color: #000;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #FFF;
}

div.outer {
    background-color: #F4F4F4;
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: -11px;
    border-radius: 10px;
}

nav {
    color: #F4F4F4 !important;
    font-size: 14px;
    font-weight: 400;
    background-color: #333333 !important;
    height: 5.3vh;
    padding-left: 224px !important;
    opacity: 0.98;
}

.jumbotron {
    background-color: transparent;
    color: #000;

    margin-bottom: 0vh;
    padding-bottom: 10px;
}

a {
    color: #F4F4F4 !important;
    letter-spacing: 0.01em;
    padding-right: 60px;
}

a:hover {
    color: #898989 !important;
    transition: 0.15s;
}

a:active {
    color: #898989 !important;
}

li {
    padding-left: 30px;
    padding-right: 30px;
}

.productImg {
    height: 45vh;
    margin-left: -40px;
}

a.learnMore {
    color: #0070C9 !important;
    font-size: 18px;
}

a.learnMore:hover {
    color: #0070C9 !important;
}

a.learnMore:active {
    color: #0070C9 !important;
}

.sortBtn {
    background-color: Transparent !important;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #0070C9 !important;
    font-size: 17px;
}

.sortBtn:hover {
    border: none;
    outline: none;
    color: #0070C9 !important;
}

.sortBtn:active {
    border: none;
    outline: none;
    color: #0070C9 !important;
}

.icon {
    font-size: 13px;
    font-weight: lighter;
    padding-left: 10px;
    color: #0070C9;
}

.empty_icon {
    font-size: 13px;
    font-weight: lighter;
    padding-left: 10px;
    color: #BBB;
}

.close {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    width: 12px;
}

footer{
    background-color: #F4F4F4;
    height: 46vh;
}
