body {
	background-color: #646464;
	font-size: 16px;
}

a:link {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;	
	text-shadow: 1px -1px #000000, -1px 1px #000000, -1px -1px #000000, 1px 1px #000000;
}
a:visited {
	text-decoration: none;
	color:#CBCBCB ;
	text-shadow: 1px -1px #ffff00, -1px 1px 1px #000000;	

}
a:hover {
	color: #e1e1e1;
	text-decoration: none;
	text-shadow: 1px -1px 2px #ffffff, -1px 1px 2px #ffffff, -1px -1px 2px #ffffff, 1px 1px 2px #ffffff;
}
a:active {
	text-decoration: none;
	color: #3CF;
}

h1 {
	font-size: 22px;
	color: #FFF;
}
h2 {
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 1px #424242, 1px -1px #424242, -1px -1px #424242, -1px 1px #424242, -2px 2px 3px #000000;
}
h3 {
	font-size: 18px;
	color: #FFF;
}
h4 {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px #424242, 1px -1px #424242, -1px -1px #424242, -1px 1px #424242;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 20px;
	color: #00ff8b;
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px -1px #000000, -1px 1px #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6 {
	font-size: 18px;
	color: #323232;
	text-shadow: 1px -1px #fff, -2px 2px 2px rgba(0,0,0,.2);
	margin-top: 5px;
	margin-bottom: 5px;
}
h7 {
	font-size: 20px;
	color: rgb(0,125,200);
	font-weight: bold;
	text-shadow: 1px -1px 2px rgb(255,255,255), -1px 1px 3px rgba(0,0,0,.5);
	margin-top: 5px;
	margin-bottom: 5px;
}
h8 {
	font-size: 16px;
	font-weight: bold;
	color: #67cbff;
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px -1px #000000, -1px 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h9 {
	font-size: 20px;
	font-weight: bold;
	color: #ff7e00;
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px -1px #000000, -1px 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h10 {
	font-size: 20px;
	font-weight: bold;
	color: rgb(150,150,150);
	text-shadow: 1px -1px 1px #fff, -1px 1px 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h11 {
	color: #afafaf;
	font-size: 13px;
	margin-top: -5px;
	margin-bottom: -5px;
}
h12 {
	font-size: 22px;
	color: #ffffff;
	text-shadow: 1px 1px #424242, 1px -1px #424242, -1px -1px #424242, -1px 1px #424242;
}
h13 {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px #424242, 1px -1px #424242, -1px -1px #424242, -1px 1px #424242;
	margin-top: 5px;
	margin-bottom: 5px;
}
h14 {
	font-size: 16px;
	color: #ffffff;
	text-shadow: 2px 2px #000000, 2px -2px #000000, -2px -2px #000000, -2px 2px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h15 {
	font-size: 30px;
	font-weight: bold;
	color: #80bd3e;
	text-shadow: 1px -1px #ffffe2, -1px 1px 2px rgba(0,0,0,.7);
}
h16 {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
}
h17 {
	font-size: 20px;
	font-weight: bold;
	color: #008128;
	text-shadow: 1px -1px #ffffff, -1px 1px 2px rgba(0,0,0,.7);
}
h18 {
	font-size: 18px;
	font-weight: bold;
}
h19 {
	font-size: 30px;
	font-weight: bold;
	color:#FF0004;
	text-shadow: 1px -1px #ffffe2, -1px 1px 2px rgba(0,0,0,.7);
}
h20 {
	font-size: 20px;
	font-weight: bold;
	color: #008128;
	text-shadow: 1px -1px #ffffff, -1px 1px 2px rgba(0,0,0,.7);
}
h21 {
	font-size: 20px;
	font-weight: bold;
	color:#FF0004;
	text-shadow: 1px -1px #ffffff, -1px 1px 2px rgba(0,0,0,.7);
}
h22 {
	font-size: 16px;
	font-weight: bold;
	color:#000000;	
}
h23 {
	font-size: 12px;
	font-style: italic;
	color: rgb(150,150,150);
}
h25 {
	font-size: 18px;
	font-style: italic;
	color: rgb(200,200,200);
	text-shadow: 1px -1px #fff, -1px 1px 2px #000;
}
h27 {
	font-size: 24px;
	font-weight: bolder;
	color: rgb(255,75,150);
	text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px rgba(0,0,0,.2), 1px 1px 2px rgba(0,0,0,.2);
}

