/*
@font-face
{
    font-family: 'century_gothic';
    src: url('../font/century_gothic-webfont.woff2') format('woff2'),
         url('../font/century_gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face
{
    font-family: 'yu_gothic_ui_light';
    src: url('../font/YuGothicUI-Light.woff2') format('woff2'),
         url('../font/YuGothicUI-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.maxw960px
{
	max-width:960px;
}

.auto-center
{
	display: block;
	margin: 0 auto;
}


.dropdown-show
{
	display: block;
}

.contact-form-label
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
}

a:link
{
/* Applies to all unvisited links */
text-decoration:  none;
font-weight:      none;
background-color: none;
color: #7F7E7E;
}  
a:visited
{
	/* Applies to all visited links */
text-decoration:  none;
font-weight:      none;
background-color: none;
color: #7F7E7E;
} 
a:hover
{
	/* Applies to links under the pointer */
text-decoration:  none;
font-weight:      none;
background-color: none;
color:            black;
} 
a:active
{
	/* Applies to activated links */
text-decoration:  none;
font-weight:      none;
background-color: none;
color: #7F7E7E;
}

body
{
    overflow-y: scroll;
}

div.about-img
{
	width: 413px;
	height: 100%;
}

div.about-text
{
	width: 547px;
}

div.content-home-mobile
{
	display: none;
}

div.contact-form
{
	width: 550px;
	margin: 0 auto;
	margin-top: 45px;
}

div.contact-form-heading
{
	float: left;
	width: 130px;
	min-height:10px;
}

div.contact-form-email
{
	float: left;
	width: 420px;
	padding-top: 3px;
}

div.contact-form-text
{
	float: left;
	width: 420px;
	height: 140px;
	padding-top: 3px;
}

div.contact-form-row
{
	width: 960px;
	padding-top:10px;
	padding-bottom:10px;
	float: left;
}

.contact-label
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
	font-weight: bold;
}

.contact-send
{
	margin-bottom: 25px;
}

textarea.contact
{
	width: 80%;
	height: 120px;
}

.contact-input
{
	width: 80%;
}

div.content-home-2
{
	width: 960px;
	opacity: 0;
}

div.content-home
{
	width: 960px;
	opacity: 0;
}

div.content-contact
{
	width: 960px;
	display: inline-flex;
	opacity: 0;
}

div.content
{
	width: 760px;
	float: right;
	opacity: 0;
}

div.half-left
{
	width:480px;
	float: left;
}

div.half-right
{
	width:480px;
	float: left;
}

div.footer
{
	width: 960px;
	margin: 0 auto;
}

div.galleryimg
{
	width: 800px;
	height: 420px;
	margin-top: 50px;
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 25px;
}

div.galleryimg_text
{
	width: 345px;
	margin: 0 auto;
}

div.galleryimg_thumb
{
	margin: 0 auto;
	height: 420px;
}

div.imgcontainer
{
	width: 740px;
	max-height: 700px;
	margin: 0 auto;
}

div.img_text
{
	width:600px;
	margin: 0 auto;
}

div.login-form
{
	width: 250px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

div.login-form-input
{
	width: 150px;
	float: left;
}

div.login-form-label
{
	width:100px;
	height: 51px;
	float: left;
}

div.main
{
	width: 960px;
	margin: 0 auto;
}

div.management-container
{
	width: 960px;
	margin: 0 auto;
}

div.gallery-menu
{
	width:960px;
	height: 33px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
	position: relative;
}

div.menu
{
	width:960px;
	height: 65px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
	position: relative;
}

div.menu-button
{
	width: 320px;
	float: left;
}

div.gallery-menu-button-left
{
	width: 191px;
	float: left;
	border-right: 1px solid #7F7E7E;
}

div.gallery-menu-button-end
{
	width: 192px;
	float: left;
}

div.menu-button-middle
{
	width: 318px;
	float: left;
	border-left: 1px solid #7F7E7E;
	border-right: 1px solid #7F7E7E;
}

div.menu-bottom
{
	width:200px;
	height:80px;
	bottom: 0px;
	position: absolute;
}

div.mobile-menu
{
	display: none;
}

div.sortable-container
{
	width:508px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 250px;
}

div.sortable-image-cell
{
	width: 250px;
	height: 280px;
	float: left;
	border: 2px solid #7F7E7E;
}

div.sortable-image-img
{
	width: 250px;
	height: 250px;
	float: left;
}

div.sortable-image-text
{
	width: 250px;
	height: 30px;
	float: left;
}




div.spacer
{
	width: 760px;
	height: 75px;
}

div.title
{
	padding-top: 25px;
	width: 960px;
	font-family: 'yu_gothic_ui_light';
	margin: 0 auto;
}

h1.jackcoleman
{
	font-size: 64px;
	color: #7F7E7E;
	text-align: center;
}

input.editforminput
{
	width: 100%;
}

input.price
{
	width:64px;
}

img.aboutimg
{
	width: 413px;
	display: block;
	margin: 0 auto;
	padding-top: 80px;
}

img.contact-img
{
	width: 413px;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

img.arrow-icon
{
	float: left;
	height: 20px;
	margin-right: 5px;
}

img.bigimg
{
	max-width: 740px;
	max-height: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}


img.edit-preview
{
	max-width:400px;
	max-height:400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.galthumb_landscape
{
	margin: 0 auto;
	max-width: 760px;
	max-height: 350px;
	display: block;
}

img.galthumb_portrait
{
	margin: 0 auto;
	max-width: 760px;
	max-height: 350px;
	display: block;
}

img.homepageimg
{
	width: 760px;
}

img.homepageeditpreview
{
	max-width: 175px;
	max-height: 125px;
}

img.reorder-img
{
	max-height: 250px;
	max-width: 250px;
	margin: 0 auto;
	display: block;
	
}

img.qm
{
	height: 20px;
	width: 20px;
	float: right;
	padding-top:18px;
	padding-right: 10px;
	
}

p.back-button
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
}

p.contacttext
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 24px;
	width: 507px;
	margin: 0 auto;
	padding-top: 25px;
	padding-left:20px;
	padding-right:20px;
}

p.insta-url
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 24px;
	text-align: left;
	width: 600px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-left: 20px;
}

