@charset "utf-8";
/* CSS Document */

/* background */

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
    }


body, html {
  height: 100%;
}

.bgimg {
	background-image: url("https://www.losfernandezrosticeria.com/img/bk.jpg");
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	
}

.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #474747;
  background: -webkit-linear-gradient(bottom, #DF0000, #000000);
  background: -o-linear-gradient(bottom, #DF0000, #000000);
  background: -moz-linear-gradient(bottom, #DF0000, #000000);
  background: linear-gradient(bottom, #DF0000, #000000);
  opacity: 0.7;
}

.top {
	padding: 0px 50px 0px 50px;
	height: 100%;
	overflow: auto;
}

.title {
	text-align: center;
}

.title h2 {
	color: #FFE24F;
}
.logo {
	text-align: center;
	padding: 10px 10px 5px 10px;;
}

.logo img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: 'Poppins';
	font-size: 24px;
	color: #FFFFFF;
}

h2 {
	font-family: 'Poppins';
	font-size: 48px;
	color: #FFFFFF;
}

h3 {
	font-family: 'Poppins';
	font-size: 568px;
	color: #FFFFFF;
}

.icons {
	text-align: center;
	padding: 15px 0px 5px 0px;
	text-decoration: none;
}

.fa {
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: #C9B755;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
	transition: all .2s ease-in-out;
}

/* selected link */
a:active {
  color: yellow;
} 


.info {
	text-align: center;
}
.info h1 {
	text-align: center;
	color: #FFE24F;;
}
.button {
  background-color: #4B0001;
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}

/* About */

