/*
Varianta 1
#dbc3d0
#5e0231
#c7a693
#856046

Varinata 2
#300032 - 48, 0, 50
#06000a - 6, 0, 10
#c43235 - 196, 50, 53
#e6e6e8 - 230, 230, 232

Varianta 3
#bccbde
#c2dde6
#e6e9f0
#431c5d
#e05915
#e05915

Varianta 4
56, 237, 122    - #38ED7A
229, 236, 185   - #E5ECB9
236, 228, 59    - #ECE43B
105, 158, 8     - #699E08
228, 71, 224    - #E447E0

Versiunea 5
96,105,232  - #6069E8   Meniu
151,17,48   - #971194   Heading
255,142,0   - #FF8E00   Form
135,155,244 - #879BF4   SubMenu
55,170,217  - #37AAD9   Hover


*/

html {
    background-attachment: fixed;
    background-image: url('../../img/bg/fundal3.jpg');
    background-size:  cover;
    background-repeat: no-repeat;
}
h1 {
    color: rgba(151,17,48, 1.0);
}
h2 {
    color: rgba(151,17,48, 1.0);
}
h3 {
    color: rgba(151,17,48, 1.0);
}
h1 * {
    color: rgba(151,17,48, 1.0);
}
h2 * {
    color: rgba(151,17,48, 1.0);
}
h3 * {
    color: rgba(151,17,48, 1.0);
}
header a {
    color: rgba(151,17,48, 0.9);
    text-shadow: 0.15rem 0.15rem 0.28rem rgba(151,17,48, 0.9);
}
nav a {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 2px 2px 5px rgba(255,142,0, 1.0);
}
nav a :hover {
    color: rgba(255, 255, 255, 1.0);
}
@media screen and (min-width: 1000px){
    nav ul li {
        background: rgba(96,105,232, 0.9);
    }
    nav ul li:hover {
        background: rgba(55,170,217, 1.0);
    }
    nav ul li ul li {
        background-color: rgba(135,155,244, 1.0);
    }
    nav ul li ul li:hover {
        background: rgba(55,170,217, 1.0);
    }

}
@media screen and (max-width: 999px){
    nav ul {
        background: rgba(96,105,232, 0.9);
    }
    nav ul li:hover {
        background: rgba(55,170,217, 0.7);
    }
}
aside {
    background: rgba(255,142,0, 0.3);
}
footer {
    background-color: rgba(242,242,252, 0.3);
}

/*
FORM STYLE*/
fieldset {
    background: rgba(255,142,0, 0.9);
    color: #000;
}
legend {
    background: linear-gradient(rgba(255,142,0, 0.7), rgba(255,142,0, 0.4));
    color: #000;
    text-shadow: 3px 3px 9px rgba(255,255,255, 1.0);
}
.left-center aside a { 
    color: rgba(30, 70, 159, 0.9);
}
.accord-btn-stil {
    background-color: rgba(6, 0, 10, 0.7);
}

.accord-btn:hover {
    background-color: #d9d9d9;
}
.accord-det {
    background: linear-gradient(rgba(234, 234, 234, 0.8) 0%, rgba(234, 234, 234, 1.0) 75%, rgba(210, 210, 210, 1.0) 100%);
}
.calTitle a {
    color: #bd2020;
}
progress { 
    background: linear-gradient(to right, #c00000,orange,yellow,green); 
    border: #009;
}
.hpTitle {
    background: linear-gradient(to bottom, rgba(161,27,58, 0.8), rgba(151,17,48, 0.8));
    color: rgba(255, 255, 255, 1.0);
}
.hpleft {
    border: 0.2rem rgba(151,17,48, 0.8) ridge;
}
.accentForm {
    border: 0.3rem ridge red;
    border-radius: 0.5rem;
    background-color: rgba(255, 150, 150, 0.3);
}