* {box-sizing: border-box}

html {
  min-height: 100%;
  font-size: 1em !important;
  font-family: "Klinic Slab Bold", "Klinic Slab Book", "Klinic Slab Light", "Klinic Slab Medium" !important;
}

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: 150px 75px 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%;
}

/*links*/
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;

}
/*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;
}

@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 */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
  /* Needed to position the navbar */
  position: relative;
}

.icon-background {
 position: absolute;
 top: 200px;
 
}

/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: auto;
  width: 100%;

}

/* The navbar */
.topnav {
    overflow: hidden;
    width: 100%;
    background: transparent;
    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: 25%;
  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*/
.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;
  padding: 20px;
} 

/* Styling for Buttons */
.button-group {
  margin: 0 auto;
  position: absolute;
  right: 100px;
  top: 200px; 
  
	
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}