@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Quicksand', sans-serif;
}
header{
	background:  #733F4D;
	color:#ffffff;
	text-align: center;
 	padding: 25px 0 10px 0;
	font-family: "Quicksand","Franklin Gothic Bold", "Arial Black", "sans-serif"sans-serif;
	text-shadow: 1px 1px 1px black;
	font-size: 35px;
	border-bottom: thick #8C2703;

}

h1{
	font-family: 'Quicksand', sans-serif;
	border-top:solid thick #FFFFFF;
  	border-bottom: solid thick #FFFFFF;
  	padding: 25px;
}

h4{
	color: #402208;
	font-family: 'Quicksand', sans-serif;

}

h3{
	color: #402208;
	font-family: 'Quicksand', sans-serif;
}
section{
	margin: 0 25px 0 25px;
}
ul {
    display: block;
    list-style-type: square;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.work{
	border-right: none #8C2703;
	max-width: 50%;
	min-height: 250px;
	padding-top: 35px;
	text-align: left;
	width: 100%;

}
.examples{
	border-top: medium solid #402208;
  	border-bottom: medium solid #402208;
  	padding-top: 10px;
	/*padding-bottom: 100px;*/
	text-align: center;
	color: #402208;	
}
#words{
	border: medium solid #B72099;
  	color: #000000;
	text-align: left;
	margin-bottom: 5px;

}
.error{
	padding-left: 10px;
	color: red;
}
#calc{
	background: #D45791;
	color: #000000;
	border: thin solid #1E1016;
	font-family: "Quicksand","Franklin Gothic Bold", "Arial Black", "sans-serif"sans-serif;
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
	-webkit-transition: all 0.2s ease-in-out 0.0s;
	-o-transition: all 0.2s ease-in-out 0.0s;
	transition: all 0.2s ease-in-out 0.0s;
}
#calc:hover {
	background-color: #ffffff;
	border-color: #520D45;
	margin-top: 3px;
	color: #000000;
}
.results{
	box-shadow: 2px 2px 5px 1px #d3d3d3;
	max-width: 70%;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.count{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}
.count h2{
	text-align: center;
	color: #402208;
}

/*calculation app styles*/
.container {
	width: 50%;
	border: #402208 medium;
	border-radius: 25px;
	padding-bottom: 15px;	
}
.form-control{
	text-align: left;
	margin-top: 10px;
}
.lgText{
	grid-area: 2/2;
	front-size: 14px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}
textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 10px;
}
input {
	border: thin solid #520D45;
	padding: 7px
}
p {
	font-family: "Quicksand","Franklin Gothic Bold", "Arial Black", "sans-serif"sans-serif;
	font-style: italic;
}
.contactForm{
	margin-left: 50px;
	
}