/*
Original template: "Verticard" on TemplateMO https://templatemo.com/tm-533-verticard
*/

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #f1dfcb;
  color: #2b2c2d;
  
}
.backpsanel {
  background-color: rgb(205, 170, 128);
}

.ikon {
  width: 1.8em;
  height: 1.8em;
  margin: 0.5em;
}
.linkbadge {
  border: #0099CC;
  border-radius: 5px; 
  background-color:#9fd8fb;
  margin:1em;
  padding:0.05em;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}

.linkbadge > a {
  color:#000000;
}
p.linkbutton {
padding:0.05em;
margin:0.5em;
}
.avatar {
border-radius:10%;
min-width: 64px;
width: 30%;
max-width: 256px;
border: .2rem solid rgb(75, 60, 41);
filter: drop-shadow(.4rem .4rem .3rem rgba(205, 170, 128, 0.8));
}

.contentroundbox {
  max-width: 50rem;
  width: 100%;
}

a {
  transition: all 0.3s ease;
  color:#000000;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  line-height: 1.3;
}

.tm-primary-color {
  color: #61AEAE;
}

.tm-secondary-color {
  color: #0099CC;
}

.tm-section {
  margin-bottom: 15px;
  position: relative;
}

.tm-content-container {      
  border-radius: 20px;
  background-color: rgba(205, 170, 128, 0.8);
}

.tm-content {  
  padding: 35px;
}

.tm-header {
  padding: 35px 15px;
}

.tm-title {
  font-size: 2rem;
  color: #000000;
}

.tm-page-title {
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #000000;
}

.tm-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;  
}

footer {
  font-size: 0.9rem;
  display: block;
  justify-content: space-between;
  padding: 1em 1em 3em 3em;
  position: bottom;
  width:100%;
  left: 0;
  bottom: 0;
  border:0px;
  border-radius:2em 2em 0em 0em;
  color: #9A9B9C;
  background-color:#fefefe;
  max-height:0.7em;
}

.tm-footer-link {
  color: #9A9B9C;
}

.btn-primary {
	background-color: #9999CC;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #9a9afc;
}

.tm-small {
	font-size: 90%;
}

@media (max-width: 945px) {
  .contentroundbox {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  footer {
    display: block;
    max-height: 50px;
  }

  footer span {
    display: block;
    padding: 5px 0px;
  }
}