/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    /* margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    height: 100%;
    font-family: 'Raleway', sans-serif;
    background: url('../images/diamond_property_management-background.jpg') right center no-repeat fixed;
    background-size: cover;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.maincontent {
    border: solid 1px #f0ebe2;
    height: calc(100% - 30px);
    margin: 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.logotype {
    padding: 48px 0;
}

.logo{
    max-width: 550px;
    min-width: 150px !important;
    width: 100%;
    padding: 0 20px;
}

.Slogan {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 48px;
    text-transform: uppercase;
}

.ExtraBoldItalic {
    font-style: italic;
    font-weight: 800
}

.Slogan span {
    font-size: 60px;
    text-transform: lowercase;
    letter-spacing: 4px;
}

h1 {
    color:#999dc0;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

p {
    color:#f0ebe2;
    font-size: 21px;
}

.Info {
    font-weight: 600;
    padding: 24px 0;
}

a {
    color:#f0ebe2;
}

a:hover {
    color:#999dc0;
    text-decoration: underline;
}

.content {
    background: rgba(65,62,75,.94);
    min-height: 100%;
    padding: 8px 24px;
}

.copyright {
    font-size: 12px;
    color:#999dc0;
}

@media (min-width: 1024px ) {
    .content {
        height: 100%;
    }
}

@media (max-width: 1024px ) {
    h1 {
        font-size: 24px;
    }
    
    .Slogan {
        font-size: 24px;
        line-height: 27px;
    }
    
    .Slogan span {
        font-size: 32px;
    }
    p {
        font-size: 14px;
    }
}

@media (max-width: 600px ) {
    
    .logotype {
        padding: 24px 0;
    }
    
    h1 {
        font-size: 24px;
    }
    
    .Slogan {
        font-size: 24px;
        line-height: 27px;
    }
    
    .Slogan span {
        font-size: 32px;
    }
    p {
        font-size: 18px;
    }    
}