/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }

@media (min-width: 768px) {
    .media .media-image {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .media .media-image {
        width: 100px;
    }
}

.font-thin {
	font-family: sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: sans-serif;
	font-weight: 500;
}

.font-bold {
	font-family: sans-serif;
	font-weight: 900;
}

.font-light {
	font-family: sans-serif;
	font-weight: 300;
}

.icon-title {
	font-size:70%;
	text-align:center;
	color:#666666;
}

.icon-fluid{	
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width:25%;
	height: auto;
}

.icon-fluid-100{	
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width:100%;
	height: auto;
}
.w-100{
	min-height:10px;
}

.pricing-card .price .number:before {
    content: "€";
}

.pricing-card .price .number:after {
    content: "";
}

.hideme {
unicode-bidi: bidi-override;
direction: rtl;
}

.pricing-card .price .number {
	font-size: 3.5rem;
	padding: 1.5rem 1.5rem 1.5rem 0rem;;
	font-weight: 400;
}

@media (max-width: 992px){
h1.display-1{
	font-size:3rem;
	}
h2.display-1{
	font-size:2rem;
	}
h3.display-1{
	font-size:1rem;
	}
}
