*{
	margin: 0;
	padding: 0;
}
.bg{
	background-image:url(http://www.torontoattractions.org/toronto3.jpg);
	width:942px;
	height:255px;
	background-repeat:no-repeat;
}
.bg a:link {
	color: #000000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.bg a:visited {
	color: #000000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.bg a:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.bg a:active {
	color: #000000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.main{
	max-width: 942px;
	margin: 0 auto;
	border: 1px solid #000;
}
.header{
	position: relative;
}
.header img{
	width: 100%;
}
.header-btn {
    position: absolute;
    bottom: 37px;
    right: 65px;
}
.header-btn a {
    font-size: 18px;
    font-weight: bold;
    margin: 0 50px;
    color: #fff;
}
.header-btn a:hover {
    text-decoration: underline;
}
.content{
	position: relative;
    overflow: hidden;
	background: #fff;
}
.menu {
	position: absolute;
	top: 0;
	left: 0;
    width: 20%;
    background: #3D63CE;
	height: 100%;
    padding-top: 40px;
}
.menu a {
    background: #2E51AF;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    margin-bottom: 3px;
}
.main-content {
    width: 80%;
    float: right;
}
.right-content {
    width: 90%;
    margin: 0 5%;
    float: right;
}
.right-content img {
    margin-top: 15px;
	max-width: 100%;
}
.blue-head1 {
    font-weight: 400;
    margin: 15px 0;
}
.main-content p{
    font-size: 13px;
    margin: 10px 0;
}
.click {
    color: #2E51AF;
    font-size: 13.4px;
    margin: 20px 0;
    display: block;
}
.footer {
    width: 100%;
    float: left;
    background: #3D63CE;
    color: #fff;
    padding: 20px 30px;
	margin-top: 80px;
	position: relative;
	text-align: center;
}
.adjust {
    position: absolute;
    top: -41px;
    left: 0;
}
.mobile-menu {
    position: relative;
    padding: 0;
	cursor: pointer;
	width: 96%;
	margin: 0 2%;
	padding: 5px 0;
	display: none;
}
.mobile-menu h3 {
    font-size: 24px;
	color: #fff;
}
.mobile-menu img {
    position: absolute;
    top: 10px;
    right: 0;
}

@media screen and (max-width: 1023px){
	.header-btn {
		bottom: 35px;
		right: 8px;
	}
	.header-btn a {
		margin: 0px 4px;
		background: #1EA2CE;
		padding: 7px 20px;
		border-radius: 10px;
	}
	.menu {
		width: 25%;
	}
	.main-content {
		width: 75%;
	}
}


@media screen and (max-width: 767px){
	.header-btn {
		bottom: 30px;
	}
	.menu {
		width: 100%;
		position: inherit;
		padding: 0;
		height: inherit;
	}
	.mobile-menu{
		display: block;
	}
	.menu li,
	.adjust{
		display: none;
	}
	.menu a {
		font-size: 15px;
		text-align: center;
		margin-bottom: 1px;
	}
	.main-content {
		width: 100%;
	}
}



@media screen and (max-width: 639px){
	.footer {
		width: 90%;
		margin-top: 40px;
	}
}



@media screen and (max-width: 479px){
	.blue-head1 {
		font-size: 18px;
	}
	.header-btn {
		bottom: 18px;
	}
	.header-btn a {
		font-size: 8px;
	}
	.footer {
		width: 85%;
	}
}








