Body {
  font-size: 1.3rem;

}

													/*  Language Support */
													
.languages {
  transition: all 0.3s ease;
  /*display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  top: 20px; /* Place the button at the top of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(248, 255, 0, 0.9);
  box-shadow:  5px 5px 9px rgba(63,40,8,.8);
  /*cursor: pointer; /* Add a mouse pointer on hover */
  padding: 6px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: .9rem; 
}

													/*  Custom Link (for blue background) */

.white-link a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
}

.white-link a:hover,
.white-link a:focus {
  text-decoration: none;
  color: red;
  font-size: 1.3rem;
}

													/*  Imgs Sizing */
			
.dc-img-main {
  height: 48vh;
}

.google-map-embeded {
	width: 65%;
	height: 27vh;
	border:0;
}


.center {
	  text-align: center;
}

.b-red {
  border: 5px solid red;
}

.in-line a {
	font-size: 1.3rem;
	color: blue;
}

.best-of {
  position: relative;
  left: 30px;
  top: 30px;
  width: 10%;
}

													/*  Buttons */
.btn-primary {
  display: inline-block;
  border: none;
  border-radius: 6px;
  color: black;
  font-size: 1rem;
  font-weight: 510;
  background-color: yellow;
  box-shadow:  5px 5px 9px rgba(63,40,8,.5);
  padding: 12px 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border: none;
  color: #f6f0ea;
  background-color: #3f2808;
  box-shadow:  5px 5px 9px rgba(63,40,8,.8);
}

															/*  Floating Button https://www.w3schools.com/howto/howto_js_scroll_to_top.asp  */
															
#myBtn {
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4855fe; /* Set a background color */
  background-image:url(../img/i-up-arrow.svg);
  background-size: 25px 35px;
  background-repeat: no-repeat;
  background-position: center; 
  box-shadow:  5px 5px 9px rgba(63,40,8,.8);
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover,
#myBtn:focus,
#myBtn:active {
  border: none;
  background-color: #ffe537;
  color: #000000;
  box-shadow:  5px 5px 9px rgba(63,40,8,.8);
  background-image:url(../img/i-up-arrow-h.svg);
}

.arrow-icon {
	  width: 33px;
  max-width: 4vw;
}


.best-of-html {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.best-of-html-box {
  width: 30%;
  height: 200px;
  border: 5px dashed #f7a239;
}

.best-of-cert {
  width: 80%;
}


															/*  Mobile */

@media only screen and (max-width: 480px) {

Body {
  font-size: 1.2rem;

}	

.dc-img-main {
  margin-bottom: 30px;
}

.btn-primary {
  margin-bottom: 25px;
}

.best-of {
  position: relative;
  left: 20px;
  top: 8px;
  width: 25%;
}
	
}