.center
{
    text-align:center;
}

img
{
    display:inline-block !important;
}

h1
{
    font-family: 'Old Standard TT', serif;
    text-transform: uppercase;
    color:#666;
}
p{
    font-family: 'Old Standard TT', serif;
    font-size: 20px;
}

.small
{
    font-size:14px;
}

label
{
    text-transform: uppercase;
    font-weight: normal;
    color:#333;
}

.grey
{
    background-color: #cfcfcf;
    padding:15px 20px 0px 20px;

}

.hr-small
{
    border: #000000 solid 1px;
    width:100px;
    margin-top:25px;
    margin-bottom: 25px;
}

.form-control
{
    height: 50px;
    border-radius: 0px;
}

.form-group
{
    margin-bottom:0px;
}

textarea.form-control
{
    min-height:100px;
}

.submit
{
    background:#cfcfcf;
    color:#ffffff;
    border: 1px solid white;
    padding:10px 35px 10px 35px;
    margin-bottom:18px;
}

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

}

