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
   
 }

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


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

small {
color: navy;
}

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

small {
color:white
}

.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: none;
	padding: 2% 5% 2% 5%;
  height: 700px;
}

img {
size: fixed;
}  
  
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;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 22px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0,177,39);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
