
*{
	box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; 
}
html{
  height:100%;
}
body{
  font-size:16px;
  margin:0px;
  height:100%;
  font-family: "Bebas Neue", sans-serif;
  border:1px solid #ccc;
}
/****** HEADLINES ******/
h2{
  color: #000;
  background-color: #fac000;
  font-size:20pt;
  text-transform: uppercase;
  text-align: auto;
  font-weight:bold;
  margin-bottom: 5px;
  margin-top: 0px;
  padding:6px 6px 0px;
  display:inline-block;
}

/****** COLORS ******/
.color1{color:#222;}
.color2{color:#333;}
.color3{color:#707070;}
.color4{color:#000;}
.color5{color:#ededed;}
.bgcolor1{background-color:#000;}
.bgcolor2{background-color:#333;}
.bgcolor3{background-color:#707070;}
.bgcolor4{background-color: #fac000;}
.bgcolor5{background-color:#ededed;}

/****** STRUCTURE ******/
.container{
  width:100%;
  height:100%;
  min-height:100%;
  display:flex;
  flex-direction:column;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.logoarea{
  width:100%;
  height:10%;
  padding:1%;
  min-height:60px;
}
.content{
	width:100%;
	padding:1%;
	text-align:center;
	position:relative;
	height:90%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

/****** LOGO ******/
.logo{
  width:60%;
  height:60%;
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-35%, -40%);
  font-size:1.1rem;
  padding: 0.5rem;
}

/****** BUTTON ******/
.btn{
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 25px;
  font-weight: 400;
  display:inline-block;
  vertical-align:middle;
  text-decoration:none;
}
.btn:hover{
  text-decoration:none;
  outline:0;
}
.btn-default{
    color:#fac000;
    background-color: #242424;
    font-family: "Bebas Neue", sans-serif;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:0.1em;
    font-size:1.5rem;
    padding:0 10%;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.btn-default:hover{
    background: color #2e2e2e;
}

.btn-circle-open{
  color:#242424;
  background-color: #fac000;
  width:7rem;
  height:7rem;
  right: 30px;
  bottom: 30px;
  position: absolute;
  border-radius:100%;
  vertical-align:middle;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.btn-circle-open i{
  margin:0px;
  padding:0px;
}

.btn-circle-open img{
  position: absolute;
  left: 51px;
  width: 22%;
  top: 14px;
  transform: rotate(-25deg);
}

.btn-circle-open .btn-text{
  display: inline-block;
    position: absolute;
    left: 20px;
    top: 42px;
    transform: rotate(-9deg);
}

.btn-text span:first-child{
  display:block;
}

.btn-text span:last-child{
  display:block;
  position: absolute;
  top: 22px;
  left: 12px;
}


.dot {
height: 95%;
width: 95%;
top: 2.5%;
border: 2px solid rgb(36, 36, 36);
border-radius: 50%;
position: relative;
display: inline-block;
}

.btn-circle-redo{
  padding: 7px;
    width: 2rem;
    height: 2rem;
    top: 10px;
    right: 10px;
    position: absolute;
    border-radius: 50px;
}
.btn-circle-redo i{
  margin:0px;
  padding:0px;
}
.btn-circle-redo:hover{
  color:#fff;
  background-color:#aaa;
}
