@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

@media only screen and (min-device-width: 1000px) and (max-device-width: 10024px){
    body{
		background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
    }
}
@media only screen and (min-device-width: 1px) and (max-device-width: 999px) and (orientation: portrait){
    body{
		background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
    }
}
@media only screen and (min-device-width: 1px) and (max-device-width: 999px) and (orientation: landscape){
    body{
		background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
    }
}

#message{
	resize: vertical;
}

.contact-form-child{
	font-family: Ubuntu;
	line-height: 20px;
}
.contact-form-child:focus{
	outline: none;
}

.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;
}

.submit-btn{
	display: flex;
	justify-content: center;
    align-items: center;
    margin:20px;
}
.submit-btn-child{
	width: 55%;
	height: 45px;
	border-radius: 15px;
	background-color: #2b0070;
	cursor: pointer;
	border: none;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 50px;
}

/* .submit-btn-child::{
	color: #FFFFFF;
} */

.contact-form-child{
	width: 450px;
	height: 40px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 10px;
	vertical-align: middle;
	border: none;
	text-align: center;
}

.contact-form-child::placeholder {
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	display: flex;
	/* margin-top: 10px; */
	line-height: 40px;
}

.contact-form-div-parent{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.heading-secondary-mid{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.heading-secondary-mid-child{
	font-size: 2.5rem;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
}

.parent-divider-flexbox{
	display: flex;
	justify-content: center;
    align-items: center;
}

.child-divider-object{
	width: 70%	;
	margin-top: 80px;
	color: rgb(167, 84, 255);
}

.cards-main-parent-flexbox{
	display:flex;
	justify-content: center;
	margin-top: 50px;
}
.card{
	background-color: aliceblue;
	height: 350px;
	width: 300px;
	border-radius: 8px;
	margin: 14px;
	box-shadow: rgba(149, 157, 165, 100.2) 0px 8px 24px;
}

* {
	margin: 0;
	padding: 0;
}



.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;
}

.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: #000000;
}
.hover-orange:hover {
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.hover-orange{
	text-decoration: none;
}


.heading-main-top{
	display: flex;
	justify-content: center;
}
.heading-main-top-child{
	font-size: 50px;
	clear: both;
	text-align: center;
	margin-top: 50px;
	font-family: 'Josefin Sans', sans-serif;
}


@media only screen and (min-device-width: 800px) and (max-device-width: 1000px) {
	.heading-main-top-child{
		font-size: 40px;
	}
	.cards-main-parent-flexbox{
		margin-top: -12210px;
	}
}
@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
	.heading-main-top-child{
		font-size: 35px;
		position: absolute;
	}
}
@media only screen and (min-device-width: 670px) and (max-device-width: 700px) {
	.heading-main-top-child{
		font-size: 35px;
		position: absolute;
	}
}
@media only screen and (min-device-width: 500px) and (max-device-width: 670px) {
	.heading-main-top-child{
		font-size: 35px;
		position: absolute;
		padding-left: 55px;
		padding-right: 55px;
	}
	.contact-form-child{
		width: 425px;
	}
}
@media only screen and (min-device-width: 400px) and (max-device-width: 500px) {
	.contact-form-child{
		width: 380px;
	}
}
@media only screen and (min-device-width: 300px) and (max-device-width: 400px) {
	.contact-form-child{
		width: 280px;
	}
}
@media only screen and (min-device-width: 300px) and (max-device-width: 500px) {
	.heading-main-top-child{
		font-size: 38px;
		position: absolute;
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media only screen and (min-device-width: 250px) and (max-device-width: 300px) {
	.heading-main-top-child{
		font-size: 30px;
		position: absolute;
	}
	.contact-form-child{
		width: 230px;
	}
}
@media only screen and (min-device-width: 150px) and (max-device-width: 250px) {
	.heading-main-top-child{
		font-size: 26px;
		position: absolute;
	}
	.contact-form-child{
		width: 170px;
	}
}
@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;

	}
	.link-nav-heading{
		margin-left: 3%;
	}
	.space{
		height: 140px;
		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;
	}
	.card{
		background-color: aliceblue;
		height: 350px;
		width: 300px;
		border-radius: 8px;
		margin: 14px;
		box-shadow: rgba(149, 157, 165, 100.2) 0px 8px 24px;
	}
	.cards-main-parent-flexbox{
		display:flex;
		justify-content: center;
		align-items: center;
		margin-top: 130px;
		flex-direction: column;
	}
}