* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

@font-face {
	font-family: titlefont;
	src: url(../fonts/dersu.ttf);
}
@font-face {
	font-family: headerfont;
	src: url(../fonts/JandaAmazingGrace.ttf);
}
@font-face {
	font-family: buttonfont;
	src: url(../fonts/lotus.ttf);
}

body {
	margin:0;
	background: url(../images/titlebg.jpg) no-repeat;
}
.header {
	margin-top: 0px;
	padding: 0;
	
}
.title {
	text-align: center;
	margin: 0;
	color: 	#000000;
}

h1 {
	font-family: titlefont;
	margin: 0;
	font-size: 90px;
}

h2 {
	font-family: headerfont;
	margin:0;
	margin-bottom: 10px;
	font-size: 50px;
}

html, body {
	height: 100%;
	overflow: hidden;
}

.main_body {
	margin:auto;
	background: url(../images/mainbg2.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 1px;
    margin-top: -1px;
	overflow: auto;
    }
	
.main_body2 {
	margin:auto;
	background: url(../images/mainbg.jpg) repeat-y top;
	background-size: 100%;
	width: 100%;
	height: 100%;
	padding-top: 1px;
    margin-top: -1px;
	overflow: auto;
    }
	
.info {
	width:24%;
	height:500px;
	float: left;
	margin:0px;
	margin-left:12px;
	margin-bottom: 400px;
	border-radius: 35px;
	background-color: rgba(255, 255, 255, 0.5);
	display: table;
	margin-top: 2%;
}

.info_head {
	margin-left: 10px;
	font-size: 30px;
	font-family: headerfont;
}

.info_subhead {
	margin-left: 20px;
	font-size: 20px;
	font-family: headerfont;
}

.models {
	float: left;
	position: relative;
	height: 500px;
	width: 50%;
	margin:0px;
	padding:0px;
}

.model3D  {
        height: 450px;
		width: 100%;
		margin:0px;
		padding:0px;
		overflow: hidden;
		float: left;
		position: relative;
    }
    
    X3D, x3d {
        width: 100%;
        height: 500px;
        border-radius: 5px;
        border: 0px solid white;
    }
	
.thumbnails {
	position: relative;
	width: 70%;
	max-width:500px;
	height: 100px;
	border-radius: 35px;
	background-color: rgba(255, 255, 255, 0.5);
	display: table;
	margin:auto;
	margin-bottom: 350px;
}

.vidcontainer {
	width:50%;
	border-radius:100px;
	overflow:hidden;
	margin: auto;
	margin-top: 2%;
}

#video {
	width:100%;
	height:100%;
}

#model0 {
	cursor: pointer; 
}

#model1 {
	margin-left: 10%;
	cursor: pointer; 
}

#model2 {
	cursor: pointer; 
}

#model3 {
	cursor: pointer; 
}

.interact {
	height: 500px;
	width:20%;
	border-radius: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
	display:table;
	margin-top: 2%;
}

.aboutcontainer {
	margin:auto;
	width:50%;
	text-align: center;
	font-size: 30px;
	font-family: headerfont;
	margin-top: 5%;
	border-radius: 35px;
	background-color: rgba(255, 255, 255, 0.8);
	display: table;
}
	
.text {
	margin-top:2%;
	margin-bottom: 2%;
}
	.text2 {
		font-size: 20px;
		margin-top:2%;
		margin-bottom: 2%;
}
	
	
.footer {
	margin: 0px;
	position: fixed;
	bottom: 0px;
}

.btn-primary {
	height: 30px;
	font-size: 55px; 
	color: 	#000000;
	background: url(../images/test2.jpg) no-repeat center;
	font-family: titlefont;
	background-size: 100% 175px;
	border: 1px solid #000000;
}

.btn-group-vertical {
	width:100%;
}

.btn-success {
	height: 100px;
	width: 100%;
	font-size: 40px; 
	color: 	#000000;
	background: url(../images/test2.jpg) no-repeat center;
	font-family: titlefont;
	background-size: 100% 200%;
	border: 1px solid #000000;
}

.btn-success:hover, .btn-success:focus{
	background: url(../images/test3.jpg) no-repeat center;
	background-size: 100% 200%;
	border-color: #000000
}

.btn-primary:hover, .btn-primary:focus{
	background: url(../images/test3.jpg) no-repeat center;
	background-size: 100% 175px;
	border-color: #000000
}

@media only screen and (max-width:768px) {
.btn-primary {
	font-size: 35px;
	background-size: 100% 190%;
}

.btn-success {
	font-size: 25px;
	height: 70px;
}

.models {
	width:45%;
}

.vidcontainer {
	width:80%;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px
}

}

@media only screen and (max-width:600px) {
.btn-primary {
font-size: 20px;
}

.btn-success {
	font-size: 20px;
	height:50px;
}

.vidcontainer {
	width:100%;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 20px
}
}