@import url(futuralt-heavy-webfont.css);
@import url(futuralt-book-webfont.css);
@import url(merriweather-webfont.css);
* {
  box-sizing: border-box;
}

.navbar-mobile {
    float: left;
    width: 100%;
    border-bottom: 5px solid #000; 
    border-top: 5px solid #000; 
        background-color: fff;
}

.navbar-mobile ul {
    display: flex;
    width: 100%;
    margin: 10 auto;
    list-style-type: none;
    font-family: 'futura_ltbook', Arial, sans-serif;
    font-size: 12pt;
    line-height: 24pt;
    letter-spacing: 2px;
}
.navbar-mobile ul li
{
    display: flex;
    justify-content: center;
    box-pack: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 200px;
}

.navbar-mobile a {
    text-decoration: none;
    color: #A9A9A9;
}


.navbar-custom {
    float: left;
    width: 100%;
    border-bottom: 5px solid #000; 
    border-top: 5px solid #000; 
        background-color: fff;
}

.navbar-custom ul {
    display: flex;
    width: 1000px;
    margin: 10 auto;
    list-style-type: none;
    font-family: 'futura_ltbook', Arial, sans-serif;
    font-size: 14pt;
    line-height: 24pt;
    letter-spacing: 2px;
}
.navbar-custom ul li
{
    display: flex;
    justify-content: center;
    box-pack: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 180px;
    width: 200px;
}

.navbar-custom a {
    text-decoration: none;
    color: #A9A9A9;
}

#sc3 {
  display: flex;
  justify-content: center;
}

#sc3 div {
    margin:0 auto;
    width: 100%;
    height: 3px;
    background-color: black;
}

.fullheight {
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
}
.container-fluid2 {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}
.row-fluid2 {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.centering {
    float: none;
    margin: 0 auto;
}

html,body{height:100%;}

body {
    padding-top: 30px;
    font-family: 'merriweatherregular', Arial, sans-serif;
    font-size: 14pt;
    line-height: 24pt;
    letter-spacing: 2px;
}

h1 {
    text-transform: uppercase;
    font-size: 18pt;
    font-family: 'futura_ltheavy', Arial, sans-serif;
    letter-spacing: 4px;
}

@media screen and (max-width: 650px) {
    body {       
        font-size: 12pt; 
        letter-spacing: 0.5px !important; 
        line-height: 25pt!important;
  
    }
}

@media screen and (max-width: 480px) {
    body {       
        font-size: 10pt;  
            letter-spacing: 0.5px !important; 
        line-height: 14pt !important;
    }
}

.redtext {
    color: #c93437;
}

.login-btn { 
    border-color: #c93437; 
    background-color: #c93437;
}
.login-btn:hover {
    border-color: #c93437; 
    background-color: #c93437;
}