.donate {
   
  padding:10px;
  font-size: 1.1em;
  line-height: 25px;
  text-align: center;
	margin:auto;
  text-decoration: none;
  color: white;
  text-shadow: 0 -1px -1px #026559;
	font-weight: bold;
	max-width:100%;

  
  
  background-color: #098979;
  border-radius: 4px;
  box-shadow: 0 4px 0 #0f864a, 0 5px 5px 1px rgba(0, 0, 0, 0.4);
  
 
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}


.donate-flex {
   
  padding:10px;
  font-size: 1.1em;
  line-height: 25px;
  text-align: center;
	margin:auto;
  text-decoration: none;
  color: white;
  text-shadow: 0 -1px -1px #026559;

	 display: flex;
      flex-wrap: wrap;
	font-weight: bold;
	width:auto;
	justify-content: center;
  
  
  background-color: #098979;
  border-radius: 4px;
  box-shadow: 0 4px 0 #0f864a, 0 5px 5px 1px rgba(0, 0, 0, 0.4);
  
 
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}



.donate-flex:hover, .donate:hover {
  text-shadow: 0 -1px -1px #119d57;
  background-color: #14bd69;
  box-shadow: 0 4px 0 #119d57, 0 5px 5px 1px rgba(0, 0, 0, 0.4);
	 color: white;
}
  
.donate-flex:hover, .donate:hover {
	margin-top: 10px;
	box-shadow: none;
	 color: white !important;
}

.donate-flex:hover, .donate:hover {

	box-shadow: none;
	 color: white !important;
}

.donate-flex:visited, .donate:visited {
	color: white !important;
}

.donate-flex:focus, .donate:focus {
	color: white !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:1;}

.frame {
  display: block;
  width: 100vw;
  height: 100vh !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
overflow: hidden;
}