.version.contact {
  color: #0000E9;
  background-color: #9A6F0A;
}
.js body {
  visibility: hidden;
}
.js body.initialized {
  visibility: visible;
}

body {
    position: relative;
	height: 100%;
}
.grecaptcha-badge { 
    bottom:50px !important; 
}

#instagram-contact, #behance-contact, #x-contact, #pinterest-contact{
	display: inline-block;
	height: 30px;
}
#instagram-contact:hover, #pinterest-contact:hover, #behance-contact:hover, #x-contact:hover{
	border-bottom: 3px solid #BDD4DE;
	text-decoration: underline;
	text-underline-offset: 5px; 
    text-decoration-thickness: 2px;
}
#instagram-contact.light-mode:hover, #pinterest-contact.light-mode:hover, #behance-contact.light-mode:hover, #x-contact.light-mode:hover{
	border-bottom: 3px solid #f7aad4;
}
#behance_contactimg {
	width: 33px;
}
#pinterest_contactimg, #x_contactimg, #instagram_contactimg {
	width: 26px;
}
#contact-title {
    z-index: 79;
    min-height: 50px;
    background-color: transparent;
    line-height: 48px;
    text-align: center;
    font-size: 40px;
    margin-top: 200px;
    position: relative;
    width: 95%;
    margin-left: 2.5%;
  }
  #line-frame {
    z-index: 134;
    height: 4px;
	width: 190px;
	margin-left: auto;
	margin-right: auto;
  }
  #contact-text {
    z-index: 127;
    background-color: transparent;
    line-height: 32px;
    font-size: 27px;
    margin-top: 23px;
    position: relative;
    width: 95%;
    margin-left: 2.5%;
	text-align: center;
  }
  #contactus-form {
    z-index: 83;
    width: 90%;
	max-width: 650px;
    margin-right: 20px;
    margin-top: 50px;
    position: relative;
	float: right;
  }
  #name-div {
    z-index: 84;
    width: 100%;
    height: 84px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    position: relative;
  }
  #name-div.fld-err-st {
  }
  #name-icon {
	width: 25px;
	margin-left: 5px;
	opacity: 20%;
  }
  #name-label {
    z-index: 85;
    width: fit-content;
    min-height: 39px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    line-height: 30px;
    text-align: left;
    font-size: 30px;
    position: relative;
  }
  #name-div_span {
    z-index: 89;
    width: calc(100% - 12px);
    min-height: 31px;
    border-color: #C4C4C4;
    background-color: #F2F2F2;
    padding: 6px;
    line-height: 14px;
    color: #C4C4C4;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
    position: relative;
    margin-top: 5px;
  }
  #muse_css_mq, #name-div.non-empty-st #name-div_span {
    background-color: #FFFFFF;
  }
  #name-div_span:hover {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #name-div_span:hover #name-icon{
    opacity: 50%;
  }
  #name-div.focus-st #name-div_span {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #name-div.non-empty-st #name-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #name-div_span:hover * {
    color: #4F4F4F;
    font-style: normal;
  }
  #name-div.focus-st #name-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #email-div {
    z-index: 93;
    width: 100%;
    height: 84px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    position: relative;
    margin-right: 0px;
    margin-top: 20px;
  }
  #email-div.fld-err-st {
  }
  #email-label {
    z-index: 94;
    width: fit-content;
    min-height: 39px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    line-height: 30px;
    text-align: left;
    font-size: 30px;
    position: relative;
    margin-right: 0px;
  }
  #email-icon {
	width: 20px;
	margin-right: 3px;
	margin-left: 7px;
	opacity: 20%;
  }
  #email-div.fld-err-st #email-label {
  }
  #email-div_span {
    z-index: 98;
    width: calc(100% - 12px);
    min-height: 31px;
    border-color: #C4C4C4;
    background-color: #F2F2F2;
    padding: 6px;
    line-height: 14px;
    color: #C4C4C4;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
    position: relative;
    margin-top: 5px;
  }
  #email-div.non-empty-st #email-div_span {
    background-color: #FFFFFF;
  }
  #email-div_span:hover {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #email-div_span:hover #email-icon {
	opacity: 50%;	
  }
  #email-div.focus-st #email-div_span {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #name-div.fld-err-st #name-div_span, #email-div.fld-err-st #email-div_span {
    border-color: #D7244C;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #email-div.non-empty-st #email-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #email-div_span:hover * {
    color: #4F4F4F;
    font-style: normal;
  }
  #email-div.focus-st #email-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #name-div_input, #name-div_prompt, #email-div_input, #email-div_prompt {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
    color: #C4C4C4;
    font-family: Arial;
    font-style: italic;
    padding: 6px;
	display: flex;
	align-items: center;
  }
  #after-submit-message {
	z-index: 102;
	position: relative;
	display: inline-block;
	width: 187px;
	min-height: 43px;
	top: 14px;
  }
  #submitting-form {
    z-index: 102;
    width: 187px;
    min-height: 39px;
    background-color: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding-top: 4px;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    position: absolute;
  }
  #contactus-form.frm-sub-st #submitting-form p {
    color: #999999;
    line-height: 1;
    font-size: 14px;
    font-family: Arial;
    font-style: italic;
  }
  #contactus-form.frm-sub-st #submitting-form.light-mode p {
    color: var(--lightpink1);
  }
  #server-error {
    z-index: 106;
    width: 187px;
    min-height: 39px;
    background-color: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding-top: 4px;
    line-height: 14px;
    font-size: 12px;
    color: #FF0000;
    font-family: Arial;
    position: absolute;
  }
  #contactus-form.frm-subm-err-st #server-error p {
    color: #D7244C;
    line-height: 1;
    font-size: 14px;
    font-family: Arial;
    font-style: italic;
  }
  #form-received {
    z-index: 110;
    width: 187px;
    min-height: 39px;
    background-color: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding-top: 4px;
    line-height: 19px;
    font-size: 19px;
    color: #FF530D;
    font-family: Arial;
    position: absolute;
  }
  #contactus-form.frm-sub-st #submitting-form, #contactus-form.frm-subm-err-st #server-error, #contactus-form.frm-subm-ok-st #form-received {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    min-height: 43px;
  }
  #contactus-form.frm-subm-ok-st #form-received p {
    color: #FF530D;
    font-size: 19px;
    font-family: Arial;
    font-style: italic;
  }
  #contactus-form.frm-subm-ok-st #form-received.light-mode p {
    color: var(--darkpink1);
  }
  #form-button {
    width: 320px;
    height: 35px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background-image: url("../images/blank.gif?crc=4208392903");
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    position: relative;
	display: inline-block;
	float: right;
	margin-top: 10px;
    padding: 7px 0px 0px;
	color: #3F5765;
	color: var(--darkblue2);
    border-color: #EFEFEF;
    background-color: #2B3A42;
	background-color: var(--darkbg);
  }
  #form-button.light-mode {
	color: #3F5765;
	color: var(--darkbrown);
    border-color: var(--darkbrown);
    background-color: #2B3A42;
	background-color: var(--lightbg);
  }
  #form-button:hover {
	border-color: #EFEFEF;
    background-color: #F2F2F2;
    padding-top: 7px;
    padding-bottom: 0px;
    min-height: 0px;
  }
  #form-button.light-mode:hover {
	color: var(--lightgrey);
    background-color: var(--darkbrown);
  }
  #contactus-form.frm-sub-st #form-button {
	border-color: #DEDEDE;
    background-color: #DEDEDE;
  }
  #contactus-form.frm-sub-st #form-button.light-mode {
    border-color: #DEDEDE;
    background-color: var(--darkbrown2);
  }
  #form-button:active {
    border-color: #EFEFEF;
    background-color: #DEDEDE;
    padding-top: 7px;
    padding-bottom: 0px;
    min-height: 0px;
  }
  #form-button.light-mode:active {
    border-color: #EFEFEF;
    background-color: var(--darkbrown2);
    padding-top: 7px;
    padding-bottom: 0px;
    min-height: 0px;
  }
  #contactus-form.frm-sub-st #form-button * {
    color: #C4C4C4;
  }
  #contactus-form.frm-sub-st #form-button.light-mode * {
    color: #C4C4C4;
  }
  #message-div {
    z-index: 118;
    width: 100%;
    height: 125px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    position: relative;
    margin-right: 0px;
	margin-top: 20px;
  }
  #message-div.fld-err-st {
    background-color: transparent;
    border-radius: 0px;
  }
  #message-div_label {
    z-index: 119;
    width: fit-content;
    min-height: 39px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    line-height: 30px;
    text-align: left;
    font-size: 30px;
    position: relative;
    margin-right: 0px;
  }
  #name-div.fld-err-st #name-label, #message-div.fld-err-st #message-div_label {
    border-width: 0px;
    border-color: transparent;
  }
  #name-div.fld-err-st #name-label p, #name-div.fld-err-st #name-label span, #email-div.fld-err-st #email-label p, #email-div.fld-err-st #email-label span, #message-div.fld-err-st #message-div_label p, #message-div.fld-err-st #message-div_label span {
    color: #D7244C;
  }
  #message-icon {
	width: 20px;
	height: 21px;
	margin-right: 3px;
	margin-left: 7px;
	opacity: 20%;
  }
  #message-div_span {
    z-index: 123;
    width: calc(100% - 12px);
    min-height: 68px;
    border-color: #C4C4C4;
    background-color: #F2F2F2;
    padding: 6px;
    line-height: 14px;
    color: #C4C4C4;
    font-family: Arial;
    font-style: italic;
    position: relative;
    margin-right: 0px;
  }
  #message-div.non-empty-st #message-div_span {
    background-color: #FFFFFF;
  }
  #message-div_span:hover {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
  }
  #message-div_span:hover #message-icon {
    opacity: 50%;
  }
  #message-div.focus-st #message-div_span {
    border-color: #6B6B6B;
    background-color: #FFFFFF;
  }
  #message-div.fld-err-st #message-div_span {
    border-color: #D7244C;
    background-color: #FFFFFF;
  }
  #message-div.non-empty-st #message-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #message-div_span:hover * {
    color: #4F4F4F;
    font-style: normal;
  }
  #message-div.focus-st #message-div_span * {
    color: #4F4F4F;
    font-style: normal;
  }
  #name-div.fld-err-st #name-div_span *, #email-div.fld-err-st #email-div_span *, #message-div.fld-err-st #message-div_span * {
    color: #D7244C;
    font-style: italic;
  }
  #message-div_input, #message-div_prompt {
    width: calc(100% - 12px);
    min-height: 68px;
    color: #C4C4C4;
    font-family: Arial;
    font-style: italic;
    padding: 6px;
	display: flex;
  }
  #name-div.focus-st #name-div_prompt, #email-div.focus-st #email-div_prompt, #message-div.focus-st #message-div_prompt {
    visibility: hidden;
  }
  /*#name-div:hover #name-div_input, #name-div.focus-st #name-div_input, #name-div.fld-err-st #name-div_input, #name-div:hover #name-div_prompt, #name-div.fld-err-st #name-div_prompt, #email-div:hover #email-div_input, #email-div.focus-st #email-div_input, #email-div.fld-err-st #email-div_input, #email-div:hover #email-div_prompt, #email-div.fld-err-st #email-div_prompt, #message-div:hover #message-div_input, #message-div.focus-st #message-div_input, #message-div.fld-err-st #message-div_input, #message-div:hover #message-div_prompt, #message-div.fld-err-st #message-div_prompt {
    padding-top: 6px;
    padding-bottom: 6px;
  }*/
  #name-div.non-empty-st #name-div_prompt, #email-div.non-empty-st #email-div_prompt, #message-div.non-empty-st #message-div_prompt {
    visibility: hidden;
  }


