﻿@font-face {
    font-family: mySansFont;
    src: url(../fonts/CaviarDreams.ttf);
}
body{
	font-family:mySansFont, sans-serif;
    color:black;
    font-size:14pt;
    background-color:#665371;
}
section{
    background-image:url('../media/sunsetOverCalmWater.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    width:auto;
    height:600px;
}
div{
	text-align:left;
	background-color:#d5c7d6;
	width:600px; 
	padding:10px;
	box-shadow:10px 10px 10px  black;
	opacity:.6;
}
h1{
	font-size:24pt;
	float:left;
	margin-top:10px;
}
input:focus { 
    background-color: #524c6e;
    color:white;
}
p{
	font-size:12pt;
	font-weight:900;
	text-align:center;
}
.inputButton{
	font-size:14pt;
	width: 200px; 
	height: 60px;
	font-size:12pt;
	background-color: #524c6e;
	color:white;
}
.formEntry{
	text-align:center;
	width:200px;
	height:30px;
	font-size:12pt;
}
.output{
	border:5px double #524c6e; 
	border-right:none;
	border-left:none;
	font-size:16pt;
	padding:20px;
	background-color:white;
	text-align:left;
}
.center{
	margin-left:auto;
	margin-right:auto;
}