html{
  overflow-y:scroll;
}
.border{
  padding:20px;
  margin-bottom: 30px;
}
img.border{
  padding:10px;
  margin-bottom: 0;
}

img.m{
  margin-bottom: 20px;
}

.img-holder{
  min-width: 230px;
  max-width: 250px;
}

.btn{
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  transition: all 0.15s ease-in-out;
  color: #fff;
  background-color: #1982D2;
  border-color: #1982D2;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn:hover{
	color: #fff;
background-color: #156db0;
border-color: #1466a4;
text-decoration: none;
}

.btn:active{
	background-color: #156db0;
background-image: none;
border-color: #1466a4;
}

.logo{
	margin:20px 0;
	height:80%;
}

@media (max-width: 680px) {
.flex-row{
flex-direction: column !important;
}
}