/*!
 * Start Bootstrap - Clean Blog v5.0.9 (https://startbootstrap.com/themes/clean-blog)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
 */

body {
  font-size: 16px;
  color: #575756;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url("../images/bluebg.jpeg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container.counter {
	color: #fae393;
  text-align: center;
}

.counter h1 {
  font-weight: normal;
}

.counter li {
  display: inline-block;
  font-size: .7em;
  list-style-type: none;
  padding: .7em;
  text-transform: uppercase;
}

.counter li span {
  display: block;
  font-size: 2.5rem;
}




.buttonHome {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #c09f34;
  margin: 20px 20px 20px 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



/* Third Button */

#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-3 a {
  position: relative;
  transition: all .45s ease-Out;
	font-weight: 800;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-3:hover a {
  color: #081927;
	text-decoration: none;
	font-weight: 600;
}




a {
  color: #f1e196;
  transition: all 0.2s;
	text-decoration: none;
}

a:focus, a:hover {
  color: #ffffff;
	text-decoration: underline;
}

