html,
body {
    height: 100%;
    margin: 0px;
    font-family: townhouse;
}
@font-face {
    font-family: townhouse;
    src: url(../fonts/townhouse.otf);
}
#logo-main {
    height: auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-logo {
    width: auto\9;
    max-width: 100%;
}
#section-main {
    height: 100vh;
    background-color: rgba(99, 7, 27, 1);
}
#section-about-us {
    /*height: 100vh;*/
    background-color: rgba(99, 7, 27, 0.3);
    padding-bottom: 50px;
}
.row {
    width: 100%;
    text-align: center;
}
.menu-title {
    text-align: center;
    width: 100%;
    height: 30%;
    display: table;
    padding-top: 100px;
}
.title-container {
    display: table-cell;
    vertical-align: middle;
}
.parent-main {
    display: table;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
    margin: auto;
    float: none;
    font-size: 1.3vmax;
}
.menu-border {
    background-color: rgba(99, 7, 27, 1);
    height: 3px;
    width: 100%;
    /*opacity: 0.2;*/
    margin-top: 50px;
}
.about-us-title {
    text-align: center;
    width: 100%;
    height: 20%;
    padding-top: 50px;
    display: table;
}

/*bootstrap default shadows / border color override*/
.form-control:focus {
    border-color: rgba(9, 7, 27, 1);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn {
    padding: 14px 24px;
    border: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: townhouse;
    float: center;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

/*jQuery dialog overrid*/
.noTitleStuff .ui-dialog-titlebar {
    display: none
}