/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: canada-type-gibson, Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #797f89;
	font-size: 14px;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #797f89;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
    background-color: rgb(255,255,255);
	float: right;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.line {
    max-width: 60px;
	border: 0px ;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
	background: url(../img/2015Bayside_6867.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header img{
	width: 250px;
	padding: 20px;
	border: solid 1px #797f89;
	margin-bottom: 150px;
}
.red-banner{
	padding: 40px;
	background-color: #797f89;
	text-align: center;
	width: 100%;
	position: absolute;
    left: 0px;
	top: 0px;
}
.red-banner h1{
	color: #ffffff;
	font-size: 46px;
	margin: auto;
}
/* About */

.about {
    padding: 50px 0;
}

/* form */
.registerform{
	background-color: #797f89;
	color: #FFF;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
}
.registerform img{
	margin-top: -50px;
    float: right;
	width: 110px;
	margin-left: 40px;
	
}
.registerform h3{
	margin-top: 35px;
}
.flow{
	overflow: hidden;
	margin-top: 50px;
}


/* Callout */

/*
.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
*/

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item p{
	font-size: 10px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}



/* Footer */

.footer {
    padding-top: 20px;
	font-size: 10px;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}


