@charset "UTF-8";
/* Body*/
body {
    background-color: black;
    font-size: 100%;
    font-family: Tahoma, sans-serif;
    color: #8adb48;
    width: 100%;
    margin: 0;
}
.logo {
    font-size: 100%;
    text-align: center;
}
a {
    color: #02ea0d;
    text-decoration: none;
    padding: 1px 1px 1px 1px;
    
}
.navigation-left {
    width: auto ;
    margin: 2px auto 2px auto;
    font-weight: 100;
    text-align: center;
}
.navigation {
    width: auto ;
    margin: 0px auto auto 0px;
    font-weight: 100;
    text-align: center; 
}
img.button {
    border: 2px solid #8cf442;
    border-radius: 10px;
}
.navigation-right {
    width: auto ;
    margin: 2px auto 2px auto;
    font-weight: 100;
    text-align: center;
}
ul.proj {
    text-align: left;
}
.pageleft{
    width: 30%;
    margin: 0px;
    color: white;
    float: left;
}
.borders{
    text-align: center;
    width: 40% ;
    margin: auto;
    padding: 10px;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    border: 2px solid #8cf442;
    border-radius: 10px;
    color: aquamarine;
    
}
.pagecenter {
    text-align: center;
    font-size: 100%;
    width: 100%;
    font-weight: bold;
    font-style: italic;
}
.pagecenter .grid{
    max-width: 500px;
    border: 2px solid #8cf442;
    width: 50%;
    border-radius: 10px;
    color: aquamarine;
    margin: auto;
    padding: 10px;
    display: grid;
}

@media only screen and (max-width:800px) {
        
    .pagecenter .grid{
        max-width: 1000px;
        width: 100%;
    }
  }

  
.pagecenter .grid .classic_img{
    width: 80%;
}

 .pageright {
    text-align: right;
    width: auto;
    margin: 0px;
    color: white;
    float: right;
}
.left{
    width: 28%;
    height: 600px;
    border: 5px solid black;
    float: left;
}
.left-partners {
    width: 28%;
    height:1800px;
    border: 5px solid black;
    float: left;
}

.center {
    width: 41%;
    margin: auto;
    height: auto;
    text-align: justify;
    text-justify: inter-word;
    border: 2px solid #8cf442;
    border-radius: 10px;
    padding: 10px;
    color: #8adb48;
 
}
 .right {
    width: 29%;
    height: auto;
    text-align: justify;
    text-justify: inter-word;
    border-width: 10px;
    border: 5px solid black;
    padding: 10px;
    font-size: 80%;
    font-weight: 500;
    color: #8adb48;
    float: left;
}

img.align-center {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    border: 2px solid #8cf442;
    border-radius: 10px;
    color: #8adb48;
}
img.align-actors {
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #8cf442;
    border-radius: 10px;
    color: #8adb48;
}
img.align-right {
    float: right;
    padding-left: 120px;
    padding-right: 135px;
}
h2.proj {
    text-align: center;
    font-style: italic;
    color: whitesmoke;
    font-weight: 800;
}
div.proj {
    color: whitesmoke;
    text-align: center;
}
h4.proj {
    color: whitesmoke;
    text-align: center;
}

p.text_left{
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
    font-size: 1em;
}

p.proj {
    text-align: left;
}
p.who {
    color: whitesmoke;
    font-weight: 600;
}
p.adres {
   text-align: center;
   color: whitesmoke;
   font-weight: 500;    
}
.footer-center {
    text-align: justify;
    text-justify: inter-word;
    
    width:95%;
    margin: auto;
    max-width: 1050px;
    height: auto;
    border: 2px solid #8cf442;
    border-radius: 10px;
    padding: 30px;
    font-size: 90%;
    font-weight: 500;
    color: #cccccc;
    } 
.footer-center.banner{
    
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.footer-center.banner a img{
    width: 100%;
    max-width: 900px;
}
.footer-center.mail{
    font-size: 2em;
}

    .video {
    width:66%;
    height: auto;
    border: 2px solid #8cf442;
    border-radius: 10px;
    padding: 30px;
    }
