/* CSS Document */
@font-face {
    font-family: 'bentham';
    src: url('../fonts/Bentham/bentham-webfont.eot');
    src: url('../fonts/Bentham/bentham-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bentham/bentham-webfont.woff') format('woff'),
         url('../fonts/Bentham/bentham-webfont.ttf') format('truetype'),
         url('../fonts/Bentham/bentham-webfont.svg#bentham') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url("../images/background.jpg");
	background-color: rgb(79,1,118);
	background-size: 200%;
}

header {
	background-color: rgb(79,1,118);
	color: aliceblue;
}
h1,h2,h3,h4,h5,h6 {
	font-family: bentham;
	font-variant: small-caps;
}
ul.navigation {
	list-style: none;
	display: inline-table;
}
ul.navigation > li {
}

img.swan {
	z-index: 100000000;
	size:400%;
	position: absolute;
	top:20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
img.swanMobile {
	display:none;
}
.vedic {
	padding: 5%;
	background-color: #e1e1e1;
	border-radius: 10px;
	-moz-box-shadow:    inset 0 0 50px #4f0176;
    -webkit-box-shadow: inset 0 0 50px #4f0176;
    box-shadow:         inset 0 0 50px #4f0176;
	
}
.homeContainer {
	height: 750px;
	padding-top: 15% !important;
}
.homeContainer >h1 {
	font-size: 300%;
}

.comingSoon {
	margin-top: 15%;
	text-align: center;
}
footer {
	background-color: rgb(79,1,118);
	color: aliceblue;
	position: fixed;
	bottom:0;
	width:100%;
	font-family: bentham;
	padding: 0 10px;
}
footer a, footer a:visited {
	color: aliceblue;
	text-decoration: underline;
}
footer a:hover, footer a:active {
	font-weight: 200;
}