body {
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
	background: url(bg-thread-2-darker.jpg) no-repeat center center fixed; 
	-webkit-text-size-adjust:none;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


.header {
 		width: 100%;
 		position: fixed;
 		top:0px;
 		bottom:auto;
 		right:auto;
 		left:auto;
		z-index:4000;
}

@font-face {
    font-family: Broadband;
    src: url('https://www.gotyouinstitches.com/fonts/Broadband-Regular.ttf');
}
.subtitle-purple {
	font-family: Broadband, Arial, Helvetica, sans-serif;
    color: #af0dad;
	font-size: 30px;
}

.subtitle-white {
	font-family: Broadband, Arial, Helvetica, sans-serif;
    color: #f6f6f6;
	font-size: 30px;
}




@font-face {
    font-family: Flyknit;
    src: url('https://www.gotyouinstitches.com/fonts/Flyknit.ttf');
}

.maintext-gray {
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	color: #565555;
	font-size: 30px;
}
.maintext-gray a:link {
	color: #af0dae;
	text-decoration: none;
}
.maintext-gray a:visited {
	text-decoration: none;
	color: #af0dae;
}
.maintext-gray a:hover {
	text-decoration: none;
	color: #000000;
}
.maintext-gray a:active {
	text-decoration: none;
	color: #af0dae;
}

.maintext-white {
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	color: #dedbdb;
	font-size: 30px;
}
.maintext-white a:link {
	color: #af0dae;
	text-decoration: none;
}
.maintext-white a:visited {
	text-decoration: none;
	color: #af0dae;
}
.maintext-white a:hover {
	text-decoration: none;
	color: #000000;
}
.maintext-white a:active {
	text-decoration: none;
	color: #af0dae;
}


ul {
  list-style-image: url('images/purple-square.png');
  padding-left:7;
}

li{
  margin: 30px 0;
}

.footer {
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	color: #565555;
	font-size: 24px;
}
.footer a:link {
	color: #565555;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #565555;
}
.footer a:hover {
	text-decoration: none;
	color: #c643c5;
}
.footer a:active {
	text-decoration: none;
	color: #565555;
}

.uppercase{
	text-transform: uppercase;
}

.form-row{
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
	margin-top: 30px;
}
.form-col{
	width: 50%;
	display: flex;
}

hr{
	border-top: 2px dashed #565555;
}
.anchor-offset{
	display: block;
	position: relative;
	top: -210px;
	visibility: hidden;
}

.alert{
	font-size: 30px;
	border: 2px solid #000;
	color: #000;
	padding: 5px 10px;
}
.alert-success{
	border-color: green;
	color: green;
}
.alert-error{
	border-color: red;
	color: red;
}

form ::placeholder{
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	color: #af0dae !important;
}
input[type=text], input[type=email], input[type=phone], textarea{
	width: 100%;
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	font-size: 33px !important;
	border: 3px solid rgba(207,171,195,0.7);
	border-radius: 0;
	background: rgba(255,255,255,0.7);
	padding: 13px 15px;
}
input[type=submit]{
	cursor: pointer;
	width: 100%;
	padding: 13px 15px;
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	font-size: 33px !important;
	background: #af0dad;
	color: #fff;
	text-transform: uppercase;
	border: 0;
}
.label-placeholder-container{
	position: relative;
	width: 100%;
	display: flex;
}
.label-placeholder{
	cursor: text;
	position: absolute;
	font-family: Flyknit, Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #af0dae;
	padding: 13px 15px;
	margin: 0;
	top: 3px;
	left: 3px;
	width: calc(100% - 35px);
	height: calc(100% - 6px);
	display: inline-table;
}
.label-placeholder .label-sm{
	color: #565555;
	font-size: 22px;
}
.label-placeholder.textarea .label-sm{
	display: block;
	margin-top: 5px;
}
.g-recaptcha{
	width: 100%;
	text-align: center;
}
.g-recaptcha > div{
	margin: 0 auto;
}