	* {
		box-sizing: border-box;
	  }
	  img {
		max-width: 100%;
	  }

	#nav-cont {
		padding: 0.2em;
	}

.search {
    text-align: center;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
		.carousel {
		display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 380px;
    align-content: space-between;
	}

	.nav-ov{
		display: flex;
		justify-content: center;
	}
		
	}

  .crd-link {
    color: #aaa;
    text-decoration: none;
  }

  .crd-link:hover {
    color: #aaa;
    text-decoration: none;
  }

.container {
	max-width: 1200px;
}

@media not all and (min-resolution:.001dpcm) { 
    @media {
       .container {
	margin-top:4em;
}
    }
}

  .card {
    position: relative;
    background: #152238;
    height: 400px;
	width: 300px;
    border-radius: 6px;
    padding: 2rem;
	margin: 0 1em 2em 1em; 
    color: #aaa;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
	transition-duration: 0.5s;
  }

	.card:hover {
	-webkit-transform: translateY(-8px) scale(1.1);
    transform: translateY(-15px) scale(1.02);
	z-index: 100
	}

  .card__image-container {
    margin: -2rem -2rem 1rem -2rem;
	position: absolute;
	z-index:1
  }
  .card__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
  }
  .card__image {
    opacity: 0;
    animation: ImageFadeIn 0.8s 1.4s forwards;
  }
  .card__content {
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
	position: absolute;
	z-index:3;
 	bottom: 0.5em;
	margin-right: 0.5em;
  }
  .card__svg {
    position: absolute;
    left: 0;
    top: 60px;
	z-index:2;
	width:100%;
  }
  @keyframes LineFadeIn {
    0% {
      opacity: 0;
      d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
      stroke: #fff;
    }
    50% {
      opacity: 1;
      d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
      stroke: #888bff;
    }
    100% {
      opacity: 1;
      d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
      stroke: #545581;
    }
  }
  @keyframes ContentFadeIn {
    0% {
      transform: translateY(-1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes ImageFadeIn {
    0% {
      transform: translate(-0.5rem, -0.5rem) scale(1.05);
      opacity: 0;
      filter: blur(2px);
    }
    50% {
      opacity: 1;
      filter: blur(2px);
    }
    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }

  .container {
	width: 100%;
	padding: 2em;
	}



/* Larger than phablet */
	@media (min-width: 550px) {
	

	}

		.lc-title .title-wrap {
			background-color: rgba(51, 195, 240, 0.7);
			padding: 0.2em
		}

	 .lc-title {
		color: #fff;
		position: absolute;
		z-index:3;
		top: 0;
		margin: 2rem 3rem 1rem 1rem;
		line-height: 1.6;
   	}

	.logo {
		max-width: 200px;
		margin: auto;
		display: block !important;
	}

  