.btn {
  background-color: rgba(11,148,70,.9);
  border: none;
  color: black;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: rgb(11,148,70);
}

.mySlides {display:center;}

			ul {list-style-type: none; overflow: hidden;}
			li {float: right;}
			a:link {color: rgb(207,28,68)}
			a:visited {color: rgb(11,148,70)}
			a:hover {color: rgb(207,28,68)}
			a:active {color: rgb(216,198,184)}
			a {text-decoration: none;}
div.gallery {
  border: 1px solid rgb(95,19,18);
}

div.gallery:hover {
  border: 1px solid rgb(207,28,68);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the header */
.header {
  grid-area: header;
  
  padding: 30px;
  text-align: center;
  font-size: 35px;
}


@font-face {
    font-family: 'klinic_slabbold';
    src: url('klinicslabbold-webfont.woff2') format('woff2'),
         url('klinicslabbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: right;
}

li a {
  display: block;
  padding: 6.5px;
  ;
}
header {
	padding: 30px;
	text-align: left;
	font-size: 40px;
}
a:link, a:visited {
  background-color: rgba(216,198,184,.1);
  color: black;
  border: 1px solid rgb(11,148,70);
  padding: 10px 20px;
  text-align: right;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: rgb(11,148,70);
  color: white;
}
span {
  display: block;
}

h1 {text-align: left;
	font-size: 45px;}

h2.solid {border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: dotted;
			border-left-style: solid;		
    		border-color: rgb(95,19,18);
			text-align: center;
			font-size: 45px;}

p.solid {border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-color: rgb(95,19,18);
			padding: 10px;
    		box-shadow: 5px 10px #5e1211;
			text-align: center;
			font-size: 45px;}
            h1 {color: rgb(207,28,68)}
            h1 {text-align: center;}
            p {text-align: center;}
			p {color: black;}
			p {font-size: 30px;}
            h2 {color: rgb(207,28,68);}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: right;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}