body {
    width: 100wh;
    height: 90vh;
    background: linear-gradient(-45deg, #1a499f, #b6cf0b, #1a499f, #b6cf0b);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.centered {
	width:100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centered .text-head-container {
	max-width: 100%;
    text-align: center;
    margin-top: 30px;
    display: block;
	}
.centered p.text-head {
	max-width: 350px;
    margin: 0 auto;
    font-size: 1.3em;
    font-family: Helvetica;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 1.5;
}
.centered .text-head .pop {
    font-size: 140%;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
	font-weight: 600;
}
.centered img {
	margin: 0 auto 30px;
    display: block;
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
	width:320px;
}
.btn-sq {
	width: 90px !important;
	height: 90px !important;
	font-size: 0.7rem;
	color: #fff;
	background-color:#17a2b8;
	margin:0 5px;
	padding: 17px 0;
    line-height: 1;
}
.btn-sq:hover {
	background-color:#fff;
}
.btn-sq i {
	line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 812px) {
	h1 {
		font-size:1.2rem !important;
	}
	.btn-sq {
		width: 75px !important;
		height: 75px !important;
		font-size: 0.7rem;
		color: #fff;
		margin:0 5px !important;
		padding: 7px 0 !important;
		
	}
	.centered img {
		width:247px;
	}
    .btn-sq:last-child {padding: 4px 0 !important;}
    .centered {
        top: 55%;
        transform: translate(-50%, -63%);
    }
	.centered p.text-head {font-size:1.2em !important;max-width: 315px;}
	.centered .text-head .pop {font-size:130% !important;}
	
}

h1{
    font-family: 'Helvetica';
    font-weight: 300;
    text-align: center;
	color: #fff;
	font-size:1.3em;
	vertical-align: middle;
	font-weight: 700;

}
h1 .bolder {font-size:145%;display:inline-block;margin-top: -5px;vertical-align:middle}

p.text-head {
	-webkit-animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
			margin-bottom:10px;
			/*padding-right: 19px;*/
}



h1.first {
	-webkit-animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
			margin-bottom:10px;
			/*padding-right: 19px;*/
}

h1.second {
	-webkit-animation: slide-bottom 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
			margin-bottom:10px;
			/*padding-right: 63px;*/
}
h1.third {
	-webkit-animation: slide-bottom 0.11s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.11s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			

}
.btnGroup {
	-webkit-animation: slide-bottom 0.13s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.13s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
			margin-top:15px;
}





@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}





@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 2px;
    width: 100%;
    color: white;
    text-align: center;
  }
  .footer p {display:block;font-size: 0.8em;margin: 0;line-height: 1.2}
  .footer a,.footer a:visited,.footer a:hover {color: white}