/*  Fonts */

@font-face {
    font-family: 'Roboto Slab', Montserrat, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, address{
    font-size: small;
    font-family: 'Roboto Slab', Montserrat, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

/* Header style */

.titan-title-size-4 {
    font-weight: 700;
    font-size: 4em;
    font-family: 'Crimson Text', 'Vollkorn', serif;
    line-height: 1.1;
    letter-spacing: 2px;
}

/* Navbar Height */

.navbar {
    min-height: 70px;
}

/* Nav links color */

.navbar-custom .nav li > a {
    color: white;
}

/* Navbar color */

.navbar-custom {
    background-color: purple;
    font-size: 13px;
}

/* Body padding  */

.module-medium {
    padding: 25px 0;
}

/* Button color */
.btn.btn-border-w {
    background: #027bb5;
}

/* Image position */

.module, .module-small {
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-color: purple;
}

.img-responsive{
    position: relative;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-medium {
    padding: 5px 0;
}

html{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

.header {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Footer */
.bg-dark {
    background: purple;
}

/* Contact Page Text */
.alt-features-item {
    color: white;
}


.new-alt-features-title {
    position: absolute;
}

.newer-alt-features-title {
    margin-top: 0;
    margin-left: 260px;
    margin-bottom: 3px;
    height: 80px;
    color: white;
}

.newer-alt-features-title a {
    color: white;
}

.p-footer{
    max-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10px;
}

.module-extra-small {
    padding: 10px 0;
}


