@charset "utf-8";
/* CSS Document */ 

body{
   	background-color: #FFFFFF;
	width: 1600px;		
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
    }


.column {
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 100px;
  }

.C1. {
	width: 100px;
	height: 100px;
}

.C2 {
	width: 733px;
	height: 100px;
}
.C3 {
  width: 162px;
}

.column2 {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	height: 630px;
  }

.R2C1 {
    border: 0px;
    width: 1562px;
}

.R2C2 {
  width: 184px;
}

.imageblank{
	width: 184px;
	padding: 0;
	border: 0;
	margin: 0;
}

.image {
	width: 184px;
	height: 112.5px;
	padding: 0;
	border: 0;
	margin: 0;
}

.row2 {
	padding: 0;
	border: 0;
	margin: 0;
}


/* Clear floats after the columns */
.row1 .row2:after {
  content: "";
  display: table;
  clear: both;
}
	
/ NEW /	

* {
  box-sizing: border-box;
}

.bg-img {
    /* The image used */
    background-image: url(Images/Background-images1.jpg);
    width: 1600px;
    height: 820px;
    margin-left: 0;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Add styles to the form container */
.container {
    position: absolute;
    left: 65%;
    margin: 20px;
    max-width: 400px;
    padding: 16px;
    background-color: white;
	opacity: 0.8;
    width: 342px;
    top: 50px;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.btn:hover {
  opacity: 1;
}

h1 {
    font-family: "Helvetica 65";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 20px;
    text-indent: 0px;
    text-align: center;
    margin-bottom: 0px;
  	}

p {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 18px;
    letter-spacing: -0.3px;
    text-indent: 0px;
    text-align: left;
    margin-bottom: 0px;
	}

pnotes {
    font-family: "Helvetica Neue LT Std 55 Roman";
    font-size: 10px;
    letter-spacing: -0.3px;
    text-indent: 0px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 120px;
    margin-right: 10px;
	}


}
