@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;   
}
main .h1m {
	text-align: center;
	color: orange;
	margin-top: 30px;
}
.diva1 {
	width: 80%;
	min-height: 200px;
	float: left;	
	margin-top: 50px;
}
.diva1 .divh1 ,.divh2 ,.divh3 {
	float: left;
	text-align: right;
	width:33%;
	height: 200px;
}
.diva2 {
	width: 35%;
	height: 500px;
	float: left;
	margin-left: 190px;
	margin-right: 50px;

}
.diva2 img {
	width: 100%;
	margin-top:10px;
	height: 365px

}
.diva3 {
	width: 35%;
	height: 500px;
	float: left;
}
.diva3 .name,.email,.subject {
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.diva3 .message {
	width: 100%;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.diva3 .submit {
	width: 30%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: orange;
	border:orange;
	
}

footer {
    background-image: url("../images/bg.jpg");
    min-height: 300px;
    width: 100%;
    opacity: .9;
    display: inline-block;
/*    padding: 20px;*/
    color: #FFFFFF;
    text-align: center;
}

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;
}