/*
 * Copyright 2012 soundarapandian
 * Licensed under the Apache License, Version 2.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Start : Override Bootstrap navigation */
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: opensans, arial, Sans-Serif;
	font-size: 12pt;
	padding: 0px;
	background-color: #222222;
	background-image: url('/Images/stars.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

body.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
}

div.content {
	max-width: 640px;
	margin: 0px auto;
	position: relative;
}

div.page-title {
	padding: 1rem 3%;
	background-color: #b6ccd7;
	color: #ffffff;
}

h1 {
	width: 100%;
	font-size: 130%;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	font-weight: 900;
}

h3 {
	font-size: 130%;
	color: #695a8b;
	font-weight: 900;
	text-align: center;
}

div.container {
	background-color: #ffffff;
	max-width: 640px;
	margin: 0px auto;
	padding: 1rem 3%;
	position: relative;
}

.section {
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px 0px 2rem 0px;
	box-sizing: border-box;
}

.map {
	padding: 0px;
	overflow: hidden;
}

.media-embed {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0px;
}

.media-embed iframe {
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
}

.visitor-book-body {
	margin-bottom: 1rem;
}

input, textarea, .btn {
	border: 1px solid #007088;
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
	box-sizing: border-box;
	xxheight: 2em !important;
}

.btn {
	background-color: #007088;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
}

.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
	border: 1px solid #999999 !important;
	background-color: #999999 !important;
}

.moderated {
	font-size: 90%;
}

.message-list .message-item {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.message-list .message-item .message-image {
	width: 60px;
	float: left;
	margin-top: 0.3rem;
}

.message-list .message-item .message-date {
	font-size: 90%;
	font-style: italic;
	padding: 3px 0;
	margin-left: 60px;
}

.message-list .message-item .message-content {
	margin-left: 60px;
}



/* fonts */
@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Light.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Bold.ttf');
	font-weight: 900;
}

