@charset "UTF-8";  
body {
    background-color: white;
    padding: 0px!important;
}


.textnumber {
    font-size: 150px;
    color: #505050;
    font-weight: 500;
    font-family: Segoe UI Symbol;
    margin: 0 !important;
}

.Subtext {
    font-size: 40px;
    color: #505050;
}


#hero .btn-dashboard {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #3498db;
    text-transform: uppercase;
}

    #hero .btn-dashboard:hover {
        background: #0061f2;
        color: white;
    }

#hero .btn-contact {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: blue;
    background: white;
    text-transform: uppercase;
}

    #hero .btn-contact:hover {
        background: #0061f2;
        color: white;
    }



.header-background-container {
    background-color: #075389 !important;
}

.firstimage {
    float: left;
    margin: 5px;
    display: none;
    height: 100%;
}

.navbar-brand {
    margin-left: 15px;
}

@media(min-width:767px) {
    .navbar {
        background-color: #FFFFFF !important;
        border-color: transparent;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .top-nav-collapse {
        padding: 0
    }

    nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
        background-color: #5a7e92;
        border-color: #c7c7c7
    }


    .top-nav-collapse > .container > .navbar-header > .navbar-brand > .gpotagline {
        display: none
    }

    .top-nav-collapse > div > .container > .taglineBrand {
        display: none;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }
}

.box-shadow--4dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.main-navigation {
    box-shadow: 0 3px 3px -1px rgba(0,0,0,.2);
}

