@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%;
    margin-left: auto;
    margin-right: auto; 
	
}
main .container img{
	width: 100%;
	height: 100%;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}
.top-right {
  position: absolute;
  top: 20px;
  right: 200px;
}
.container video {
	width: 30%;
	height: 300px;
	position: absolute;
	top: 100px;
   right: 220px;
}

footer {
    background-image: url("../images/bg.jpg");
    min-height: 300px;
    width: 100%;
    opacity: .9;
    display: inline-block;
    
    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;
}
