.mnt {
	background-image: url(imgs/montroyal2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 100%;
	height: 500px;
	Position: fixed;
	Bottom: 0;
		z-index: -1;
}

#bg_image {
	position: fixed;
	height: auto;
	width: 100%;
	Bottom: 0 px;
}
h1 {
	text-align: left;
	margin: 10px;
	padding: 0;
	font-family: "Advent Pro";
	font-size: 100px;
	line-height: 100px;
	font-weight: 100;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Advent Pro";
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
	color: #000;
}
h3 {
	font-family: "Adamina";
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #ccc;
}

h3:hover{
	background-color: #D4A057;
	}


p{
	font-family: "Adamina";
	font-size: 12px;
	}

ul {
  list-style: none;
  margin: 0;
  padding: 0;

}


li {
list-style: none;
  font: 300 15px "Advent Pro";
  border-bottom: 1px dashed #ccc;
  float: left;
  margin-right: 20px;
  margin-left: 5px;
}
 
li:last-child {
  border: none;
}
 
li a {
  text-decoration: none;
  color: #000;
  display: block;

  -webkit-transition: background-color 2s ease;
  transition: background-color 2s ease;
}
 
li a:hover {
	background-color:#D7CB66;
	
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}


#go a:hover{
	background-color:#D4A057;
	}
	
#intro {
	position: relative;
	padding: 10px;
	left: 0px;
	height: auto;
	border-bottom: 1px dashed #ccc;
}

#intro p {
font-size:11px;
}

#tro {
	left: 0px;
	font: 300 15px "Advent Pro";
}

.caption {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: -43px;
	background-position: 255;
	padding:10px;
	position: absolute;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .5);	
	width: 54%;
}


.sub {
	float: left;
	z-index: -1;
}

.toc {
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .5);
	float: left;
	width: 300px;
	height: 100%;
	border-right: 1px dashed #ccc;
	z-index: 20;
}

.toc img {max-width:300px}

.content {
	float: left;
	z-index: -1;
	padding-left: 20px;
	width: 55%;
	height: 100px;
}
a {
	font-family: "Advent Pro";
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #000;
}

a:hover {
	background-color: #D4A057;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.embed-container-map {
    position: relative;
    padding-bottom: 90%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container-map iframe,
.embed-container-map object,
.embed-container-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
	width: 100%;
	height: 10em;
}

#main-img {
	height: auto;
	width: 100%;
	position: static;
}
.text {
	float:left;
}

.text a{
	font-family: "Adamina";
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #ccc;
}

.imgone {
	width: 100%;
	height: 300px;
}

#first {
	width: 100%;
	height: auto;
}
.clearme {
	clear: both;
	height: 10px;
	width: 100%;
	z-index:500;
}

.footer {
	height: 80px;
	width: 100%;
	Position: fixed;
    Bottom: 0;
	float:right;
}

#logo {
	height: auto;
	width: 100%;
	float: left;
}
