/* For devices larger than 400px */
@media (min-width: 320px) {

    .container {
        padding: 0;
    }
    .formContainer {

    }
    #landingPage h1 {
        font-size: 2.5rem;
    }
    #subscribeForm {
        width: 90%;
        padding: 10px;
        top: 10px;
        height: 470px;
    }
    #subscribeForm h4 {
        font-size: 2.3rem;
    }
    #subscribeForm input {
        margin-bottom: 20px;
        height:30px;
    }
    input#regcompany,.inlineBlock.formColumn.large {
        width: auto;
    }
    #subscribeForm label.error {
        top: 55px;
    }
    .headline {
        height: 150px;
        padding-left:5px;
        padding-right:5px;
    }
    .jssocials-share-link {
        /*width: 65px;*/
    }
    .descrHolder {
       /* padding:0 15px;*/
    }
    .descrHolder h2 {
        font-size: 2.4rem;
        margin: 20px 0;
    }
    .descrHolder p {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .usability {
        margin:15px auto 5px;
    }
    .techHolder h4 {
        font-size: 2.2rem;
    }
    .techHolder ul li {
        font-size: 1.4rem;
        margin-left: 12px;
    }
    .schemeHolder {
        padding-top: 0;
    }
    footer {
        padding: 20px;
    }
    footer .column {
        margin:10px auto;
    }
    footer img.footerLogo {
        width: 120px;
    }
    #back-to-top {
        right:15px;
    }
    #landingPage #infoMsg {
        bottom: 10px;
        top: auto;
        left: 40%;
        background: #333;
    }
}
/* Larger than phablet */
@media (min-width: 550px) {
    #subscribeForm {
        top: 30px;
        height: 325px;
    }
    .inlineBlock.formColumn.large {
        width: 72%;
    }
    input#regcompany {
        width:100%;
    }
    .formContainer {
        height:520px;
    }
    .headline {
        height: 90px;
    }
    .jssocials-share-label {
        /*display:none;*/
    }
    .usability {
        margin: 15px 6px 5px;
    }
    .usability h5 {
        font-size: 1.8rem;
    }
    .usability img {
        height: 48px;
    }
    .usability p {
        font-size: 1.3rem;
    }
    .schemeHolder {
        padding-top: 100px;
    }
    .contentPadded {
        padding: 2%;
    }
    footer {
        padding: 10px;
    }
    footer .column {
        margin: 10px;
    }
    footer img.footerLogo {
        width: 120px;
    }
}
/* Larger than tablet */
@media (min-width: 1000px) {
    #subscribeForm {
        padding: 20px 60px 0;
        height: 420px;
        width: 640px;
        top: 40px;
    }
    #subscribeForm h4 {
        font-size: 2.6rem;
    }
    .headline {
        width: 100%;
        height: 130px;
    }
    .formContainer {
        background: url(/images/digital_signage_1.jpg);
        height: 660px;
    }
    #landingPage h1 {
        font-size: 2.6em;
    }
    .inlineBlock.formColumn.large {
        width: 70%;
    }
    #subscribeForm input {
        margin-bottom: 25px;
        height: 38px;
    }
    .descrHolder {
        margin: 0 auto;
        text-align: justify;
    }
    .descrHolder h2 {
        font-size: 4.8rem;
        margin: 30px 0;
        text-align: center;
    }
    .descrHolder p {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    .usability {
        margin: 30px auto 5px;
    }
    .usability img {
        height: 64px;
    }
    .usability h5 {
        font-size: 2.4rem;
    }
    .usability p {
        font-size: 1.5rem;
    }
    footer img.footerLogo {
        width: 250px;
    }
    #landingPage #infoMsg {
        right: 30px;
        left: auto;
        transform: translate(0,0);
    }
    .contentPadded {
        padding: 2% 5%;
    }
    footer {
        margin: 0 auto;
        text-align: center;
    }
    footer .column {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    #menuHolder {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

/*==========  TODO updated media queries  ==========*/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}