﻿/* Media Queries */

/* Extra Small */
@media(max-width: 767px) {
    h1 {
      font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    .form-control, .form-control-static {
      font-size: 1em;
      color: #000;
    }
     hr {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: none;
     } 
     #page-navbar, .page-navbar {
         text-align: center;
         margin-top: 6px;
     }
    #terms-panel{
        margin: 9px;
    }
    #terms-panel #page-welcome{
        padding-bottom: 9px;
    }
    .designer-widget{
        margin-left: 0px !important;
    }
}

/* Small */
@media(min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
     hr {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: none;
     } 
     #page-navbar, .page-navbar {
         text-align: center;
         margin-top: 12px;
     }
    #terms-panel{
        margin: 18px;
    }
    #terms-panel #page-welcome{
        padding-bottom: 18px;
    }
    .designer-widget{
        margin-left: 0px !important;
    }
    .order-summary .item-preview{
        margin: 0px;
    }
    .order-summary .item-action-cart{
        margin-left: 0px;
    }
    .order-summary .item-action-history{
        margin-left: 0px;
    }
    #designer-image-container img#designer-image{
        width: 80%;
    }
}

/* Medium */
@media(min-width:992px) and (max-width: 1199px) {
    h1 {
      font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    #designer-image-container img#designer-image{
        width: 90%;
    }
}

/* Large */
@media(min-width:1200px) {
    h1 {
      font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
}
