body{
	background: url(images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;

}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wrapper {
	width:80%;
}

li {

	text-align:center;
	float:left;

}


h1 {
	text-align:center;
	color:white;
	padding-top:30px;
	padding-bottom:0;

}

h2 {
	text-align:center;
	color:white;
	padding-top:0;

}


h3{
		text-align:center;
	list-style:none;
background-color:none;
color:white;

}


.wrapper {
        text-align: center;
    }
    .wrapper ul {
			text-align: center;
        width: 300px;
        margin: 0 auto;
        /* padding: 0; */
        /* For IE, the outcast */
        /* zoom:1;
        *display: inline; */
    }
    .wrapper li {
        /* float: left; */
        padding: 2px 5px;
				list-style: none;

    }

/*
a {
	font-size:2.2vw;
	background-color:rgb(51,51,51);
	display:block;
	color:rgb(51,204,255);
	text-decoration: none;
	text-align:center;
	padding:10px 10px;

}

a:hover {
	display:block;
	background-color:rgb(255,102,0);
	color:rgb(255,153,0);
} */



a
{

	position: relative;
	padding: 15px;
	transform: translate(-50%, -50%);
  width: 200px;
  height:60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
box-sizing: border-box;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 30px;
z-index: 1;

}
a:hover
{
animation: animate 8s linear infinite;
}
@keyframes animate
{
0%
{
  background-position: 0%
}
100%
{
  background-position: 400%
}
}
a:before
{
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 40px;
filter: blur(20px);
opacity: 0;
transition: 0.5s;
}
a:hover:before
{
filter: blur(20px);
opacity: 1;
animation: animate 8s linear infinite;
}


@media(max-width:1024){


a
{

	position: relative;
	padding: 15px;
	transform: translate(-50%, -50%);
  width: 200px;
  height:60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
box-sizing: border-box;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 30px;
z-index: 1;

animation: animate 8s linear infinite;
}
@keyframes animate
{
0%
{
  background-position: 0%
}
100%
{
  background-position: 400%
}

content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 40px;
filter: blur(20px);
opacity: 0;
transition: 0.5s;
filter: blur(20px);
opacity: 1;
animation: animate 8s linear infinite;
}
}

p {
	color:white;
}
