body {
background-image: url(https://images.unsplash.com/photo-1563995070609-e87d81ad33e2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
   background-attachment: fixed;
   background-repeat: no-repeat;
    background-size: cover
}

h1 {
color: #000;
text-align: center;
font-family: Raleway;
}

h2 {
color: #000;
text-align: center;
font-family: Raleway;
}


p {
 color: ;
 font-family: font-awesome;
}



header {
background-color: transprent;
text-align: center;
}

#navbar {
    display:flex;
    background: rgba(0,177,39, 60%);
    position: fixed;
    top: 0;
    width: 100%;
  	height: 7%;
    font-family: 'Raleway';
    font-size: auto;
    z-index: 99;
  	align-items: center;
 	  justify-content: center;
    transition: top 0.3s; 
}

.navbar {
    display:flex;
    background: rgba(37, 128, 61);
    top: 0;
    width: 100%;
  	height: 55px;
    font-family: 'Raleway';
    font-size: auto;
    z-index: 99;
  	align-items: center;
 	  justify-content: center;
}


.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Raleway';
}

.navbar a:hover {
    background: rgba(0,177,39);
    background-size: cover:
    
}


#navbar2 {
    display:flex;
    background: rgba(0,177,39, 60%);
    position: fixed;
    top: 0;
    width: 100%;
  	height: 7%;
    font-family: 'Raleway';
    font-size: auto;
    z-index: 99;
  	align-items: center;
 	  justify-content: center;
    transition: top 0.3s; 
}

.navbar2 {
    display:flex;
    background: rgba(0,177,39, 60%);
    top: 0;
    width: 100%;
  	height: 55px;
    font-family: 'Raleway';
    font-size: auto;
    z-index: 99;
  	align-items: center;
 	  justify-content: center;
}


.navbar2 a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Raleway';
}

.navbar2 a:hover {
    background: rgba(0,177,39);
    background-size: cover:
}


h3 {
color: #ffff;
}

h4 {
color: black;
text-align: center;
}


.left{ float: left;
  color: white;
  white-space: nowrap;
}

.right{ float: right;
  	
}

.logo { 
  overflow:visible;
 	padding-top: 143px;
  transform:translate(-15px)
}

.logo2 { 
  overflow: visible;
 	padding-top: 03px;
  transform:translate(0px)
}

.navbarOuter {
  background: green;
  overflow:hidden;
  height:100%;
}


main {
 background-color: rgba(0,177,39, 60%);
	padding: 2% 5% 2% 5%;
  height: 1650px;
  word-wrap: break-word;
}

footer {
text-align: center;

}

.wrapper {
width: 80%;
margin: 0 auto 0 auto;
}


a:link {
color: white;
text-decoration: none;
}


.centerbox {
text-align: center;
}

main a:link {
color: black;
text-decoration: none;
}





