@font-face{
    font-family: "sahel";
    src: url(fonts/Sahel-FD-WOL.eot) format("eot"),url(fonts/Sahel-FD-WOL.ttf) format("truetype"),url(fonts/Sahel-FD-WOL.woff) format("woff");
}
.shadow-around{
    box-shadow: 0 3px 15px 5px rgba(17, 17, 17,1);
    -webkit-box-shadow: 0 3px 15px 5px rgb(17, 17, 17);
    -moz-box-shadow: 0 3px 15px 5px rgba(17, 17, 17,1);
    -o-box-shadow: 0 3px 15px 5px rgba(17, 17, 17,1);
}
body{
    background-color: #1c1c1c;
    font-family: "sahel";
}

.Header{
    min-height: 30px;
    background-color: #424242;
    color: white;
    padding: 0 0 0 0;
    text-align: center;
}
.Header-r{
    display: inline-block;
   text-align: center;
    margin: 0 0 0 ;
    min-height: 30px;
}
.Header-l{
    display: inline-block;

    min-height: 30px;
    margin-right: 10px;
}
.Header-r i{
    margin-top: 10px;
    margin-right: 30px;
}
#address{
    margin-right: 20px;
}
.Header-l span{
    font-size: 12px;
}
.Header-r a{
    color: white;
}
.Header-r a:hover{
    color: red;

}
.main{
    margin-top: 30px;
    padding-top: 50px;
    background-image: url("img/blurred-background-coffee-cup-computer-908284.jpg");
    min-height: 600px;
}
.main-r{
    padding-top: 100px;
    position: center;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    min-height: 100%;
}
.main-l{
    padding: 10px;
    display: inline-block;
    min-height: 100%;
    margin-right: 10px;
    text-align: center;
}
.main-l img{
    margin-top: 100px;
    height: 350px;
    width: 350px;
}
.takhassos{

    padding-top: 20px;
    min-height: 700px;
    text-align: center;
}
.takhassos-title{
    color: white;
    font-size: 25px;
}
.blog{

    margin-bottom: 15px;
    display: inline-block;
    padding: 0 ;
    min-height: 600px;
    border-radius: 10px;
}

.blog img{
    width: 100%;
    min-height: 200px;
    border-radius: 10px 10px 0 0;
}
.blog-content{
    text-align: right;
    margin-right: 10px;
}
.blog-t{
    color: #2aabd2;
}
.blog-content span i{
    color: #c62828;
}
.blog-content span{
    color: white;
    text-shadow: 2px 3px 8px #000000;
}
span{
    text-shadow: 2px 2px 8px #0e1117;
}


.api{
    min-height: 250px;
    background-image: url("img/sdsd.png") ;
    color: white;
    padding: 0 0 0 0;
    text-align: center;
}
.api-r{
    display: inline-block;
    text-align: center;
    margin: 0 0 0 ;
    min-height: 30px;
}
.api-l{
    display: inline-block;

    min-height: 30px;
    margin-right: 10px;
    margin-top: 20px;
}
.api-m{
    text-align: center;
    min-height: 250px;
    background-color: rgba(169, 68, 66, 0.8);
}
.api-r img{
   width: 100%;
}
.contact-m{
    text-align: center;
    min-height: 250px;

}
.contact-m .api-r img{
    height: 250px;
    width: 250px;
}
.contact-m .api-l span{
    color: white;
    text-shadow: 2px 2px 8px #000000;
}
.tag{
    font-size: 1px;
    color: #000000;
}