@charset "utf-8";
li {
    font-size: xx-large;
}
header {
    width: 100%;
    background-repeat: repeat;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/photo%20header.jpg);
    text-align: center;
	}
.Ldiv {
    float: left;
    line-height: 100px;
   
}
header nav {
    width: 100%;
    display: inline-block;
    line-height: 15px;
    margin-top: 20px;
}
.Ldiv h1 {
    font-family: black-ops-one;
    font-style: normal;
    font-weight: 400;
}


header div {
    width: 100%;
    height: 80px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
	nav ul li:hover  {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #90D2F7;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
	}
nav ul li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #A4A4A4;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    margin-top: 20px;
    font-size: large;
    text-align: center;
}
nav ul li a {
    text-decoration: none;
    color: #FAFAFA;
}
footer {
    width: 100%;
    height: 100px;
    background-color: #99CDF1;
    background-image: url(../images/39-392601_world-map-footer-background-rise-of-the-planet.png);
    background-repeat: repeat-x;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
 

footer hr, img {
    display: inline-block;
}
footer hr {
    width: 250px;
    background-color: #5B656A;
    height: 2px;
    margin-top: 50px;
}
footer img {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
footer img:hover {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
	opacity: 0.6;
}

main {
    width: 100%;
    height: 700px;
    background-image: url(images/world-map.gif);
    background-size: cover;
    -webkit-box-shadow: 5px 5px;
    box-shadow: 5px 5px;
	   background-image: -webkit-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
}
.img1 {
}
aside {
    -webkit-box-shadow: 0px 0px 3px 5px;
    box-shadow: 0px 0px 3px 5px;
    background-color: rgba(248,191,161,0.88);
    width: 40%;
    height: 90%;
    margin-left: 2%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
    float: left;
}
input[type=text] {
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}
input[type=mail] {
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
input[type=submit] {
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: rgba(255,129,208,1.00);
    border: 1px solid rgba(90,90,255,1.00);
    border-radius: 5px;
    font-family: "Far Nazanin";
    font-size: 20px;
    margin-bottom: 50px;
    margin-right: 80px;
}
.txtarea {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    bottom: -5px;
}
section {
    -webkit-box-shadow: 0px 0px 5px 5px;
    box-shadow: 0px 0px 5px 5px;
    width: 50%;
    height: 93%;
    background-color: rgba(194,245,245,1.00);
    float: right;
    margin-right: 20px;
}
.h3aside {
    border: 2px double rgba(77,159,196,1.00);
    text-align: center;
    line-height: 40px;
}
.fig1 {
    text-align: justify;
    background-color: rgba(249,199,172,1.00);
    width: 400px;
    border: 1px solid rgba(3,3,3,1.00);
    height: 350px;
    margin-right: 150px;
    margin-bottom: 5px;
}
input[type=submit], .txtarea {
    display: inline-block;
}
