@charset "utf-8";
/* CSS Document */

#container
{
	height:1900px;}

#marvel
{
	width:1024px;
	height:auto;
	
}


#box
{
	width:200px;
	height:250px;
	float:left;
	margin-top:20px;
	text-align:center;
	margin-left:20px;
	padding: 15px
	}

#welcome
{
	width:500px;
	float:left;
	
	padding-bottom:20px;
}

#company
{
	width: 370px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:20px;
	float: right;
	text-align:justify;
}

#vision
{
	width:500px;
	float:left;
	margin-top:10px;
	
}
#membership
{
	width:400px;
	
	padding-top:20px;
	float:right;
}
#membership img
{
	margin-left:20px;
}

#add
{
	position:absolute;
	width:600px;
	height:500px;
	float:right;
	margin-left:400px;
	
}

#spinner {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/load.gif) 50% 50% no-repeat rgba(201,201,201,0.49);
}

#spinner2 {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background:rgba(201,201,201,0.49);
}

.bro
{
	color:#1D2C33;
	text-decoration:none;
	font-size:20px;
	text-align:center;
	font-family:Calibri;
	line-height:5px;
	margin-top:5px;
}
iframe
{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;

}
p
{
	color:#292929;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
 }

h1
{
	    margin-top: 0px;
    text-transform: capitalize;
    color: rgb(35, 34, 34);
    font-family: 'Archivo Narrow',sans-serif;
	font-size:19px;
	color:#303030;

}

h2
{
	    margin-top:0px;
    text-transform: capitalize;
    color: rgb(35, 34, 34);
    font-family: 'Archivo Narrow',sans-serif;
	font-size:19px;
	color:#303030;

}
.main
{
	padding-left:5px;
	padding-top:30px;
	font-size:24px;
}
.sub
{
	padding-left:5px;
	padding-top:5px;
	font-size:18px;
	color:#303030;
}

.btn {
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 13px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #fff;
text-shadow: 0 1px 1px rgba(218, 154, 3, 0.75);
background-color: #f0ae11;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border: 1px solid #da9a03;
border-bottom-color: #da9a03;
}
.btn:hover
{
	background-color:#febc20;
	
text-shadow: 0 1px 1px rgba(218, 154, 3, 0.75);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border: 1px solid #da9a03;
border-bottom-color: #da9a03;
}
a {
color: #f3b113;
text-decoration: none;
}

.compnyLnk
{
	color:#474747;
	text-decoration:none;
}

.compnyLnk:hover
{
	text-decoration:underline;
}


