@font-face {
	font-family: 'Geller-Regular';
	src: url(../fonts/Geller-TextRegular.otf);
}
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Geller-Regular", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
 /*  opacity: 0.65; */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */

}
.bgimg-1 {
  background-color: #fff;
  height: 100%;
}
.topleft {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 18px;
}
.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}
.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}
.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}

.center {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
}

.center h1.border {
  color: #0522ff;
  padding: 18px;
  font-size:calc(20px - -2vw);
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
   
}
ul.header-menu{
	text-decoration:none;
	outline:none;
	list-style:none;
	margin:0px;
	padding:0px;
}
.header-menu a{
	text-decoration:none;
	outline:none;
	font-size:40px;
	font-weight: 800;
	color:#0522ff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
}