@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    font-family: 'Roboto', sans-serif;
}
a, a:hover{
    color:#dc3545!important
}

h4, h5 {
    font-size: 1.1rem!important;
}

h6, h6 a {
    font-size: .8rem!important;
}
.bg-img {
    background-image: url(repair-webserver.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
.wc{
    width: 100%!important;
    text-align: center;
}
.title{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.btn-lg {
    margin: 5px;
}

.alert-light {
    background-color: rgba(255, 255, 255, .8)!important;
}

.content{
    position: unset;
}

@media (min-width: 768px) {
    .wc{
        width: 50%!important;
        text-align: center;
    }
    .title{
        font-size: 4.5rem!important;
        font-weight: 300;
        line-height: 1.2;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    .content{
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
    h4, h5 {
        font-size: 1.5rem!important;
    }
    
    h6, h6 a {
        font-size: 1rem!important;
    }
}