.headimg
{
	height: 100vh;
	width:100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-center
{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	outline: 7px solid lightblue;
	outline-offset: 25px;
}
.text-center > h1,h2
{
	font-family: 'Josefin Sans', sans-serif;
	color: white;
}
.logoimg
{
	height:60px;
	width: 120px;
	position: absolute;
	left: 20px;
	top:90px;
}
nav
{
	border: none;
	background-color: rgba(0,0,0,0.5); 
}
li
{
	padding: 0 30px 0 30px;
}
li > .nav-link
{
	color: white;
	transition: 0.5s;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15spx;		 
}
li > .nav-link:hover
{
	color:lightgreen;
}
.cards-flex{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 800px;

}
div .card {
	padding: 10px 50px;
}
.card > img {
	height:256px;
	width:256px;
	transition: 0.5s;
}
.card > img:hover
{
	transform: scale(1.1);
}
.card > a {
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
	transition: 0.5s;
}
.card > a:hover
{
	color: lightgreen;
	font-style-type: none;
	text-decoration: none;
	transform: scale(1.2);
}
.container-fluid > h1
{
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	position: absolute;
	top: 700px;
}
.carousel
{
	position: absolute;
	top: 1200px;
}
 .carousel-inner img {
      width: 100%;
      height: 100%;
  }
  @media screen and (max-width: 480px) {
 	.text-center > h1,h2{
 		font-size: 20px;
 	}
 	.container-fluid > h1
 	{
 		position: absolute;
 		top: 850px;
 	}
 	.container >.cards-flex{
 		position: absolute;
 		top: 950px;
 	}
	 .carousel
	{
		position: absolute;
		top: 3150px;
	}

}
.jumbotron
{
	position: absolute;
	top: 2500px;
}
.logoimg1 > p
{
	font-family: 'Josefin Sans', sans-serif;
	color: black;
}
.list-group-flush > li:hover
{
	background: #fff;
}