/* CSS Stylesheet for TPowerArt Website */

@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* Imports the Open Sans font from Google Fonts */

a { /* Generic anchor tags */
	color: #32981F; /* Green */
	text-decoration: none;
	transition: all 0.3s ease;
}

a.active {
	box-shadow: inset 0 -0.3em white;
}

a.header {
	color: #FFFFFF; /* White */
}

a:hover {
	color: #000000; /* Black */
}

a.footer {
	color: #FFFFFF; /* White */
	display: block;
	font-size: 1vw;
	font-weight: bold;
	height: 100%;
}

a.gallery {
	color: #95989A; /* Grey */
	cursor: pointer;
}

a.gallery:hover {
	color: #000000; /* Black */
}

a.gallery:hover .overlay {
	opacity: 1;
}

a.gallery:hover .aoverlay {
	opacity: 1;
}

a.gallery:hover .soverlay {
	opacity: 1;
}

a.gallery:hover div.image {
	opacity: 0.5;
}

a.gallery:hover div.simage {
	opacity: 0.5;
}

a.message {
	color: #95989A;
	cursor: pointer;
}

a.message:hover {
	color: #32981F;
}

a.navigation {
	color: #FFFFFF; /* White */
	display: block;
	font-size: 1.5vw;
	font-weight: bold;
	height: 100%;
	line-height: 2.75vw;
	text-shadow: 0 5px 15px #000000; /* Black */
}

a.search {
	color: #95989A; /* Grey */
	cursor: pointer;
	display: inline-block;
	height: 4vw;
	width: 100%;
}

a.footer:hover, a.header:hover, a.navigation:hover, a.search:hover, a.selected { /* Mass styling of anchor tags */
	color: #32981F; /* Green */
}

b {
	font-size: 1vw;
}

br.hidden { /* Doesn't display unless on mobile */
	display: none;
}

button { /* Generic button */
	background-color: #32981F; /* Green */
	border: none;
	border-radius: 2px;
	color: #FFFFFF; /* White */
	font-size: 1vw;
	height: 2vw;
	transition: all 0.3s ease;
	width: 10vw;
}

