﻿
h1 {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 3vw;
}

p {
    font-size: 0.9vw;
}

button {
    font-size: 80%;
}


#menu-panel {
    width: 16vw;
    min-height: 100%;
    float: left;
    background: linear-gradient(to right, #f2f2f2 80%, #e7e7ee 100%);
    position: fixed;
    top: 0;
    left: 0;
}

    #menu-panel .logo-circle {
        width: 12vw;
        height: 12vw;
    }

.body-container {
    margin-left: 16vw;
    width: 84vw;
}

.body-content {
    padding: 4vw;
}


#menu-panel .logo-circle {
    width: 12vw;
    height: 12vw;
    margin-top: 1vh;
}

#menu-panel nav {
    margin-top: 4vw;
    font-size: 0.8vw;
}

    #menu-panel nav li {
        margin-bottom: 1.5vw;
    }

fieldset {
    border: 0;
    vertical-align: top;
}

    fieldset label {
        display: inline-block;
        width: 12vw;
        vertical-align: top;
        padding-top: 0.5vw;
    }



fieldset .row {
    min-height: 3vw;
    vertical-align: top;
}

textarea {
    height: 15vw;
}

.social {
    margin-top: 5vw;
}

.social-icon {
    margin-right: 1vw;
}

    .social-icon img {
        width: 1.4vw;
        height: 1.4vw;
    }


.side-panel {
    width: 20vw;
    float: left;
    min-height: 100%;
}

    .side-panel h1 {
        font-size: 2vw;
    }

    .side-panel p {
        font-size: 0.8vw;
    }

.picture-panel {
    width: 64vw;
}

.side-panel .sidepanel-text {
    margin: 2vw;
}


.side-panel .buy-button {
    border-radius: 0.3vw;
    background-color: #2f8fae;
    width: 12vw;
    height: 2.6vw;
    border: 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}


.product-list {
    width: 86vw;
}


.product-panel {
    width: 28.1vw;
    height: 28.1vw;
}


    .product-panel .title {
        font-size: 2vw;
        line-height: 3vw;
    }

    .product-panel .location {
        font-size: 0.7vw;
    }

    .product-panel .time {
        font-size: 0.7vw;
    }



    .product-panel .text-container {
        margin-top: 30%;
        margin-left: 10%;
    }

.side-panel .data th,
.side-panel .data td {
    font-size: 0.6vw;
    height: 1vw;
}

.side-panel .data th {
    min-width: 4vw;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
    width: 70vw;
    height: 37vw;
}

