* {box-sizing: border-box}

html {
  min-height: 100%;
  margin:0;
}
body{
  min-height: 100%;
  margin:0;

}
/*row in news*/
.container-fluid{
  width: 100%;
  height:150px;
}

/*about design*/
article {
                background-color: transparent;
                font-size: 18px;
                padding: 200px 25px 25px 15px;
                margin-left: 500px;
                margin-right: 500px;
}
* {box-sizing: border-box}


/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: auto;
  width: 100%;
}

/* The navbar */
.topnav {
    overflow: hidden;
    width: 100%;
    background: transparent;
    border: 1px solid #0b9446;
    padding: 25px;
    border-right: none;
    float: left;
}

/* Navbar links */
.topnav a {
  margin-left: 25px;
  color:#0b9446 ;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
}

 .topnav a:hover {
 background-color: #ddd;
 color: black;
}

 .top-nav-right {

                float: right;
}

.top-nav-right a {
                float: none;
}

/*links*/
ul{
	list-style: none;
	
}
li {
  float: right;
}

li a {
  display: block;
  color: #0b9446;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #D8C6B8;
}

.active {
  background-color: #8FBC8F;

}
/*h1 global design*/
h1{
                font-size: 35px;
                color: #262626;
                text-align: center;
                opacity: 0.75;
}

/*h2 global design*/
h2{
                font-size: 25px;
                color: #800000;
                text-align: center;
}

/*footer*/
.footer {
                background-color: #543136;
                float: right;
                width: 100%;
                position: fixed;
                bottom: 0;
}

.footer-container {
                width: 100%;
}
.footer-menu {
                color: #fff;
                text-decoration: none;
                font-size: 25px;
                padding: 25px;
                text-align: right;
}
.footer-menu a {
                color: #fff;
                text-decoration: none;
                font-size: 25px;
                padding: 25px;
                text-align: right;
}
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}

.bg-img {
  /* The image used */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}



/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: auto;
  width: 100%;

}

/* The navbar */
.topnav {
    overflow: hidden;
    width: 100%;
    background: transparent;
    border: 1px solid #0b9446;
    padding: 25px;
    border-right: none;
    float: left;
}

/* Navbar links */
.topnav a {
  margin-left: 25px;
  color:#0b9446 ;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
 

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.top-nav-right {
	float: right;
	
}

.top-nav-right a {
	float: none;
	

}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 250px;
}
 

li {
  float: left;

}

li a {
  display: block;
  color: #0b9446;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #D8C6B8;
}

.active {
  background-color: #8FBC8F;
}

.footer {
	background-color: #543136;
	float: right;
	width: 100%;
  position: fixed;
  bottom: 0;

}

.footer-container {
	width: 100%;
}
.footer-menu {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	padding: 25px;
    text-align: right;

}

.footer-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	padding: 25px;
    text-align: right;

}

/*form style: Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
} 

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}