@charset "utf-8";
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
header {
	min-height: 800px;
	width: 100%;
}
.header1 {
    background-image: url("../images/carousel-1.jpg");
    background-size: 100% 100%;
}
.header1 div2 {
	
	
}
.header1 .div2 p{
    color: white;
    font-weight: bold;
    font-size: x-large;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.div1 {
    float: right;
    word-spacing: 15px;
    margin-top: 30px;
	margin-right: 25px;
}
.header1 nav ul li {
    display: inline-block;
}
.header1 nav ul li a{
    text-decoration: none;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.header1 nav ul li a:hover{
	color: orange;
	
}
.header1 .div3 {	
    text-align: center;
}
.header1 .div3 .p1{
    color: orange;
    font-size: xx-large;
	text-align: center;
}
.header1 .div3 .p2{
    color: white;
    font-size: 130px;
   	text-align: center;
}
.header1 .div3 .p3{
	color: white;
	font-size: xx-large;
	text-align: center;
}
main {
    min-height: 700px;
    width: 100%;
/*    padding: 50px;*/
    margin-left: auto;
    margin-right: auto;   
}
aside {
    width: 20%;
    float: left;
    text-align: center;
}

section {
	width: 35%;
	float: right;
	display: inline-block;	
}
footer {
    background-image: url("../images/bg.jpg");
    min-height: 300px;
    width: 100%;
    opacity: .9;
    display: inline-block;
/*    padding: 20px;*/
    color: #FFFFFF;
    text-align: center;
}
main .main {
	display: inline-block;
}
main .main1 {
	width:20%;
	float: left;
	padding: 50px;
}
main .main1 #inputm1 {
    background-color: #1C0A0B;
    color: #FFFFFF;
    border-color: #1C0A0B;
    width: 115px;
    height: 30px;
}
main .main2 {
	width:10%;
	float:left
}
main .main3 {
	width:25%;
	float : right;
	padding: 50px;
	
}
main .main3 #inputm2 {
    background-color: orange;
    color: #FFFFFF;
    border-color: orange;
    width: 115px;
    height: 30px;
}
footer .div1 {
    
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
	float: left;
	width: 20%;
	
}
footer .div2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
	float: left;
	width: 20%;
	margin-top: 20px;
}
footer .div3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
	float: left;
	width: 25%;
	margin-top: 20px;
}
footer .div4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
	float: right;
	width: 25%;
	padding: 20px;
}
footer .input {
	margin-left: 50px;
	
}
footer .div4 #firstInput {
    width: 50%;
    display: inline-block;
    float: left;
    border-radius: 15px 0 0 15px;
    border-width: 0px;
    border-style: none;
    height: 40px;
}
footer .div4 #secondInput {
    width: 30%;
    display: inline-block;
    float: left;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-width: 0px;
    border-style: none;
    height: 40px;
    background-color: orange;
}
