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

.bg-img {
  /* The image used */
  background-image: url("../images/40042388-elk-wallpapers.jpg");
	min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

.bg-web {
  /* The image used */
  background-image: url("../images/laptop-2838921_1920.jpg");
	min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image 
.container {
  position: absolute;
  margin: 20px;
  width: auto;
}*/
.wlcm {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.ftrn {
	padding-left: 30px;
	padding-top: 20px;
	background:#1B1B1B;
	background-color:#1B1B1B;
}

.ftm {
	padding-top: 20px;
	font-weight: 700;
	color: #62431C;
	padding-left: 30px;
	
}

.ftt {
	padding: 10px 30px 10px 30px;
	color: #FDFDFD;
}
.fmenu {
	
	font-weight: 700;
}

.brandimg {
	padding: 20px 0px 20px 0px;
}
#wlcm {
	padding: 50px 0px 50px 0px;
	text-align: center;
}



div.ulc {
	display: inline-block;
	text-align: left;
	padding: 5px 0px 5px 20px; 
}

.uc {
	height: 80px;
}

.ucp {
	height: 55px;
}
