
@font-face{ 
	font-family: 'Lato';
	src: url('./assets/webfonts/lato/Lato-Regular.ttf');
}

@font-face{ 
	font-family: 'Lato-Thin';
	src: url('./assets/webfonts/lato/Lato-Thin.ttf');
}
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

height: 100vh;
width: 100vw;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Lato', Arial, sans-serif, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	/* background-repeat: no-repeat; */

	background: url('./assets/images/flowers.jpg') no-repeat center center fixed;
	background-size: cover;
	/* Photo by <a href="https://unsplash.com/@gaspanik?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Masaaki Komori</a> on <a href="https://unsplash.com/s/photos/peace?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
	*/
	/* background-image: url('./assets/images/flowers.jpg'); */
	height: 100vh;
	width: 100vw;
	max-width: none;
	max-height: none;
	overflow:auto;

	/* width: fit-content; */

}


img.logo {
	float: left;
	-webkit-filter: invert(80%); /* safari 6.0 - 9.0 */
	filter: invert(80%);
	height: 6em;
}
h1.purpose {
	float: left;
	display: block;

	font-family: 'Lato-Thin', Arial, sans-serif, Arial, Helvetica, sans-serif;
	padding-top: 0.3em;
	padding-left: 2em;
	padding-right: 0;
	width:fit-content


}


.header {
	height: 6em;

}

div.main-content {
	display: flex;
	width:100%;
	max-width:30em;
	margin-left:auto;
	margin-right: auto;
	height: 70vh;
}

ul.grateful-list li::first-letter {
	text-transform:capitalize;
}

.like-container {
	padding-top: 2em;
	clear:both;
	height:2em;
	margin: auto auto;
	display: block;
	width:fit-content;
	/* font-size: xx-large !important;  */
}

.interactive-content{

	width:100%;
	max-width: 30em;
	padding-top: 10em;
	margin-top:auto;
	margin-bottom:auto;
	margin: auto auto;
}

.grateful-input {
	/* width: 20em; */
	/* min-width:5em; */
	/* background: #fff; */
	color: black;
	font: inherit;
	-webkit-appearance: none;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
	border: 0;
	outline: 0;
	padding: 22px 18px;
	height: 3em;
	width:100%;
	max-width: 30em;

	margin: auto auto;
}

.poll-button{
	float: right;
}

ul.grateful-list {
	border-radius: 10px;


	box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);
	opacity: 0.1;
	background-image: url('./assets/images/double-bubble-outline.png');
	background-color: white;
	background-repeat: repeat;
	padding-left: 0;
	position: absolute;

	/* background-color: red; */
	height:30vh;

	width: 100%;
	max-width: 31em;
	overflow-y:auto;
	margin: auto auto;
	display: block;
	padding-left: 1em;
}

ul.grateful-list li{
	margin-left: 0;
	/* background-color: aliceblue; */
	list-style: none;
	background-image: url(./assets/images/gratsi-logo-light.png);
	padding-left: 1.7em;

	margin-top:0.6em;


	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;

	/* background-color: red; */
}



.grateful-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(133, 132, 132);
  opacity: 1; /* Firefox */

}

div.bmc-btn-container {
	padding-top: 0.9em;
	display: inline;
	float: right;
	width: 5em;
	/* margin-top: 0; */
	/* margin-bottom: auto; */
	/* margin-left: auto; */
	margin-right: 10em;

}

.bmc-btn-text {
	font-size: small;
}

@media only screen and (max-width: 1200px) {
	a.bmc-btn {
		width: 12em;
	}
	div.bmc-btn-container {
		width: 12em;
	}
	.bmc-btn-text {
		font-size: x-large;
	}

	html {
		width: 100%;
		min-width: 100%;
	}

	body {
		width: 100%;
		min-width: none;

	}

	div.main-content {
		margin-left: 0;
		margin-right: 0;
		min-width: 100%;
		height: 90vh;
		flex-flow: column;
	}

	.interactive-content{
		order: -1;
		margin: auto auto;
		min-width:100%;
		height: 2em;
		max-height: 2em;
		margin-top: 0;
		padding-top: 0;
		padding-bottom:0;
		margin-bottom: 12em;

	}
	ul.grateful-list {
		order: 1;
		position: initial;
		margin-top: 4.9em;
		max-width: 80%;

		margin-left: auto;
		margin-right: auto;
	}
	.grateful-input {
		height: 2em;
		font-size: 4em;

		width: 80%;
		/* max-width: 80%; */

		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top:0.8em;
	}

	ul.grateful-list li{
		margin-left: 0.4em;
		list-style: none;
		background-image: url(./assets/images/gratsi-logo-light.png);
		padding-left: 1.6em;
		font-size: 3em;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 50px;
	}

}