@media (min-width: 702px), print {
  #bp_infinity.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 50px;
  }
  #page_position_content {
    padding-bottom: 4px;
    width: 100%;
  }
}
@media (min-width: 634px) and (max-width: 701px) {
  #muse_css_mq {
    background-color: #0002bd;
  }
  #bp_701.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 701px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 80px;
  }
  #page_position_content {
    padding-bottom: 4px;
    width: 100%;
  }
}
@media (min-width: 546px) and (max-width: 633px) {
  #muse_css_mq {
    background-color: #000279;
  }
  #bp_633.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 633px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 80px;
  }
  #page_position_content {
    padding-bottom: 7px;
    width: 100%;
  }
  #contact-title  {
	margin-top: 260px;	
  }
  #form-button {
	margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 507px) and (max-width: 545px) {
  #muse_css_mq {
    background-color: #000221;
  }
  #bp_545.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 80px;
  }
  #page_position_content {
    padding-bottom: 8px;
    width: 100%;
  }
  #contact-title  {
	margin-top: 260px;	
  }
  #form-button {
	margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 421px) and (max-width: 506px) {
  #muse_css_mq {
    background-color: #0001fa;
  }
  #bp_506.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 80px;
  }
  #page_position_content {
    padding-bottom: 7px;
    width: 100%;
  }
  #contact-title  {
	margin-top: 260px;	
  }
  #form-button {
	margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 420px) {
  #muse_css_mq {
    background-color: #0001a4;
  }
  #bp_420.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 100px;
  }
  #page_position_content {
    width: 100%;
  }
  #contact-title  {
	margin-top: 260px;	
  }
  #form-button {
	margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  #muse_css_mq {
    background-color: #000140;
  }
  #bp_320.active {
    display: block;
	min-height: 100vh;
  }
  #page {
    z-index: 1;
    background-image: none;
    border-width: 0px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 100px;
  }
  #page_position_content {
    padding-bottom: 4px;
    width: 100%;
  }
  #contact-title  {
	margin-top: 260px;	
  }
  #form-button {
	margin-top: 10px;
    width: 100%;
  }
  body {
    min-width: 320px;
  }
}

