/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/ 

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

.bg-light-gray{
    background-color:rgb(248, 248, 248);
  }

/*FORMS*/


.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
}
.home-about-text{
	margin-left: -200px;
	margin-top:100px;
	background-color: #FFFACE;
	padding: 100px 75px;
	
}
.home-about-text hr{border: 1px solid #0093FF; width:25%; margin-left:0;}
/*h1, h3, h3, h4,  .display-4{font-family: 'Cormorant Garamond', serif;}*/

@media (max-width: 728px) {
	.home-about-text{
		margin:10px;
		padding:30px;
		
	}
	
	}