body {
	background-color:#686868;
	margin:0px 0px 0px 0px;
    color: #ddd;
    font-family:"Inknut Antiqua", serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style:normal;
	font-size:13px;
    line-height:30px;
	color:#fff;
}
@media only screen and (max-width:600px) {
	section {
        font-size: 14px;
    }
}

a {
	color: #eee;
}
hr {
	border: 0.5px solid #777;
	margin: 28px 0px 48px 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
video {
	max-width: 100%;
}
audio {
	width: 100%;
	margin-bottom: 56px;
}
.temp_signspage {
	position: relative;
	min-height: calc(100% - 200px);
	margin: 0px auto;
	/* max-width: 1920px; */
	min-height: 100vh;
}

#content > section {
}

section {
    display: block;
	max-width: 60vw;
    padding: 6em 140px 6em 88px;
    margin: 40px auto 80px auto;
}
@media only screen and (max-width:600px) {
	section {
        max-width: 100%;
        padding-left: 2em;
        padding-right: 2em;
	}
}
@media only screen and (min-width:800px) {
	section {
		max-width: 700px;
	}
}
section.page {
    background-color: #D9D9D9;
    color: #5F5F5F;
    box-shadow: 0px 0px 36px #333;
}
section.page a {
    color: #5F5F5F;
}
section.page .button a {
    color: white;
}
/* refactoring... not sure I need this any more - had to move to .flex instead */
section.page.flex {
    display:flex;
}
@media only screen and (max-width:820px) {
	section.page.flex {
		display: block;
	}
}
.flex {
    display:flex
}
@media only screen and (max-width:820px) {
	.flex {
		display: block;
	}
}
.pagebody {
    min-width:50%;
}


section.clear {
    background-color: none;
}
.photo {
    margin-right:32px;
}
.resizable {
    width: 720px;
}
@media only screen and (max-width:800px) {
    .resizable {
        width: 100%;
    }
}

/* ========================================= */
h1 {
    font-style: normal;
    font-weight: 300;
    font-size:26px;
    line-height: 44px;
}
@media only screen and (max-width:600px) {
    h1 {
        font-size:20px;
    }
}
h2 {
    font-style: normal;
    font-weight: 300;
    font-size:20px;
    line-height: 44px;
}
@media only screen and (max-width:600px) {
    h2 {
        font-size:16px;
    }
}
h3 {
    font-style: normal;
    font-weight: 300;
    font-size:20px;
    line-height: 28px;
    margin:0px 0px;
}
@media only screen and (max-width:600px) {
    h3 {
        font-size:16px;
    }
}
.pink {
    color: #F75AFF;
}
.center
    {
        text-align: center;
    }
#initialhead {
    margin-top: 100px;
}

#content {
    position:relative;
}

.keyart {
    position: absolute;
    top: 580px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    width: 100%;
    height: 900px;
    margin: 0;
    background: #686868;
    background-image:url("images/christopherdelair_pink.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position:50%;
    box-shadow: 0px 0px 36px #333;
}
@media only screen and (min-width:1600px) {
	.keyart {
        width: 1600px;
    }
}
.container_rel {
    position: relative;
}
.container_abs {
    position: absolute;
}
.centerlabel {
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-20%, -50%) ;
    margin: 0;
    font-size:30px;
    text-transform: uppercase;
    letter-spacing:0.15em;
}
@media only screen and (max-width:800px) {
    .centerlabel {
        font-size:18px;
    }
}
#theboy {
    transform: translate(-46%, 20%);
}
#whofell {
}
@media only screen and (max-width:800px) {
    #whofell {
        transform: translate(-20%, 0%);
    }
}



.violator {
    display:block;
    height: 100px;
    width: 100px;
    background-color: #F75AFF;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 14px; 
    border-radius: 50%;
    rotate: 14deg; 
    text-transform: uppercase;
    transform: translate(540px, -260px);    
    outline: 8px dotted #F75AFF;
    outline-offset: -4px;
}
@media only screen and (max-width:800px) {
	.violator {
        transform: translate(100px, -120px);
    }
}
.bodyhead {
    margin-bottom: 18px;
    color: black;
    font-weight: 600;

}

#description {
    margin-top: 1000px;
}

.button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin-left: 0px;

    margin-top: 14px;
    width:fit-content;
    background-color: #F75AFF;
    color: white;
    padding: 0px 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.button > a {
    text-decoration: none;
    color: white;
}


.column_media {
	font-size: 48px; 
	text-align: left; 
	margin-top: 100px; 
	color: #E75694;
	line-height: 0.75em;
}
@media only screen and (max-width:600px) {
	.column_media {
		font-size: 32px;
		margin-top: 48px;
	}
}
.foot {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0px 36px 0px 36px;
	background-color: #155883;
	min-height: 100px;
}
@media only screen and (max-width:600px) {
	.foot {
		display:block;
		min-height: 120px;
	}
}
.column form {
	font-size:14px; 
	line-height:1.2em;
}
.formfielddesc {
	text-align: left;
	letter-spacing: 0.1em; 
	line-height:1.2em;
	font-size:14px;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
}
.sticktothebottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.footcontent {
	position:absolute;
	font-size: 11px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
}
.footright {
	right: 36px;
	min-width: 300px;
}
@media only screen and (max-width:600px) {
	.footright {
		right: none;
		left: 36px;
		margin-top: 18px;
	}
}
.footcontent img {
	margin-right:12px;
	height: 32px;
	width: 32px;
	padding: 12px;
}
@media only screen and (max-width:600px) {
	.footcontent img {
		margin-top: 50px;
	}
}
.footcontent a:hover img {
    background-color:rgba(255, 255, 255, 0.10);
}
input, textarea, select{
 	height: 28px;
	width: 100%;
	margin: 0px 0px 32px 0px;
    padding: 0px 12px;
    text-rendering: auto;
	font-family:"Inknut Antiqua", serif;
	font-optical-sizing: auto;
	font-weight:600;
	font-style:normal;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.5em;
    text-transform: none;
    /* text-indent: 8px; */
    text-shadow: none;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    border-width: 0px;
    border-style: none;
    border-color: none;

}
textarea {
	height: 8em;
    overflow: hidden;
}

.social {
    margin: 40px auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.social img{
    margin-right:16px;
}
.social a {
    text-decoration: none;
}