@charset "UTF-8";
@import url("BebasNeue_Regular/stylesheet.css");
* {
    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 {
    width: 100%;
    height: 700px;
    background-image: url(../images/slider2.jpg);
    position: relative;
}
 header nav{
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    top: 60px;
    	

}
header nav ul{
    list-style-type: none;
    padding-inline-start:10px!important;
	
}

header nav ul li{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(138,145,137,0.74);
    border-radius: 20px;
    color: rgba(23,76,13,1.00);
}

header nav ul li a {
    color: rgba(240,237,237,1.00);
    text-decoration: none;
    font-family: aladin;
    font-style: normal;
    font-weight: 400;
    font-size: larger;
}
header nav ul li:hover  {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid rgba(44,73,57,1.00);
    background-color: rgba(44,73,57,1.00);
    border-radius: 20px;
  
}

p span a:hover {
	text-decoration: underline;
	color: white;
}

.gdiv {
    width: 100%;
    height: 50px;
    background-color: #2c4939;
    position: fixed;
    border-bottom: 1px solid rgba(251,251,251,1.00);
	z-index: 1;
}

.Ldiv {
    width: 45%;
    height: 50px;
    padding-left: 30px;
	display: inline-block;
}
.Rdiv {
    width: 45%;
    height: 50px;
    display: inline-block;
    margin-top: -5px;
    padding-bottom: 5px; 
	
}
.gdiv .Rdiv img {
    width: 30px;
	position: absolute;
	bottom: 10px;
	padding-left: 25px;
	
}



.Rdiv span {
	position: absolute;
	right: 600px;
	top: 16px;
}
.Rdiv p a{
	color: black;
	text-decoration: none;
}

footer {
    width: 100%;
    height: 300px;
    background-color: rgba(248,248,248,1.00);
}
footer .div3 {
    border-left: 1px solid rgba(44,73,57,1.00);
    float: right;
    width: 200px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}



footer .div3 ul {
    list-style-type: none;
    line-height: 40px;
}
footer .div1 img {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.div2 a img {
    margin-top: 20px;
    padding-top: 20px;
   
}
   
.div1, .div2, .div3 {
    display: inline-block;
}

footer {
    width: 100%;
    height: 250px;
    background-color: rgba(255,255,255,1.00);
}
footer .div2 {
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	
   
}
footer .div2 p {
  text-align: center;
	color: rgba(44,73,57,1.00);
}
footer .div2 ul {
    margin-left: 40px;    
}
footer .div1 {
    float: left;
}
footer .div3 ul li a {
    color: rgba(44,73,57,1.00);
    text-decoration: none;
    font-size: large;
}
footer .div3 ul li a:hover{
	color: black;
	
}

main div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 800px;
    height: 800px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	
}
main div img {
    border-radius: 10px;
}
body main div p {
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 25px;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(104,155,127,0.77);
   }
main {
      background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(44,73,57,1.00) 100%,rgba(255,0,0,1.00) 100%);
}
