/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.6.2026, 12:30:24
    Author     : pbartos
*/

.a-tra-vx3 {
   background-color: black !important;
   color: white;
   padding-bottom: 10px;
}

.a-box {
color: white !important;
background-color: #151515 !important;
border: 2px solid red;
border-radius: 20px;
padding: 10px;
margin: 20px;
}

.a-box h3 {
color: red !important;
font-size: 30px;
    font-weight: 800;
    margin-top: 1px !important;
    
}



.a-box h4 {
color: white !important;
font-size: 20px;

    margin-bottom: 5px;
    text-transform: uppercase;
}



.a-box h5 {
color: red !important;
font-size: 18px;
    font-weight: 400;
    margin-top: 1px !important;
    
}



.a-box1 {
color: white !important;
background-color: black !important;
border: 1px solid gray;
border-radius: 10px;
padding: 10px;

}


.a-box1 h5 {
color: white !important;
font-size: 15px;
    font-weight: 800 !important;
   text-transform: uppercase;
    
}


.a-box1-h5 {
color: white !important;
font-size: 15px;
    font-weight: 700 !important;
   text-transform: uppercase;
    
}


.a-tra-vx3-red {
   background-color: red !important;
   padding: 10px;
   text-align: center;
}


.a-tra-vx3-red h3 {
   color: white !important;
font-size: 30px;
    font-weight: 800;
    margin-top: 5px;
    text-transform: uppercase;
}


h3.a-tra-vx3-h3 {
   color: black !important;
font-size: 30px;
    font-weight: 600 !important;
    margin-top: 22px !important;
    text-transform: uppercase;
    text-align: center;
}


.a-radius {

border-radius: 10px !important;

}