body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0px;
	border: 0px;
}
.blog_archive {
	background-color: #646464;
	width: 90%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.blog_bg {
	color: #000;
	width: 100%;
	max-width: 598px;
	min-width: 300px;
	background-color: #cbcbcb;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.blog_tear_upper {
	color: #000;
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CBCBCB;
}
.blog_tear_lower {
	color: #000;
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.blog_text {
	padding: 10px;
	width: 90%;
	max-width: 340px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



.bg_bio1 {
	background-image: url(images/bio_bg1.jpg);
	height: 200px;
	width: 100%;
}
.bg_bio2 {
	background-image: url(images/bio_bg2.jpg);
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
}

.bg_blackwater {
	background-image: url(images/bg_blackwater.jpg);
	height: 200px;
	width: 100%;
}
.bg_darkroom1 {
	background-image: url(images/darkroom_bg1.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
}
.bg_darkroom2 {
	background-image: url(images/darkroom_bg2.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
}
.bg_darkroom3 {
	background-image: url(images/darkroom_bg3.jpg);
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
}
.bg_darkroom4 {
	background-image: url("images/darkroom_bg4.jpg");
	height: 220px;
	width: 100%;
	background-repeat: no-repeat;
}
.bg_darkroom5 {
	background-image: url("images/darkroom_bg5.jpg");
	height: 470px;
	width: 100%;
	background-repeat: no-repeat;
}



.bg_harry {
	background-image: url(images/bg_harry.jpg);
	height: 200px;
	width: 100%;
}
.bg_info1 {
	background-image: url(images/info_bg1.jpg);
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
}
.bg_minimal {
	background-image: url(images/bg_minimal.jpg);
	height: 200px;
	width: 100%;
}
.bg_turtle {
	background-image: url(images/bg_turtle.jpg);
	height: 200px;
	width: 100%;
}
.bg_wip {
	background-image: url(images/bg_wip.jpg);
	height: 200px;
	width: 100%;
}
.boldwhite {
	font-weight: bold;
	color: #FFF;
}
[class*="col-"]{
	float: left;
	padding: 10px;
	border-radius: 20px;	
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

/* for mobile phones: */
[class*="col-"]{
	width: 100%;
}

@media only screen and (min-width:400px){
/* for tablet */
.col-s-1 {
    width: 50%;
    background-color: #D8D8D8;
    border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;		
}
.col-s-2 {width: 50%;}
.col-s-3 {width: 100%;}
.col-s-3n {width: 100%;
	background-image: url("newsletters/images/5-2020_big_right.png");
	}
.col-s-4 {width: 100%;}
.col-s-5 {width: 100%;}
.col-s-6 {width: 100%;}
}


@media only screen and (min-width:590px){
/* for desktop */
.col-1 {width: 25%;min-width: 280px;}
.col-2 {width: 33.33%;}
.col-3 {width: 50%;}
.col-3n {width: 50%;}
.col-4 {width: 66.66%;}
.col-5 {width: 75%;}
.col-6 {width: 100%;}
}


.container_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.column_fullwidth {
	color: rgb(0,0,0);
    width: 100%;
    max-width: 720px;
    padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
    margin: auto;
    border-radius: 20px;
    border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
    background-color: #D8D8D8;
}
.digital_event_bg {
	width: 90%;
	margin: auto;
	background-color: rgb(200,200,200);
	border: 2px;
	border-style: inset;
	border-top-color: rgb(100,100,1.00);
	border-right-color: rgb(100,100,100);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}
.endorsement_box {
	font-size: 14px;
	width: 114px;
	float: left;
	padding: 5px;
}
.endorsement_full {
	width: 100%;
	min-width:320px;
	float: left;
}
.endorsements {
	padding: 10px;
	margin: 5px;
}
.endorsement_text {
	display: inline-block;
	width: 310px;
}
.endorsement_associate {
	text-align: left;
	color:rgb(210,210,210);
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.endorsement_title {
	color:rgb(210,210,210);
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.footer {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
.footer_copyright {
	font-size: 12px;
	color: #FFF;
}
.graphicarts_bg {
	background-image: url(images/graphicarts_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
.graphics_320 {
	height: 320px;
	overflow: hidden;
	width: 100%;
}
.graphics_300 {
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.graphics_240 {
	height: 240px;
	overflow: hidden;
	width: 100%;
}
.graphics_220 {
	height: 220px;
	overflow: hidden;
}
.graphics_200 {
	height: 200px;
	overflow: hidden;
	width: 100%;
}
.graphics_190 {
	height: 190px;
	overflow: hidden;
	width: 100%;
}
.graphics_height {
	width: 100%;
	max-width: 420px;
	height: auto;
}
.graphics_stack {
	width: 100%;
	height: 190px;
	font-size: 13px;
}
.green_bar {
	background-color: #649a82;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #4b4b4b;
	padding-top: 10px;
	padding-bottom: 3px;
	color:#c5fffa;
	text-shadow: -1px 1px 2px rgba(0,0,0,.7);
}
.soa_graphics_fullwidth {
	width: 100%;
	max-width: 800px;
	margin:auto;
}
.spacer {
	height: 10px;
	width: 100%;
	float: left;
}

.graphics_stretch {
	height: auto;
	width: 100%;
	min-width:320px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.header_12days {
	background-image: url("events/event_images/12days_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}

.header_archive {
	background-image: url(images/archive_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_bio {
	background-image: url(images/bio_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_blackwater {
	background-image: url(images/blackwater_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_blog {
	background-image: url(images/blog_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_bsdonald {
	background-image: url(images/BS_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_darkroom {
	background-image: url(images/darkroom_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_design {
	background-image: url(images/design_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_easter {
	background-image: url("events/event_images/easter_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}
.header_endorsements {
	background-image: url("images/endorsements_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}
.header_gallery {
	background-image: url(images/gallery_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_harry {
	background-image: url(images/harry_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_index {
	background-image: url(images/index_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_info {
	background-image: url(images/info_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_marketing {
	background-image: url(images/marketing_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_minimal {
	background-image: url(images/minimal_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_services {
	background-image: url(images/services_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_soa {
	background-image: url("images/soa_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}
.header_social_media {
	background-image: url("images/social_media_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}
.header_turtle {
	background-image: url(images/turtle_header.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
.header_works {
	background-image: url("images/works_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}
.header_valentine {
	background-image: url("events/event_images/valentine_header.jpg");
	height: 190px;
	background-repeat: no-repeat;
}

.main_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	max-width: 1200px;
	min-width: 320px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.menu_main {
	padding-bottom: 10px;
}


.outlines_full {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(resource/services_gradient.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.outlines_reverse {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(resource/services_gradient2.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-position: bottom;
}


.social_media {
	padding-right: 10px;
}
.socialmedia_box {
	width: 50%;
	min-width: 290px;
	max-width: 330px;
	background-color: rgba(0,0,0,0.45);
	border: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: auto;
	font-size: 14px;
	color: #FFFFFF;
}

.text_200 {
	padding: 5px;
	width: 200px;
}
.text_200l {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.text_200r {
	width: 180px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.text_event {
	width: 75%;
	min-width: 320px;
	font-size: 14px;
	margin: auto;
	padding: 10px;
	color: rgb(200,200,200);
}
.text_fullwidth {
	width: 92%;
	min-width:320px;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text_fullwidth_fhs {
    color: rgb(0,0,0);
	width: 90%;
    min-width: 270px;
    max-width: 450px;
    display: inline-block;
	padding: 10px;
}
.text_fullwidth_centered {
	width: 90%;
	margin:auto;
	display: inline-block;
}

.text_bio_center {
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 300px;
	min-width:300px;
	max-width:800px;
	text-shadow: -1px 1px 2px #000000;
	background-color: rgba(0,0,0,.35);
	border: 2px;
	border-style: inset;
	border-top-color: rgba(0,0,0,.5);
	border-right-color: rgba(0,0,0,.5);
	border-bottom-color: rgba(255,255,255,.5);
	border-left-color: rgba(255,255,255,.5);
}
.text_blackwater {
	background-image: url(images/blackwater_text_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.text_bookjacket {
	padding: 10px;
	float: right;
	width: 300px;
	color: #ffffff;
	text-shadow: -1px 1px 2px #000000;
	background-color: rgba(0,0,0,.5);
	border-bottom: 2px solid rgba(255,255,255,.5);
	border-left: 2px solid rgba(255,255,255,.5);
	border-top: 2px solid rgba(0,0,0,.5);
	border-right: 2px solid rgba(0,0,0,.5);
}
.text_bottom {
	padding: 10px;
	margin: auto;
	width: 80%;
	min-width:300px;
	max-width:800px;
	position: relative;
	top: 65%;
}
.text_bottom_left {
	float: left;
	width: 50%;
	margin-left: 60px;
	min-width: 300px;
	max-width: 500px;
	position: relative;
	top: 65%;
}
.text_center {
	min-width:300px;
	max-width:800px;
	text-shadow: -2px 2px 2px #000000;
	width: 80%;
	height: 194px;
	padding: 10px;
	margin: auto;
}
.text_center_0 {
	margin: auto;
	min-width:300px;
	max-width:800px;
	background-image: none;
	width: 80%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.text_center_1 {
	margin: auto;
	min-width:300px;
	max-width:800px;
	background-image: none;
	width: 300px;
	padding: 10px;
	text-align: center;
}
.text_center_2 {
	min-width:300px;
	max-width:925px;
	text-shadow: -2px 2px 2px #000000;
	width: 80%;
	height: 194px;
	padding: 10px;
	margin: auto;
}
.text_darkroom_center {
	width: 240px;
	background-color: rgba(0,0,0,.5);
	color: #FFF;
	text-shadow: -2px 2px 2px rgb(0,0,0);
	left: 15%;
	position: relative;
	padding: 10px;
	top: 5px;
	border: 1px solid rgba(255,255,255,.3);
}
.text_design_left {
	float: left;
	width: 300px;
	text-shadow: -2px 2px 2px rgb(0,0,0);
	background-image: url(resource/graphic_arts_grid.png);
	padding: 10px;
	height: 170px;
}
.text_design_right {
	float: right;
	width: 300px;
	text-shadow: -2px 2px 2px rgb(0,0,0);
	background-image: url(resource/graphic_arts_grid.png);
	padding: 10px;
	height: 170px;
}
.text_float_left {
	float: left;
	width: 280px;
	padding: 10px;
	background-color: rgba(0,0,0,.4);
	border: 2px;
	border: thin solid rgba(255,255,255,.25);
	margin-bottom: 5px;
}
.text_float_right {
	float: right;
	width: 280px;
	padding: 10px;
	background-color: rgba(0,0,0,.4);
	border: 2px;
	border: thin solid rgba(255,255,255,.25);
	margin-bottom: 5px;
}
.text_harry {
	background-image: url(images/harry_text_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.text_info_center {	
	margin: auto;
	width: 300px;
	min-width:300px;
	max-width:800px;
	background-color: rgba(0,0,0,.4);
	border: 1px solid rgba(255,255,255,.5);
	padding-top: 10px;
	padding-bottom: 15px;
}
.text_minimal {
	background-image: url(images/minimal_text_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.text_services {
	width: 75%;
	max-width:500px;
	min-width:300px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FCF300;
	border-right-color: #FCF300;
	border-bottom-color: #FCF300;
	border-left-color: #FCF300;
	padding: 10px;
}
.text_soa1 {
	top: 5%;
	left: 10%;
	width: 25%;
	min-width: 150px;
	position: relative;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: rgba(0,0,0,.5);
	border-right-color: rgba(0,0,0,.5);
	border-bottom-color: rgba(255,255,255,.5);
	border-left-color: rgba(255,255,255,.5);
}
.text_soa2 {
	top: 10px;
	left: 10px;
	width: 150px;	
	position: relative;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: rgba(0,0,0,.5);
	border-right-color: rgba(0,0,0,.5);
	border-bottom-color: rgba(255,255,255,.5);
	border-left-color: rgba(255,255,255,.5);
}
.text_third_left {
	left: 15%;
	width: 220px;
	position: relative;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: rgba(0,0,0,.5);
	border-right-color: rgba(0,0,0,.5);
	border-bottom-color: rgba(255,255,255,.5);
	border-left-color: rgba(255,255,255,.5);
}
.text_turtle {
	background-image: url(images/turtle_text_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.text_works_center {
	width: 100%;
	min-width: 300px;
	max-width: 700px;
	margin: auto;
	color: #83e4ff;
	text-shadow: -2px 2px 2px #000000;
}
.text_works_left {
	width: 285px;
	float: left;
	padding: 10px;
	background-color: rgba(0,0,0,.35);	
	border: 1px solid rgba(255,255,255,.5);
}
.text_works_right {
	width: 285px;
	float: right;
	padding: 10px;
	background-color: rgba(0,0,0,.35);	
	border: 1px solid rgba(255,255,255,.5);
}


.textbg_gallery1 {
	background-image: url(images/gallery_textbg1.jpg);
	height: 214px;
}
.textbg_gallery2 {
	background-image: url(images/gallery_textbg2.jpg);
	height: 214px;
}
.textbg_gallery3 {
	background-image: url(images/gallery_textbg3.jpg);
	height: 214px;
}
.textbg_gallery4 {
	background-image: url(images/gallery_textbg4.jpg);
	height: 214px;
}
.textbg_index1 {
	background-image: url(images/index_textbg1.jpg);
	height: 214px;
	width: 100%;
}
.textbg_index2 {
	background-image: url(images/index_textbg2.jpg);
	height: 214px;
}
.textbg_index3 {
	background-image: url(images/index_textbg3.jpg);
	height: 214px;
}
.textbg_soa1 {
	background-image: url("images/soa_bg1.jpg");
	height: 320px;
}
.textbg_soa2 {
	background-image: url("images/soa_bg2.jpg");
	height: 388px;
}
twelve_day {
	margin: auto;
}
.text_12day {
	width: 100%;
	text-align: left;
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 10px;	
	margin: auto;
}
.yellow {
	color: #ffff00;
	text-shadow: -2px 2px 2px #000000;
}

.white {
	color: #FFF;
}

.white_italic {
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}

.marketing {
	width: 100%;
	min-width: 320px;
	max-width: 700px;
	margin: auto;
	background: #d3d3d3;
	color: #000000;
	border-left: 2px solid #b4b4b4;
	border-bottom: 2px solid #b4b4b4;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
}

.marketing_text {
	padding: 20px;
}
.border_white {
	border: 1px solid #ffffff;
}

.model_viewer_container {
	width: 100%;
	height: 350px;
	margin: auto;
}
.social_media_posts {
	width: 100%;	
	min-width: 350px;
	margin: auto;
	background: #d3d3d3;
	color: #000000;
	border-left: 2px solid #b4b4b4;
	border-bottom: 2px solid #b4b4b4;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
}
.social_media_margins {
	margin: 5px;
	border: 2px solid rgb(255,255,255);
}
.social_media_margins_dark {
	margin: 5px;
	border: 2px solid rgb(165,165,165);
}
