@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
    body{
		@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
			width: 100%;
	background-repeat: no-repeat;
	background-position: top!important;
    background-size: cover!important;
    float: left;
    min-height: 730px;
    }

.footer-parent{
	display: flex;
	justify-content: center;
    align-items: center;
	margin-top: 6%;
	background-color: #100029;
}
.footer-child-text{
	margin:20px;
	color: aliceblue;
	font-family: sans-serif;
}

*{
	margin:0;
	padding:0;
  box-sizing: border-box;
}


.card-title{
	font-family: 'Josefin Sans', sans-serif;
font-weight:bold;
	font-size:18.5px;
	margin-left: 45px;
	position:absolute;
	margin-top:220px;
}

.flexbox{
    display: flex;
}

.navbar{
    justify-content: center;
    margin-top: 20px;
    flex-direction:row;
    height: 65px;
    vertical-align: middle;
    align-items: center;
}

.span{
    margin:10px;
    font-family: 'M PLUS 1p', sans-serif;
    color: white; 
    font-weight: bold;
    text-decoration: none;
}

.span:hover{
    color: #A5C9CA;
    cursor: pointer;
}

.logo{
    height: 60px;
    width: 60px;
    margin-right: 20px;
}
@media only screen and (min-device-width: 4px) and (max-device-width: 450px) {
    .span{
        font-size: 15px;
        margin:5px;
    }
    .logo{
        margin-right:0px;
    }
}
.card-img{
	height:200px;
	width:270px;
}
.cards-parent{
	display:flex;
  flex-direction: row;
	justify-content: center;
	
}

/* navbar start */

#message{
	resize: vertical;
}
link-nav-heading {
	padding: 2.5%;
	width: 80px;
	height: 80px;
	font-family: calibri;
}
.nav-head-logo {
	width: 80px;
	height: 80px;
	border-radius:40px ;
	margin-top: 20px;
	margin-left:5%;
}

.nav-link {
	margin-right: 1%;
	font-size: 100%;
	text-decoration: none;
	color: #D1D1D1;
	font-family: 'Ubuntu', sans-serif;

}


.navbar {
	height: 100px;
}
.parent{
	margin-top:-40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.hover-orange{
	color: #ffffff;
	font-weight: bold;
}
.hover-orange:hover {
	color: rgb(191, 191, 191);
	cursor: pointer;
}
.hover-orange{
	text-decoration: none;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 7068px) {
	.navbar-mobile-button{
		display: none;
	}
	.space{
		display: none;
	}
}

@media only screen and (min-device-width: 4px) and (max-device-width: 1000px) {
	.parent{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		position: absolute;
		text-align: left;
		margin-left: 10%;
		display: none;
		z-index: 2;
	}
	.hm-child-img{
		width: 265px;
		margin-top:10%;
	}

	.link-nav-heading{
		margin-left: 3%;
	}
	.space{
		height: 200px;
		display: none;
	}
	.nav-link{
		/* display: none; */
		padding: 8px;
		width: 100%;
		z-index: 2;
		
	}
	.navbar-mobile-button{
		height: 40px;
		display: flex;
		float: right;
		margin-right: 18%;
		margin-top: 40px;

	}
	.nav-items-all{
		display: none;
		z-index: 2;
	}
	}


@media only screen and (min-device-width: 4px) and (max-device-width: 450px) {
    .span{
        font-size: 15px;
        margin:5px;
    }
    .logo{
        margin-right:0px;
    }
}

/* navbar end */
@media screen and (min-device-width: 0px) and (max-device-width: 1250px) {
	.cards-parent{
		display:flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
	}
	.body{
		display:flex;
		justify-content: center;
		width:100%;
	}
}

.card{
	background-color: white;
	height: 270px;
	width: 270px;
	border-radius: 24px;
	overflow:hidden;
	display: flex;
	margin:1%;
	margin-top: 80px;
}