.red { color: red;}

.hidden.menu {
    display: none;
}

.white { color: white !important;}
.black { color: black !important;}
.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.separator {
    border-bottom: 5px solid #e03997; z-index: 10;
    margin-top: 50px;
}


.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 1em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

.blackX { color: black !important;}

@media only screen and (min-width: 700px) {
       .meniu_mobil {
        display: none
    }
}
@media only screen and (max-width: 700px) {

    .meniu_computer {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
       display: none; 
    }
    .secondary.pointing.menu .toc.item {
        display: block; 
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

#media { background-color: white;}

.video_background {
    display: inline-block;
    /* position: fixed;*/
    position: absolute;
    top: -250px;
    right: 0px;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
}
.media { z-index: 1; margin-top: 300px}
img.video_background  { width: 70%; top:50px; height: 75%;  min-height: 75% !important;    min-width: 100%;}




/*
#media { background-color: white;}
.video_background {
    display: inline-block;
    position: absolute;
    top: -150px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    z-index: 1;
    overflow: hidden;
}
.media { z-index: 10; position: relative; padding-top: 100px}
img.video_background  { width: 70%; height: 100px !important;top: 50px;  }
*/

.cover{
    position: fixed;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cover.black{
    background-color: rgba(0,0,0,.6);
}
.cover.blue{
    background-color: rgba(5, 31, 60, 0.6);
}
.cover.green{
    background-color: rgba(3, 28, 7, 0.6);
}
.cover.orange{
    background-color: rgba(37, 28, 5, 0.6);
}
.cover.red{
    background-color: rgba(35, 3, 2, 0.66);
}

.main .line_home_text {
    border-bottom: 1px solid #e03997; z-index: 10;
    margin-top: 0px;
}
.main .subtitlu{
    color: black;
    font-size: 2em;
    font-weight: 100;
    position: relative;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    font-family: 'Open Sans Condensed', sans-serif !important;

    z-index: 3;
}
.main .titlu{
    color: black;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 900;
    position: relative;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 50px !important;
    z-index: 3;
}
.main .logo.cursive{

    font-size: 82px;
}
.main .content{
    position: relative;
    z-index: 4;
}
.main .motto{
    min-height: 140px;
}
.main .motto, .main .subscribe .info-text{
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 50px;

}
.main .subscribe .info-text{
    font-size: 18px;
    margin-bottom: 30px;
}

.form-control.transparent {

    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(238, 238, 238, 0.27);
    color: #FFFFFF;

}

.meniu_item {font-family: 'Libre Baskerville', serif; font-size: 0.9em}



@media all and (min-width: 1521px){
    .section_titlu { height: 310px}
    .main .subtitlu { font-size: 2em !important; }

    .main .titlu { font-size: 3em !important;}
}
@media all and (min-width: 1621px){
    .section_titlu { height: 370px}
}
@media all and (min-width: 901px)
{
    .spatiu_titlu_mobil { display: none}

}

@media all and (max-width: 900px)
{
    .titlu{ margin-top: 0px !important; color: white !important;   font-size: 2em !important;}
    .subtitlu{ margin-top: 0px !important; color: #e03997 !important;}
    .img_background { display: none !important;}
    .spatiu_titlu_mobil { display: block}
    .first_d { color: #e03997 !important; font-size: 4em; padding-top: 10px}
}
