/*-------------------------------*/
/*           Welcome-page        */
/*-------------------------------*/

html, body,
#welcome-page html, body {
    height: 100%;
}

#welcome-page body {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #979797;
    display: table;
    font-weight: 100;
    font-family: 'Lato', Helvetica, sans-serif;
}

.welcome-page-container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.welcome-page-content {
    text-align: center;
    display: inline-block;
}

.welcome-page-title {
    font-size: 96px;
}

.welcome-page-quote {
    font-size: 24px;
}
.welcome-page-bold{
    font-weight: bold !important;
}
.welcome-page-underline{
    background: #608DBC;
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
}
.welcome-page-login-container{

    position: absolute;
    top:25px;
    right: 0;
    z-index: 999;
    display: block;
    margin-right: 15px;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;

}
#welcome-page a:link,
#welcome-page a:visited,
#welcome-page a:hover,
#welcome-page a:active,
.welcome-page-login{
    color:#979797 !important;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none !important;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}
/* Custom,  Extra Small Devices */
@media only screen and (min-width : 320px) and (max-width: 479px){
    #welcome-page body {
        color: #707070;
    }
    .welcome-page-login-container{

        position: absolute;
        top:35px;
        right: 0;
        z-index: 999;
        display: block;
        margin-right: 25px;
        text-align: center;
        letter-spacing: normal;
        word-spacing: normal;

    }
    #welcome-page a:link,
    #welcome-page a:visited,
    #welcome-page a:hover,
    #welcome-page a:active,
    .welcome-page-login{
        color:#707070 !important;
        font-size: 50px;
        font-weight: bold; !important;
        line-height: 20px;
        text-decoration: none !important;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
    }
}

/* Small - medium Phones, mobile portraits and landscapes less than 5 inches */
@media only screen and (min-width : 480px) and (max-width: 767px) {
    #welcome-page body {
        color: #707070;
    }
    .welcome-page-login-container{

        position: absolute;
        top:35px;
        right: 0;
        z-index: 999;
        display: block;
        margin-right: 25px;
        text-align: center;
        letter-spacing: normal;
        word-spacing: normal;

    }
    #welcome-page a:link,
    #welcome-page a:visited,
    #welcome-page a:hover,
    #welcome-page a:active,
    .welcome-page-login{
        color:#707070 !important;
        font-size: 50px;
        font-weight: bold; !important;
        line-height: 20px;
        text-decoration: none !important;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
    }
    .welcome-page-quote {
        font-weight: bold;
        color:#979797 !important;
    }
}

/* Medium Devices, Tablets low resolution*/
@media only screen and (min-width : 768px) and (max-width: 979px) {
    #welcome-page body {
        color: #707070;
    }
    .welcome-page-login-container{

        position: absolute;
        top:35px;
        right: 0;
        z-index: 999;
        display: block;
        margin-right: 25px;
        text-align: center;
        letter-spacing: normal;
        word-spacing: normal;

    }
    #welcome-page a:link,
    #welcome-page a:visited,
    #welcome-page a:hover,
    #welcome-page a:active,
    .welcome-page-login{
        color:#707070 !important;
        font-size: 50px;
        font-weight: bold; !important;
        line-height: 20px;
        text-decoration: none !important;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
    }
    .welcome-page-quote {
        font-weight: bold;
        color:#979797 !important;
    }
}
/* Medium - big devices High resolution 5 or more inches */
@media only screen and (min-width : 980px) {
    #welcome-page body {
        color: #707070;
    }
    .welcome-page-login-container{

        position: absolute;
        top:35px;
        right: 0;
        z-index: 999;
        display: block;
        margin-right: 25px;
        text-align: center;
        letter-spacing: normal;
        word-spacing: normal;

    }
    #welcome-page a:link,
    #welcome-page a:visited,
    #welcome-page a:hover,
    #welcome-page a:active,
    .welcome-page-login{
        color:#707070 !important;
        font-size: 50px;
        font-weight: bold; !important;
        line-height: 20px;
        text-decoration: none !important;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
    }
    .welcome-page-title {
        font-size: 104px;
    }

    .welcome-page-quote {
        font-size: 30px;
        font-weight: bold;
        color:#979797 !important;
    }
}

@media only screen and (min-width : 1280px) {
    .welcome-page-login-container{

        position: absolute;
        top:25px;
        right: 0;
        z-index: 999;
        display: block;
        margin-right: 15px;
        text-align: center;
        letter-spacing: normal;
        word-spacing: normal;

    }
    #welcome-page a:link,
    #welcome-page a:visited,
    #welcome-page a:hover,
    #welcome-page a:active,
    .welcome-page-login{
        color:#707070 !important;
        font-size: 20px;
        line-height: 20px;
        text-decoration: none !important;
        font-family: 'Lato', Helvetica, Arial, sans-serif;
    }

    .welcome-page-title {
        font-size: 96px;
    }

    .welcome-page-quote {
        font-size: 24px;
        font-weight: normal;
        color:#979797 !important;
    }
}
