.list-image {
	display: none !important;
}

.link-bold, a.link-bold:hover, a.link-bold:active{
    background: #3D70E2;
    color: #ffcb05;
    font-weight: bold;
    font-size: 3em;
    display: block;
    width: auto;
    /*min-width: 60%;*/
    padding: 15px;
    margin: 15px 0;
    max-width: 12em;
}
.link-bold.inverse, a.link-bold.inverse:hover, a.link-bold.inverse:active{
    color: #3D70E2;
    background: #ffcb05;
}




h2.big-header{
    font-size: 7em;
    color: white;
    text-transform: uppercase;
    letter-spacing: -.05em;
    font-weight: bold;
    line-height: 0.85;
    
}

@media screen and (max-width: 1200px){
    h2.big-header{
    font-size: 5em;
    }
    .link-bold{
        font-size: 2.5em;
    }
}
@media screen and (max-width: 600px){
    h2.big-header{
    font-size: 3em;
    }
    .link-bold{
        font-size: 2.0em;
    }
}