p.copyright
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
}

p.edithomeimgtableheading
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	font-size: 20px;
}

p.formtext
{
	font-family: 'yu_gothic_ui_light';
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

p.galthumb_title
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 22px;
	margin: 0;
	margin-top: 8px;
	text-align: center;
}

p.galthumb_price
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
	margin: 0;
	text-align: center;
}

p.imgdescr
{
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 20px;
	width: 600px;
}

p.imgname
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 26px;
	width: 600px;
}

p.management-heading
{
	font-family: 'yu_gothic_ui_light';
	font-size: 64px;
	font-weight: bold;
	color: #7F7E7E;
	margin: 0;
}

p.management-section-heading
{
	font-family: 'yu_gothic_ui_light';
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #7F7E7E;
	margin: 0;
	padding-top: 25px;
	
}

p.management-selection
{
	font-family: 'yu_gothic_ui_light';
	font-size: 22px;
	color: #7F7E7E;
	margin: 0;
}

p.menu-button-text
{
	font-family: 'yu_gothic_ui_light';
	margin: 0;
	color: #7F7E7E;
	font-size: 30px;
	text-align: center;
}

p.gallery-menu-button-text
{
	font-family: 'yu_gothic_ui_light';
	margin: 0;
	color: #7F7E7E;
	font-size: 24px;
	text-align: center;
}

p.reorder
{
	font-size: 24px;
	color: #7F7E7E;
	margin: 0;
	text-align: center;
	font-family: 'yu_gothic_ui_light';
	font-weight: bold;
	
}

p.subheading
{
	font-family: 'yu_gothic_ui_light';
	font-size: 32px;
	color: #7F7E7E;
	margin: 0;
}

div.text
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 19px;
	text-align: center;
	width: 507px;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 20px;
	margin-right: 20px;
}

p.text-generic
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
}

p.text-left
{
	font-family: 'yu_gothic_ui_light';
	color: #7F7E7E;
	font-size: 18px;
	width: 680px;
	width: 680px;
}

p.menu-option
{
	font-family: 'yu_gothic_ui_light';
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	color: #7F7E7E;
}

table.editimagetable
{
	width: 480px;
	margin: 0;
	padding: 0;
}

table.log
{
	border: 1px solid #7F7E7E;
	width: 802px;
	table-layout: fixed;
	margin: 0 auto;
}

table.login
{
	background-color: #e1e3e6;
	margin: 0 auto;
	margin-top: 50px;
}


td.borderright, th.borderright
{
	border-right: 1px solid #7F7E7E;
}

th
{
	font-family: 'yu_gothic_ui_light';
}

tr.colouralt
{
	background-color: #E3E3E3;
}

