/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21 Σεπ 2023, 1:02:38 μ.μ.
    Author     : User
*/

#companies{
   text-align: center;
    /*border: 2px solid lightgrey;*/
   margin: 2%;
   width: auto;
   /* background-image: url("tekton_style/pexels-oriana.jpg");*/
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   text-align: center;
   align-content: center;
   background-image: url('../tekton_images/pexels-oriana.jpg');   
}

#tegton_rows{
    border: none;
    max-height: 500px;
}

#presents{
    height: 200px;
}

h4{
    text-align: center;
    align-content: center;
}

.navbar.transparent.navbar-inverse .navbar-inner {
   background: rgba(0,0,0,0.4);
}

.bg-img-1{
    background-image: url('tekton_images/pexels2.jpg');
}

.bg-img-2{
    background-image: url('tekton_images/pexels2.jpg');
}

.bg-img-3{
    background-image: url('tekton_images/pexels2.jpg');
}

.carousel-image{
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}