body {
	background-image: url("../img/scottish_flag.jpg");
	background-size:  100%;
	background-repeat: no-repeat;
	background-color: #00001f;
}

h1 {
	color: white;
	text-align: center;
	font-family: sans-arial, verdana, helvetica;
	background-color: rgba(0,0,0,0.7);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

fieldset {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

::-moz-selection{
	color: white;
	background: #2322ae;
}
::selection{
	color: white;
	background: #4352ae;
}
label {
	float: left;
	width: 250px;
	clear: left;
	text-align: right;
	margin: 5px;
	padding-top: 3px;
	padding-right: 1em;
}

input{
	width: 100%;
	height: 100%;
	border: 1px;
	border-radius: 4px;
	box-shadow: 0 1px 3px #000000 inset;
	box-sizing: border-box;
	display: inline-block;
	margin: 8px 0;
	font-size: 14px;
	padding: 12px 20px;
	float: center;
}

input:focus{
	box-shadow: 0 1px 1px rgba(0,0,0,1.0) inset, 0 0 8px rgba(80, 148, 210, 0.9);
}
div.output{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 940px;
	font-size: 24px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
}
button.translate{
	background-color: #1c50cf;
	border: medium none;
	color: white;
	border-radius: 4px;
	margin: 14px 0 8px;
	padding: 12px 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
	box-shadow: 0 1px 3px #ddd inset;
}
button.translate:hover{
	background-color: #3e309f;
}
div.examples{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 940px;
	font-size: 18px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
}
p{
		text-align: left;
		padding-left: 40px;
		margin-bottom: 0px;
		text-decoration: underline;;
}
button.examples{
	color: #dddddd;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #333333;
	margin: 14px 0 8px;
	padding: 12px 20px;
	width: 100%;
	--display: inline-block;
	--box-shadow: 0 1px 3px #ddd inset;
}
button.examples:hover{
	border-color: #ffffff;
	color: white;
}

div{
	padding-top: 14px;
	text-align: center;
}

div.copyright{
	background-color: rgba(0, 0, 0, 0.5);
	--position: absolute;
	right: 1.5%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
	--margin-top: 40px;
	position: fixed;
	bottom: 30px;
	width: 28%;
	font-size: 18px;
	color: white;
}