tr.table-heading
{
	background-color: #C8C8C8;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.textcenter
{
	text-align: center;
}

.width130
{
	width: 130px;
}

.width150
{
	width: 150px;
}

.width185
{
	width: 185px;
}

.width350
{
	width: 350px;
}

.width500
{
	width: 500px;
}

.more_info {
  border-bottom: 1px dotted;
  position: relative;
}

.more_info .title {
    position: absolute;
    top: 20px;
    background: silver;
    padding: 4px;
    left: 0;
	width: 450px;
	font-family: 'yu_gothic_ui_light';
}

/*Laptop Layout Fixes*/
@media screen
	and (device-width: 1280px)
	{
	
		div.content-home-2
		{
			width: 748px;
			margin: 0 auto;
		}
		
	}


/*Mobile CSS*/

@media screen 
  and (device-width: 320px),
	  (device-width: 360px),
	  (device-width: 375px),
	  (device-width: 414px),
	  (device-width: 480px)
{
	h1.jackcoleman
	{
		font-size: 120px;
		color: #7F7E7E;
		margin:0;
		padding-bottom: 16px;
		text-align: center;
	}
	
	div.content-home-2
	{
		display: none;
	}
	
	div.about-text
	{
		width: 960px;
	}
	
	body
	{
        font-size:18px !important;
    }
	
	div.about-img
	{
		width: 960px;
		height: 100%;
	}
	
	div.content-contact
	{
		width: 960px;
		display: inline;
		opacity: 0;
	}
	
	div.menu{
		display: none;
	}
	
	div.content-home
	{
		display: none;
	}
	
	div.content-home-mobile
	{
		display: inline;
		float: none;
		width: 960px;
		opacity: 0;
	}
	
	div.content
	{
		width: 100%;
		opacity: 0;
	}
	
	div.mobile-menu
	{
		display: block;
	}
	
	img.homepageimg
	{
		width: 100%;
		padding-bottom: 60px;
	}
	
	img.aboutimg
	{
		width: 900px;
		display: block;
		margin: 0 auto;
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 0;
	}
	
	div.text
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		width: 90%;
		display: block;
		margin-top: 35px;
		margin-bottom: 35px;
		margin-left: auto;
		margin-right: auto;
	}
	
	p.mobile-menu-option
	{
		font-family: 'yu_gothic_ui_light';
		font-size: 58px;
		margin-top: 0;
		margin-bottom: 25px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		color: #7F7E7E;
		float: left;
		width: 33%;
		-webkit-user-select: none;    
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.mobile-dropdown-content
	{
		display: none;
		position: absolute;
		top: 285px;
		left: 0; 
		right: 10px; 
		margin-left: auto; 
		margin-right: auto; 
		width: 317px; /* Need a specific value to work */
		/*background-color: #f1f1f1;*/
		background-color: #f2f2f2;
		min-width: 160px;
		overflow: auto;
		z-index: 2;
		 box-shadow:
		  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
		  0 12.5px 10px rgba(0, 0, 0, 0.06),
		  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
		  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
		  0 100px 80px rgba(0, 0, 0, 0.12)
	}
	
	p.dropdown-selection
	{
		color: #7F7E7E;
		font-family: 'yu_gothic_ui_light';
		font-size: 52px;
		text-align: center;
	}
	
	img.contactimg
	{
		width: 65%;
		display: block;
		margin: 0 auto;
	}
	
	p.contacttext
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 24px;
		text-align: center;
		width: 85%;
		margin: 0 auto;
		padding-top: 25px;
	}
	
	div.contact-form
	{
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	div.contact-form-heading
	{
		float: left;
		width: 23.6%;
		min-height:10px;
	}

	div.contact-form-email
	{
		float: left;
		width: 76.4%;
		padding-top: 3px;
	}

	div.contact-form-text
	{
		float: left;
		width: 76.4%;
		height: 140px;
		padding-top: 3px;
	}

	div.contact-form-row
	{
		padding-top:20px;
		padding-bottom:45px;
	}
	
	.contact-label
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 28px;
		font-weight: bold;
		margin-left: 25px;
	}
	
	textarea.contact
	{
		width: 80%;
		height: 120px;
		background-color: #fdfdfd;
		font-size:24px;
	}

	.contact-input
	{
		width: 80%;
		background-color: #fdfdfd;
		font-size:28px;
	}
	
	.contact-send
	{
		font-size:28px;
		margin-bottom: 25px;
		padding: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	p.insta-url
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 40px;
		text-align: center;
		width: 600px;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	/*mobile gallery*/
	img.galthumb_landscape
	{
		margin: 0 auto;
		position: static;
		top: auto;
		-ms-transform: none;
		transform: none;
		width: 100%;
		max-height: 100%;
	}
	
	img.galthumb_portrait
	{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
	div.galleryimg
	{
		width: 960px;
		height: auto;
		padding-top: 0px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 25px;
		display: inline-block;
	}
	
	div.galleryimg_thumb
	{
		width: 960px;
		height: auto;
		position: static;
	}
	
	div.galleryimg_text
	{
		width: 100%;
		margin: 0 auto;
	}
	
	p.galthumb_title
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 48px;
		font-weight: bold;
		margin: 0;
		margin-top: 8px;
		text-align: center;
	}
	
	p.galthumb_price
	{
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 42px;
		margin: 0;
		text-align: center;
	}
	
	img.bigimg
	{
		max-width: 90%;
		max-height: 700px;
		display: block;
		margin: 0 auto;
	}
	
	div.imgcontainer
	{
		width: 100%;
		max-height: none;
		margin: 0 auto;
	}
	
	p.imgname
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 64px;
		font-weight: bold;
		width: 600px;
	}
	
	p.imgdescr
	{
		margin-top: 3px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		font-family: 'yu_gothic_ui_light';
		color: #7F7E7E;
		font-size: 40px;
		font-weight: bold;
		width: 600px;
	}
	
	div.gallery-menu
	{
		z-index: 0;
		display: none;
	}
}