button.collapse { /* Menu button */
	background-color: transparent;
	background-image: url(images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	border: none;
	display: none;
	float: right;
	height: 93%;
	margin: 0;
	margin-top: 0.4vw;
	max-width: 100px;
	width: 25%;
}

button.slide { /* Slideshow button */
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	height: 2vw;
	margin-top: 1vw;
	width: 2vw;
}

div.about, div.exhibitions { /* About page, exhibitions page */
	font-size: 0;
	margin: 0 auto;
	min-height: 40vw;
	padding-bottom: 4vw;
	text-align: left;
	width: 75%;
}

div.aboutimages {
	height: 32vw;
	max-height: 550px;
	position: relative;
	width: 100%;
}

div.admin, div.messages, div.user {
	border: 20px solid #DFDFDF; /* Light Grey */
	border-top: 0;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 3vw;
	margin-top: 3vw;
	width: 75%;
}

div.admin {
	min-height: 100vw;
}

div.aimages {
	max-height: 50vw;
	min-height: 20vw;
	overflow: auto;
	padding-bottom: 2vw;
	padding-top: 3vw;
	text-align: center;
	width: 100%;
}

div.buttons { /* Slideshow buttons */
	bottom: 0;
	height: 15%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

div.contact { /* Contact form */
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 5vw;
	min-height: 45vw;
	width: 75%;
}

div.copyright { /* Copyright information */
	color: #FFFFFF; /* White */
	display: inline-block;
	font-size: 1vw;
	font-weight: bold;
	padding: 2vw;
	position: absolute;
	right: 0;
	top: 0;
}

div.slideimage { /* Slideshow image */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 85%;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

div.edit {
	box-sizing: border-box;
	min-height: 30vw;
	padding: 3vw;
	width: 100%;
}

div.exhibitions { /* Exhibitions page */
	font-size: 0;
	margin: 0 auto;
	text-align: left;
	width: 75%;
}

footer {
	background-color: #95989A; /* Grey */
	height: 10vw;
	position: relative;
	width: 100%;
}

div.gallery {
	font-size: 0;
	min-height: 100vw;
	transition: all 0.3s ease;
	width: 100%;
}

div.g-recaptcha {
	padding: 1vw;
	padding-left: 0;
}

header {
	background-color: #32981F;
	background-image: url("images/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 6vw;
	width: 100%;
}

div.image, div.simage { /* Gallery image */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	transition: all 0.3s ease;
	width: 100%;
}

div.background {
	background-color: #000000;
	height: 80%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div.image2 { /* Inner image element */
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	margin: 0 auto;
	max-height: 1000px;
	max-width: 1000px;
	width: 100%;
}

div.image3 { /* Admin message image */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 80%;
	padding: 1vw;
	width: 20%;
}

div.imageadmin, div.imagesadmin { /* Gallery image container */
	box-sizing: border-box;
	display: inline-block;
	height: 9vw;
	margin-left: 0.5%;
	margin-right: 0.5%;
	position: relative;
	width: 15%;
}

div.imagesadmin {
	width: 18.3%;
}

div.imagecontainer { /* Gallery image container */
	box-sizing: border-box;
	display: inline-block;
	height: 15vw;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 23%;
}

div.images { /* Gallery area */
	border-left: 2px solid #95989A; /* Grey */
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	margin-bottom: 5vw;
	min-height: 90vw;
	padding: 2vw;
	width: 75%;
}

div.information { /* Information about the full size image */
	box-sizing: border-box;
	color: #95989A; /* Grey */
	display: inline-block;
	float: right;
	font-size: 2vw;
	padding: 1vw;
	padding-left: 3vw;
	width: 25%;
}

div.spacer { /* Top right hand corner */
	box-sizing: border-box;
	color: #FFFFFF; /* White */
	display: inline-block;
	float: right;
	font-size: 1.2vw;
	height: 50%;
	padding-top: 1vw;
	text-align: right;
	width: 100%;
}

div.largeimage { /* Full size image */
	border-right: 2px solid #95989A; /* Grey */
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	height: 100%;
	left: 0;
	padding: 2vw;
	position: absolute;
	top: 0;
	width: 75%;
}

div.login { /* Contact form */
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 5vw;
	min-height: 30vw;
	width: 50%;
}

div.logo { /* Header title */
	float: left;
	height: 100%;
}

div.mainimage { /* Entire div for the full size image */
	font-size: 0;
	margin-bottom: 5vw;
	min-height: 50vw;
	position: relative;
	width: 100%;
}

div.mainimage2 {
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 25vw;
	width: 50%;
}

div.message { /* Form response message */
	color: #95989A; /* Grey */
	font-size: 1.5vw;
	text-align: center;
	width: 100%;
}

div.messages {
	display: none;
	min-height: 50vw;
	padding-bottom: 3vw;
}

div.message2 {
	float: right;
	font-size: 1.25vw;
	width: 75%;
}

div.mobile { /* Mobile navigation bar */
	background-color: #32981F; /* Green */
	box-sizing: border-box;
	display: none;
	height: 0;
	transition: height 0.25s ease;
}

div.msg {
	font-size: 1.25vw;
	margin: 0 auto;
	margin-top: 2vw;
	min-height: 10vw;
	padding: 1vw;
	text-align: left;
	width: 80%;
}

div.msgs {
	border: 1px solid #95989A;
	border-radius: 3px;
	height: 10vw;
	margin: 0 auto;
	margin-top: 2vw;
	padding: 1vw;
	width: 80%;
}

nav { /* Desktop navigation bar */
	float: right;
	height: 100%;
	margin-right: 1vw;
}

div.overlay, div.aoverlay, div.soverlay { /* Hover effect on images */
	background-color: #32981F; /* Green */
	border: 2px solid #FFFFFF; /* White */
	border-radius: 5px;
	color: #FFFFFF; /* White */
	font-size: 1.5vw;
	height: 20%;
	left: 25%;
	line-height: 3vw;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 0.07s cubic-bezier(.37,.56,.89,.61);
	top: 30%;
	width: 50%;
}

div.aoverlay, div.soverlay {
	font-size: 1.2vw;
	line-height: 1.75vw;
}

div.preload { /* Invisible image preloading div */
	background-image: url('images/slideshow/0.jpg'); /* Set the background image to the first one to automatically preload it. */
	display: none;
}

div.recent { /* Recent additions section */
	font-size: 0;
	margin: 0 auto;
	margin-bottom: 5vw;
	text-align: center;
	width: 70%;
}

div.search { /* Search pane on gallery page */
	box-sizing: border-box;
	color: #95989A; /* Grey */
	display: inline-block;
	float: left;
	font-size: 2vw;
	padding: 1vw;
	padding-left: 3vw;
	width: 25%;
}

div.slideshow {
	height: 30vw;
	margin: 0 auto;
	max-height: 470px;
	overflow: hidden;
	position: relative;
	width: 75%;
}

div.label { /* Footer text */
	bottom: 0;
	color: #FFFFFF; /* White */
	font-size: 1vw;
	left: 0;
	padding: 2vw;
	padding-left: 2.5vw;
	position: absolute;
}

div.textedit {
	min-height: 50vw;
	padding: 3vw;
}

div.unread {
	background-color: #32981F;
	color: #FFFFFF;
}

div.user {
	display: none;
}

div.wheelofdoom {
	animation: spin 5s linear infinite;
	border: 10px solid #95989A;
	border-radius: 50%;
	border-top: 10px solid #32981F;
	height: 10vw;
	margin: 0 auto;
	margin-top: 2.5vw;
	min-height: 60px;
	min-width: 60px;
	width: 10vw;
}

@keyframes spin {
	0% {transform: rotate(0deg); }
	100% {transform: rotate(360deg); }
}

div.whitened {
	opacity: 0.5;
}

h1 { /* Header title text */
	float: left;
	font-size: 3vw;
	margin-left: 2vw;
	margin-top: 0.8vw;
	text-shadow: 0 5px 15px #000000; /* Black */
	white-space: nowrap;
}

h2 { /* In-page titles */
	background-color: #DFDFDF; /* Light Grey */
	color: #95989A; /* Grey */
	font-size: 4vw;
	height: 7vw;
	padding-top: 1vw;
	text-align: center;
	white-space: nowrap;
}

h2.admin {
	font-size: 2.5vw;
	height: 4vw;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

h3 { /* Image subtitles */
	bottom: 0;
	font-size: 1.1vw;
	height: 20%;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

h3.home { /* Image subtitles, home page */
	color: #95989A; /* Grey */
}

h4 { /* Search headings */
	font-size: 2.4vw;
	margin-bottom: 1vw;
	margin-top: 0;
}

h5 { /* Search items */
	font-size: 1.5vw;
	margin-bottom: 1vw;
	margin-top: 0;
}

h5.desc {
	font-weight: normal;
}

h5.selected { /* Active search items */
	color: #32981F; /* Green */
}

h6 { /* Form headings */
	color: #95989A; /* Grey */
	font-size: 1.2vw;
	margin-bottom: 0vw;
	margin-top: 0vw;
}

h7 { /* Image subtitles */
	bottom: 0;
	font-size: 0.8vw;
	height: 20%;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

h7.darkened {
	color: #000000;
}

html {
	overflow: auto;
}

html, body {
	background-color: #FFFFFF; /* White */
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	width: 100%;
}

iframe {
	width: 100%;
}

img.about { /* About/exhibitions page images */
	box-sizing: border-box;
	height: 32vw;
	max-height: 460px;
	padding: 4vw;
	padding-top: 0;
	position: absolute;
}

input, select {
	background-color: #FFFFFF; /* White */
	border: 1px solid #95989A; /* Grey */
	border-radius: 2px;
	box-sizing: border-box;
	color: #000000; /* Black */
	font-size: 1vw;
	height: 2vw;
	transition: all 0.3s ease;
	width: 90%;
}

input[type=checkbox] {
	margin-bottom: 1vw;
	margin-left: 1vw;
	width: 2vw;
}

input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

input.contact { /* Contact page input field */
	display: inline-block;
	margin-bottom: 1vw;
	width: 50%;
}

input.login { /* Login page input field */
	margin-bottom: 1vw;
	width: 100%;
}

input.search { /* Text boxes for price */
	width: 5vw;
}

label { /* Generic button */
	background-color: #32981F; /* Green */
	border: none;
	border-radius: 2px;
	cursor: pointer;
	color: #FFFFFF; /* White */
	display: inline-block;
	font-size: 1vw;
	height: 2vw;
	margin-bottom: 1vw;
	line-height: 2vw;
	text-align: center;
	transition: all 0.3s ease;
	width: 10vw;
}

li { /* List item */
	display: inline-block;
	height: 100%;
	padding-left: 1.65vw;
}

li.mobile { /* Mobile list item */
	height: 100%;
	padding: 0;
	text-align: center;
	width: 20%;
}

p {
	color: #000000; /* Black */
	font-size: 1.2vw;
}

p.exhibitions {
	text-align: left;
	font-size: 1.5vw;
}

p.login {
	float: left;
	font-size: 1.5vw;
	margin: 0;
	padding: 0;
	padding-bottom: 1vw;
}

p.textsaved {
	color: #95989A;
	display: inline;
	font-size: 1.2vw;
	margin: 0;
	text-align: left;
	width: 10vw;
}

select { /* Select field */
	margin-bottom: 1vw;
	width: 50%;
}

textarea {
	border: 1px solid #95989A; /* Grey */
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1vw;
	height: 18vw;
	transition: all 0.3s ease;
	white-space: pre-wrap;
	width: 100%;
}

textarea.small {
	height: 4vw;
	margin-bottom: 1vw;
	width: 50%;
}

ul { /* Navigation list */
	font-size: 1vw;
	height: 50%;
	margin: 0;
}

ul.footer { /* Navigation list on footer */
	height: auto;
	left: 0;
	padding: 2vw;
	padding-left: 1vw;
	position: absolute;
	top: 0;
}

ul.mobile { /* Mobile navigation list */
	font-size: 0;
	height: 50px;
	padding: 0;
	width: 100%;
}

div.editing {
	opacity: 1;
}

@media screen and (max-width: 1000px) { /* Styling rules for smaller devices */
	a.navigation {
		font-size: 15px;
		line-height: 50px;
		text-shadow: none;
	}
	a.navigation:hover {
		color: #FFFFFF; /* White */
	}
	a.search {
		height: 7vw;
	}
	br.hidden { /* Display hidden line breaks in footer */
		display: block;
	}
	button, label {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		margin: 0.2vw;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	button.collapse { /* Display hamburger menu button */
		display: block;
	}
	button.slide {
		font-size: 15px;
		height: 90%;
		margin: 0;
		line-height: 1vw;
		padding: 0;
		width: 30px;
	}
	button.gallery {
		height: 60px;
		width: 300px;
	}
	div.aboutimages {
		height: 90vw;
		max-height: none;
		min-height: 320px;
		text-align: center;
	}
	div.aimages {
		min-height: 300px;
	}
	div.aoverlay, div.soverlay {
		display: none;
		font-size: 18px;
		line-height: 3.5vw;
	}
	div.buttons {
		height: 35px;
		padding-bottom: 10px;
	}
	div.copyright {
		font-size: 15px;
		left: 0;
		padding: 15px;
		padding-bottom: 0;
		white-space: nowrap;
		width: 90%;
	}
	footer {
		height: 95px;
	}
	div.gallery {
		min-height: 165vw;
	}
	div.imageadmin, div.imagesadmin {
		height: 20vw;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
	div.imagesadmin {
		width: 47%;
	}
	div.imagecontainer {
		height: 300px;
		width: 60%; /* Full width for better single column display on small screens */
	}
	div.images {
		min-height: 155vw;
		text-align: center;
		width: 60%;
	}
	div.information {
		padding: 1vw;
		position: static;
		text-align: center;
		width: 100%; /* Full width for single column display */
	}
	div.largeimage {
		border: none;
		height: 500px;
		margin: 0;
		position: static;
		width: 100%;
	}
	div.logo {
		width: 75%;
	}
	div.mainimage {
		height: 900px;
	}
	div.message {
		font-size: 18px;
	}
	div.mobile {
		display: block;
	}
	nav {
		display: none;
	}
	div.overlay { /* No overlay on mobile, as it doesn't look good */
		display: none;
	}
	div.editing {
		display: block;
	}
	div.recent { /* Reduce size so images aren't pixelated on large tablets */
		width: 50%;
	}
	div.search { /* Make search wider for better access */
		width: 40%;
	}
	div.slideshow { /* Set a static height to prevent it getting too small */
		height: 350px;
	}
	div.label {
		display: none; /* Don't need extra text on footer */
	}
	div.wheelofdoom {
		height: 120px;
		margin-top: 75px;
		width: 120px;
	}
	header {
		height: 100px;
	}
	h1 {
		font-size: 40px;
		line-height: 100px;
		margin-top: 0;
	}
	h2 {
		font-size: 44px;
		height: 75px;
	}
	h2.admin {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	h5 {
		font-size: 3vw;
	}
	h6 {
		font-size: 18px;
	}
	h7 {
		font-size: 2vw;
	}
	img.about {
		/* height: 38vw; */
		height: auto;
		max-height: none;
		min-height: 150px;
		position: static;
		width: 60%;
	}
	input.contact, input.login {
		font-size: 18px;
		height: 25px;
		width: 100%; /* Set to single column, full width because this looks better */
	}
	input.search {
		height: 20px;
		width: 50px;
	}
	input[type=checkbox] {
		float: right;
		height: 20px;
		width: 20px;
	}
	p {
		font-size: 18px;
	}
	p.exhibitions {
		font-size: 22px;
	}
	p.login {
		font-size: 18px;
	}
	p.textsaved {
		font-size: 18px;
	}
	select {
		font-size: 18px;
		height: 25px;
		width: 100%;
	}
	textarea {
		font-size: 18px; /* Fix font size so it is reasonable and readable */
		height: 300px;
	}
	textarea.small {
		height: 50px;
		width: 100%;
	}
	ul.footer { /* No need for navigation on footer */
		display: none;
	}
}
@media screen and (max-width: 750px) {
	div.imagecontainer { /* Intermediate size between 1000px and 450px settings */
		width: 80%;
	}
}
@media screen and (max-width: 450px) { /* Styling rules for the smallest devices */
	a.navigation { /* Make font smaller so it fits */
		font-size: 3.5vw;
	}
	div.aboutimages {
		height: 155vw;
	}
	div.g-recaptcha {
		margin-top: 6vw;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	div.imagecontainer { /* Make images 100% wide because the screen size is so small */
		width: 100%;
	}
	div.aoverlay, div.soverlay {
		font-size: 12px;
	}
	h1 { /* Reduce font size so that it fits within the width of the page */
		font-size: 7vw;
		line-height: 100px;
		margin-bottom: 0;
		margin-left: 18px;
		margin-top: 0;
	}
	h2 { /* Reduce font size so that it fits within the width of the page */
		font-size: 8vw;
		height: 75px;
		line-height: 75px;
		margin-top: 36px;
		padding-top: 0;
	}
	h2.admin {
		font-size: 18px;
	}
	h7 {
		font-size: 3vw;
	}
	img.about {
		width: 100%;
	}
}
@media screen and (min-width: 1921px) { /* Styling rules for larger screens */
	a, b, button {
		font-size: 28px;
	}
	a.active {
		box-shadow: inset 0 -12px white;
	}
	a.footer, div.copyright, div.label {
		font-size: 24px;
	}
	a.footer {
		line-height: 75px;
	}
	a.gallery {
		font-size: 28px;
	}
	a.navigation {
		font-size: 28px;
		line-height: 75px;
	}
	a.search {
		height: 75px;
	}
	button {
		height: 50px;
		width: 250px;
	}
	button.slide {
		font-size: 24px;
		height: 40px;
		margin-top: 20px;
		width: 40px;
	}
	div.about, div.exhibitions {
		min-height: 900px;
	}
	div.aboutimages {
		height: 640px;
	}
	div.admin {
		margin-top: 75px;
	}
	div.contact {
		min-height: 1000px;
	}
	div.copyright {
		padding: 65px;
		line-height: 75px;
	}
	div.edit {
		min-height: 500px;
	}
	footer {
		height: 300px;
	}
	div.gallery {
		min-height: 1900px;
	}
	header {
		background-image: url("images/header4k.jpg");
		height: 150px;
	}
	div.imagecontainer { /* Gallery image container */
		height: 300px;
		width: 300px;
	}
	div.images {
		min-height: 1750px;
	}
	div.information {
		padding-left: 50px;
	}
	div.spacer {
		font-size: 24px;
		line-height: 75px;
		padding-top: 0;
	}
	div.message {
		font-size: 28px;
	}
	div.message2 {
		font-size: 28px;
	}
	div.msg {
		font-size: 28px;
	}
	div.overlay {
		font-size: 36px;
		line-height: 52px;
	}
	div.recent {
		margin-bottom: 50px;
	}
	div.search {
		font-size: 24px;
		padding: 25px;
		padding-left: 75px;
	}
	div.slideshow {
		height: 470px
	}
	div.label {
		padding: 65px;
	}
	div.wheelofdoom {
		height: 200px;
		margin-top: 50px;
		width: 200px;
	}
	h1 {
		margin-left: 50px;
		margin-top: 25px;
	}
	h1, h2 {
		font-size: 72px;
		height: 140px;
	}
	h2.admin {
		font-size: 54px;
		height: 80px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 44px;
		margin-bottom: 20px;
	}
	h5 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h6 {
		font-size: 28px;
	}
	img.about {
		margin: 2vw 15vw 2vw 15vw;
		padding: 0;
		height: 400px;
	}
	input.contact {
		height: 50px;
		margin-bottom: 25px;
	}
	input.search {
		height: 50px;
		width: 100px;
	}
	input[type=checkbox] {
		height: 50px;
		width: 50px;
	}
	label {
		font-size: 28px;
		height: 50px;
		line-height: 50px;
		width: 250px;
	}
	li.footer {
		padding-left: 60px;
	}
	p {
		font-size: 28px;
	}
	p.exhibitions {
		font-size: 32px;
	}
	p.login, p.textsaved {
		font-size: 36px;
	}
	select {
		height: 50px;
	}
	ul.footer {
		padding: 65px;
		padding-left: 0;
	}
	textarea {
		min-height: 300px;
	}
	textarea.small {
		height: 100px;
	}
}