/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

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

*{
    font-family: "Times New Roman", Times, serif !important;
}

.custom-mc-field-group {
    margin-left: 0px;
}

.custom-mc-field-group input{
    width: 100%;
    float: none;
}

div#custom-mc_embed_signup_scroll input{
    margin-top: 10px !important;
    width: 100% !important;
}

}

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

*{
    font-family: "Times New Roman", Times, serif !important;
}

.custom-mc-field-group {
    margin-left: 0px;
}

.custom-mc-field-group input{
    width: 100%;
    float: none;
}

div#custom-mc_embed_signup_scroll input{
    margin-top: 10px !important;
    width: 100% !important;
}

}

/* 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) {

}