.logo-box-overlay {
  /*background: -webkit-radial-gradient(circle, rgba(0,0,0,.3), #000);
  background: radial-gradient(circle, rgba(0,0,0,.3), #000);
  opacity: .5;
  left:0;
  top 0;
  */
  height: 100%;
  position: absolute;
  top: 30%;
  width: 100%
}
.home-grid-box .button {
    border: 2px solid #fff;
    height: auto;
    left: 0;
    text-align: center;
    max-width: 150px;
    width: 100%;
    position: absolute;
	  -webkit-transform: translate(25%, 70%);
  -ms-transform: translate(25%, 70%);
  transform: translate(25%, 70%);
}
.home-grid-box .button p{
	position:relative;
    text-transform: uppercase;
    color: #fff;
	line-height:2;
	margin:0 auto;
}
.main-logo-white {
  height: auto;
  left: 50%;
  max-width: 275px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  top:10vh;
}
.logo-box-overlay p {
    font-family: 'English';
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 52px;
    height: auto;
    left: 50%;
    top: 35%;
    max-width: 600px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.logo-box-overlay .buttonvideo{
 height: auto;
  left: 50%;
  top:45%;
  max-width: 350px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align:center;
  font-size:35px;
  color:#fff;
}
.home-grid-panel .button-center{
 height: auto;
  left: 50%;
  top:45%;
  max-width: 250px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align:center;
  font-size:35px;
  color:#fff;
   border: 3px solid #fff;
}
.home-grid-panel .button-center a, .home-grid-panel .button-center a:hover, .home-grid-panel .button-center a:focus, .home-grid-panel .button-center a:active,.home-grid-box .button a{
  color:#fff;
  text-decoration:none;
}

.home-grid-box .arrow-white {
    content: "\f3c0";
    /* background: rgba(171, 171, 171, 0.5098039215686274);
	   bottom: 0;
	 */
    bottom: 80px;
    height: 60px;
    width: 130px;
    margin: 0 auto;
    left: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    right: 0;
    position: absolute;
    z-index: 9999;
    text-align: center;
    z-index: 0;
    display: inline-block;
}
.home-grid-box .arrow-white i{
	position:relative;
    color: #fff;
	line-height:2;
	margin:0 auto;
	font-size:28px;
}
@media (max-width:768px) {
.main-logo-white {
    max-width: 240px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -36%);
}
.home-grid-box .arrow-white {
    height: 40px;
    width: 80px;
}
.home-grid-box .arrow-white i {
    font-size: 22px;
}
.home-grid-panel .button-center {
    height: auto;
    left: 50%;
    top: 45%;
    max-width: 210px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    border: 3px solid #fff;
}
.home-grid-panel .button-center h2 {
	font-size:24px;
}
		
}
@media (max-width:480px) {
.logo-box-overlay p {
	font-size: 40px;
}	
}


