*
{
margin: 0;
padding: 0;
}
/*----------Navigation----------*/
#nav-bar
{
position: sticky;
top: 0;
z-index: 10;
}
.navbar-brand h5
{
    color: green;
}
.navbar-brand img
{
height: 40px;
padding-left: 30px;
}
.navbar-nav li
{
    padding: 0 10px 
}
.navabr-nav li a
{
    float:right;
    text-align: left;
}
#nav-bar ul li a:hover
{
   color: #077bff!important; 
}
.navbar
{
    background:#fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
/*--------Slider--------*/
#slider
{
    width: 100%;
}
.carousel-caption
{
    top: 66%;
    transform: translateX(37%);
    bottom: initial!important;
}
.carousel-caption h5
{
    color: #fff;
    font-size: 30px;
}
/*---------About-------*/
#about
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 300px;
}
.about-content
{
   padding-top: 20px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}
.about-title
{
    margin-left: 300px;
    margin-right: 300px;
}
/*---------Services---------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(evezos2.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#services h1
{
    text-align:center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h1::after
{
   content: '';
    background:#efefef;
    display:block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.services
{
    margin-top: 40px;
}
.icon
{
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}
#servisces p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-3:hover
{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/*----------Calendar----------*/
#calendar
{
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.container h1
{
    text-align: center;
    padding-bottom: 20px;
    color: #555;
}
.month
{
  padding: 70px 25px;
  width: 100%;
  background: darkgreen;
  text-align: center;
}
.month ul
{
  margin: 0;
  padding: 0;
}
.month ul li 
{
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.month .prev 
{
  float: left;
  padding-top: 10px;
}
.month .next 
{
  float: right;
  padding-top: 10px;
}
.weekdays 
{
  margin: 0;
  padding: 10px 0; 
  background-color:#555;
}

.weekdays li
{
  display: inline-block;
  width: 13.6%;
  color: #efefef;
  text-align: center;
}

.days
{
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li 
{
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}
.days li .active 
{
  padding: 5px;
  background: darkgreen;
  color: white !important
}
/*-----------Galéria------------*/
#galeria
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(levelek.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#galeria h1
{
    text-align:center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#galeria h1::after
{
    content: '';
    background:#efefef;
    display:block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.card-title
{
    color: black;
}
.card-text
{
    color: black;
}



#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #555;
}
.contact-form
{
    padding: 15px;
}
.contact-form h4
{
    padding-bottom: 20px;
}
.form-control
{
    border-radius: 0 !important;
    border: none !important;
}
::placeholder
{
    color: #999 !important;
}
.follow b
{
    padding-top: 20px;
}
.contact-info .fa
{
    margin:10px;
    color: darkgreen;
    font-weight: bold;
}


#footer
{
    background: #333;
    color: #fff;
    padding: 12px;
}








