﻿#header {
	background-image: url('images/Toronto.png');
	background-repeat: no-repeat;
}
#header a {
	text-decoration: none;
	color: white;
}
#header a:hover {
	color: #F6738C;
	transition:color 1s;
}

#copyright {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-small;
}
#footer a {
	text-decoration: none;
	color: white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#content {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 200px;
}
#footer {
	padding: 5px;
	color: white;
	margin-top: 50px;
	background-color: rgb(38, 46, 69);
}
#allPage {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	position: relative;
}
#nav {
	padding-top: 80px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
	color: white;
	position: absolute;
	top: 250px;
	left: 0px;
	right: 36px;
	bottom: 80px;
	padding-left: 10px;
	background-color: rgb(38, 46, 69);
}
#nav a {
	text-decoration: none;
	color: white;
}
#nav a:hover {
	transition: 1s;
	color: white;
	text-decoration: underline;
}
#nav a:active {
	color: white;
}
#nav a:visited {
	color: white;
}


/*#buttons {
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}*/
#logo {
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
}
.headerTitle {
	background: rgba(0, 45, 83, 0.7);
	width: 980px;
	height: 30px;
	position: absolute;
	top: 220px;
}
#textNav{
	color: white;
	text-align: center;
	padding: 5px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bold;
}


/* Style all font awesome icons */
.fa-facebook{
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

.fa-twitter{
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}


/* Add a hover effect if you want */
.fa-facebook:hover {
	color: #F6738C;
	transition:color 1s;
}
.fa-twitter:hover {
	color: #F6738C;
	transition:color 1s;
}


/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  color: white;
}

/* Twitter */
.fa-twitter {
  color: white;
}
#agentName {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: white;
	font-weight: 900;
	font-size: 85px;
	position: absolute;
	top: 30px;
	left: 500px;
	text-transform: capitalize;
	font-variant: small-caps;
}

#footer a:hover {
	transition:color 1s;
	color: #F6738C;
}

