html, body {height:100%; padding:0; margin:0 auto;}
body {
  display: flex;
  flex-direction: column;
  background:#FFF;
  font-family:'Montserrat', Verdana, Geneva, sans-serif;
  font-size:14px;
}
.container {
  flex: 1 0 auto;
  width: 90%;
  max-width:800px;
  margin: 0 auto;
}

h1 {font-size:300%; text-align:center; font-family: 'Archivo Black', sans-serif;}
.logo img {
    color: #000;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: block;
}
h2 {
  text-align: center;
  text-transform: uppercase;
}
a {color: #5a7078; text-decoration: none;}
a:hover {color: #334E58;text-decoration: underline;}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #334E58;
    border-color: #334E58;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.btn:hover{
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

ul.services {
  column-count: 3;
  padding:0;
}

ul.services li {
    list-style: none;
    padding: 0 1rem 0 0;
    margin: 0 0 1rem 0;
}
.row.about {
  text-align:justify;
}
.row.contact {
  text-align:center;
}
.row {
    margin: 5rem auto;
}
.footer {
  flex-shrink: 0;
  width: 100%;
  font-size: 0.6em;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #b1afaf;
  margin: 50px auto 20px auto;
  color: #b1afaf;
  text-align: center;
}

.footer a {
  color: #b1afaf;
}

.recommendations .panels {
  display: flex;
  overflow-x: auto;
}
.recommendations .panels::-webkit-scrollbar { display: none;}

.recommendation {
    min-width: 300px;
    margin-right: 0.5rem;
}
.recommendation .profile {
    margin: 1rem 0 0 1rem;
}
.recommendation img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    overflow: hidden;
    float: left;
    margin: 0 0.5rem 0 0;
}
.recommendation h4 {
  margin: 0;
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
}
.recommendation h5 {
  margin: 0;
}

.speech-bubble {
	position: relative;
	background: #5a7078;
	border-radius: .4em;
  color: #fff;
  padding: 1rem;
  min-height:365px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 0;
	height: 0;
	border: 1.063em solid transparent;
	border-top-color: #5a7078;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.531em;
	margin-bottom: -1.062em;
}

@media only screen and (max-width: 650px) {
  ul.services {
    column-count: 2;
  }
}

#cookieplugin {
    background: #fff;
    color: #4e4e4e;
    width: 50%;
    max-width: 300px;
    height: auto;
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 15px;
    font-size: 10px;
    z-index: 99999;
    border: 1px solid #4e4e4e;
}
#cookieplugin a {
	color: #4e4e4e;
	text-decoration: none;
}
#cookieplugin a:hover {
	text-decoration: underline;
}
#cookieplugin #cookiepluginclose {
  background: url(/cookies/cross-black.svg) center center no-repeat #fff;
  background-size: 100% 100%;
  text-decoration: none;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #000;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media only screen and (max-width: 767px) {
	#cookieplugin {
		font-size: 9px;
		-webkit-text-size-adjust: 100%;
	}
}
