/* 
Theme: Education Office
URL: education.demokritos.gr
Author: Lefteris Koukianakis
Department: E-governement Office
Version: 1.0.0
*/


@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,300,400,600,700,800,900');

html,body {
 height: 100%;
}

body {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #242424;
}

/* Navigation Bar */

.navbar {
  border: none;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.navbar-default .navbar-brand {
    color: #256EFF;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 3px #000000;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: inherit;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
  padding-right: 15px;
  color: #48489E;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #6785FF;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #6785FF;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #256EFF;
  background-color: transparent;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #256EFF;
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggle {
  margin-top: 10px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* -- background colors -- */

.bg-white { background-color: #ffffff; }
.bg-about { background-color: #EAEFF8; }
.bg-services { background-color: #A3BCF9; }
.bg-banner { background-color: #6785FF; }
.bg-card { background-color: #48489E;  }
.bg-sponsor { background-color: #F1F4F5; }
.bg-footer {  background-color: #302056; }
/* -- template padding -- */

.p-30 { padding: 30px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-70 { padding-top: 70px; }
.pt-100 { padding-top: 100px; }
.pt-200 { padding-top: 200px; }

.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.pb-50 {padding-bottom: 50px;}
.pb-70 {padding-bottom: 70px;}
.pb-100 {padding-bottom: 100px;}
.pb-200 {padding-bottom: 200px;}



.mt-30 {margin-top: 30px;}
.mb-10 {margin-bottom: 10px;}
.mb-30 {margin-bottom: 30px;}
.ml-20 {margin-left: 20px;}


  /*==================================================
  =            Main Section Home Page                =
  ==================================================*/

.main-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 75px;
  color: #48489E;
}

.description {
  font-size: 17px;
  font-weight: 300;
  color: #48489E;
  width: 90%;
}

.button {
   background-color: #6785FF;
   font-weight: 300;
   color: white;
   width: 160px;
 }

.service-button {
  background-color: white;
  border-radius: 7px;
}

.service-title {
  font-size: 25px;
  font-weight: bold;
  color: #48489E;
  text-align: center;
  line-height: 30px;
}

.section-title {
  font-weight: bold;
  font-size:30px;
  text-align: center;
  color: #48489E;
}

.banner-title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size:30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

.title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size:18px;
  text-align: center;
  color: #48489E;
}

.service-description {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size:14px;
  text-align: center;
}

.more-button {
  background-color: #44CF6C;
  font-weight: 300;
  color: white;
  width: 160px;
}

.number {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size:60px;
  color: #D6D6D6;
}

.step-description {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.url {
  font-size: 30px;
  font-weight: 100;
  color: #ffffff; 
}

section#summer {
  background-image: url('../img/vectors/people_5.png');
  background-repeat: no-repeat;
  background-position: 98% 100%; 
  background-size: 13% auto;
}

section#schoolvisits {
  background-image: url('../img/vectors/people_4.png');
  background-repeat: no-repeat;
  background-position: 2% 100%; 
  background-size: 13% auto;
}

section#sponsor {
  background-image: url('../img/vectors/sponsor_bg.png');
  background-repeat: no-repeat;
  background-position: 2% 100%; 
  background-size: 25% auto;
}

.arrow {
  float: right;
}

.arrow-link {
  color: white;
}

.arrow-link:hover {
  color: #44CF6C;
}

.card-avatar img {
    width: 50px;
    height: 50px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card-header, .card-footer {
  border: none;
  background-color: transparent;
}

.card-title {
    margin-bottom: 2.75rem;
}

.card-footer {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.card-footer-date {
  font-size: 13px;
  font-weight: 300;
}

.sponsor-title {
  font-size: 25px;
  font-weight: bold;
  color: #48489E;
  line-height: 30px;
}

.service-description {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size:14px;
}

/* -- Footer Section -- */

.footer-title {
  font-size: 30px;
  border-bottom: 1px solid #ffffff;
}

.footer-address {
  font-weight: bold;
}