@charset "UTF-8";

*{
    margin: 0 auto;
    padding:0;
    box-sizing: border-box;
}

body{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ribbon_fixed{
    position: fixed;   
    top: 50px;
    right:0;
    width: 125px;
    height: 70px;
    background-image: url(../img/RO.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ribbon{
      text-decoration: none;
      color:white;
      text-shadow: 2px 2px 1px black;
      font-size: 40px;
      font-weight: 600;  
}

#ribbon_fixed a:hover{
    color:rgb(0, 140, 255)
}

#ribbon_fixed a:active{
    color:rgb(187, 0, 0);
}
#menu_sup{
    height: 900px;
    background-image: url(../img/bkindex.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}

h1{
    text-align: center;
    color: #ffbf00;
    font-weight:900;
    font-size: 50px;
    flex-basis: 100%;
    text-shadow: 5px 5px 5px black;
}

#menu_bot{


    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

#cont_buy {
    
    background-image: url(../img/trailer_buy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 480px;
    
}
#buy_button{
    font-style: italic;
    font-weight: 700;
    text-shadow: 2px 2px 1px black;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 66px;
    border: 3px solid #ffffff;
    width: 500px;
    text-align: center;
    display: block;
    margin: 100px auto;
    /*line-height: 100px;*/
}
#buy_button:hover{               
    background-color: #000000;
    color: #ffbf00;
    
}
#buy_button:active{

    color: #ffffff;
}

/*RO PAGE*/

#ribbon_fixed_eng{
    position: fixed;   
    top: 50px;
    right:0;
    width: 125px;
    height: 70px;
    background-image: url(../img/ENG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ribbon_fixed_eng a:hover{
  color:rgb(0, 140, 255)
}

#ribbon_fixed_eng a:active{
  color:rgb(187, 0, 0);
}
#buy_button_ro{

    width: 600px;
 
}

#b_buy{
    background-image: url(../img/black.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-shadow: 4px 3px 5px black;
}
#title_and_image{
   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

#requirements, #purchase_cont p{
    max-width: 100%;
    padding-top: 20px;
    margin: 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 2;
}

#requirements_text{
    text-align: center;
    font-family: "Copperplate", Copperplate, fantasy;
    font-weight: 300;
    color: #ffbf00;
    margin: 15px 15px;
    font-size: 30px;
    border: 3px solid #ffbf00;
    font-style: italic;
    font-style: inherit;
}

#requirements h3{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
}

#requirements h2,
#purchase h2{
    text-align: center;
    font-weight: 900;
    color: #ffbf00;
}



#requirements a{
    color:#fff
}
#social_links{
    max-width: 50%;
    display: flex;

}
#links{
    text-decoration: none;
    padding-bottom: 10px;
} 
#links_download{
    background-color: #005c00;
    align-content: left;
    justify-content: center;
    border: 3px solid #fff;
    width: 300px;
    height: 75px;
    color:#ffffff;
    text-decoration: none;
    padding: 20px;
    margin: 10px;
} 
.contacts{
    line-height: 1.5;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 22px;
    font-style: oblique;
    text-align: center;
}

#maps_wip{
    text-align: center;
    padding: 15px 15px;
}

#butoane_cumparare{
    text-align: center;
    padding-top: 50px ;
    display: flex;
    justify-content: center;
    align-items: center;
}


#buy_tipeeestream{
    background-color: #c73939;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center center;
    padding-top: 5px;
    border: 3px solid #fff;
    width: 300px;
    height: 75px;
}
#tipeestream
{
    line-height: 37px;
    font-size: 20px;
    text-transform: center;
    color:#fff;
    text-decoration: none;
}

