/* ==========================================================================
   Base Styles - ! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/
   ========================================================================== */

/*html,*/
/*body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a{
    color: #4384F5;
    text-decoration: none;
}

a:hover{
    opacity: 0.8;
}

svg {
    vertical-align: middle;
}


/* ==========================================================================
   Main Styles
   ========================================================================== */

.uk-container {
    height: 500px;
    width: 100%;
    background: #fff;
}

.content{
    display: table-cell;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    padding: 40px 30px;
}

.inner-wrapper{
    display: inline-block;
}

.top-title{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.main-title{
    line-height: 0;
    font-size: 90px;
    font-weight: 800;
}

.svg-wrap{
    display: inline-block;
    font-size: 0;
    vertical-align: super;
}

#lego{
    padding: 5px;
}

.blurb{
    margin-top: 30px;
    color: #B6BECC;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (max-width: 440px){

    .main-title{
        font-size: 60px;
    }

    #lego{
        width: 50px;
        height: 55px;
        padding: 10px 5px;
    }

    .blurb,
    .lego-btn{
        font-size: 18px;
    }


}

.txtColor{
    color: #44a313;
}