﻿.help-header {
    width: 100%;
    background-image: url(../assets/help/hp_top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    box-sizing: border-box;
    padding: 1% 2% 0 7.5%;
    font-size: min(3vw, 24px);
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    color: #FFCC00;
    height: 6.6vw;
    max-height: 61px;
}

.help-body {
    background-image: url(../assets/help/hp_pageContentBkgd.jpg);
    background-size: 100% 100%;
    background-repeat: repeat-y;
    font-size: min(2.5vw, 16px);
    box-sizing: border-box;
    padding: 1% 0.5% 0 2%;
    display: flex;
    justify-content: space-between;
}
    .help-body > .buttons {
        width: 500px;
        height: 100%;
        float: left;
        overflow: hidden;
        padding-left: 22px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

.help-footer {
    width: 100%;
    background-image: url(../assets/help/hp_pageContentBottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 5.2vw;
    max-height: 48.5px;
}

.help-button {
    width: 26%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../assets/Help/Blue Button 11.png');
    text-align: center;
    align-content: end;
    margin-bottom: 15px;
    position: relative;
    color: white;
    text-decoration: none;
    align-items: end;
    justify-content: center;
    display: flex;
    text-wrap: nowrap;
    padding-top:25%;
}
    .help-button > div {
        width: 100%;
        height: 55%;
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: top;
        position: absolute;
        top: 0;
        margin-top: 13%;
        background-size: 65%;
    }
    .help-button:hover {
        background-image: url('../assets/Help/Blue Button 11 - Highlighted.png');
        color: white;
    }
    .help-button:focus {
        background-image: url('../assets/Help/Blue Button 11 - Pressed.png');
    }

#FAQ {
    background-image: url(../assets/Help/Icon_5.png);
}
#Issues {
    background-image: url(../assets/Help/Icon_4.png);
}
#Troubleshooting {
    background-image: url(../assets/Help/Icon_1.png);
}
#Contact {
    background-image: url(../assets/Help/Sin_titulo6.png);
}
#Report {
    background-image: url(../assets/Help/Icon_2.png);
}
#Appeal {
    background-image: url(../assets/Help/JediEmblem.png);
}

.r2 {
    width: 261px;
    float: right;
    background-image: url(../Assets/Help/hp_droid_2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .r2{
        display:none;
    }
    .buttons {
        width: 100%;
        padding-right: 22px;
    }
    .help-button {
        width: 35%;
        padding-top:35%;
    }
    .help-body {
        justify-content: center;
    }
}
