html, body {
	height:100%;
	line-height:1.5;
}

body {
	margin: 0 !important;
    padding: 0 !important;
	color:#fff;
	background-image: url('../../images/hearts.png');
	  background-position: center;
  background-size: cover;
}

body a {
	color:#fff;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-row {
    width: auto;
}

.flex-row-iframe {
	height:50%;
	width:50%;
}


@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}



.bgimgbird {
  background-image: url('../../images/bird.png');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimggame {
  background-image: url('../../images/mock.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimgsphere {
  background-image: url('../../images/sphere.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.listennow {
  bottom: 15%;
  position: relative;
  font-size:24px;
  text-align:center;
  padding:10px;
  font-family: "Raleway", sans-serif;
  
}
.birdcambuttons {
  bottom: 15%;
  font-size:24px;
  text-align:center;
  padding:10px;
  font-family: "Raleway", sans-serif;
  
}

.listennow a:hover {
	text-decoration:none;
}

.display-middle {
	margin:auto;
	width:75%;
}


@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% { 
    left: calc(100% - 100px); 
   }
  100% {
    left: 0;     
  }
}


.topleft {
position:absolute;
top:0;
left 0;
font-family: "Raleway", sans-serif;
padding: 12px 24px !important;
font-size: 24px !important;
}



.animate-top {
position:relative;
animation: animatetop 0.4s;
}


.jumbotext {
font-size:64px;
}

h3 {
font-size:24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
border-gray {
	border-color: #9e9e9e !important;
}


.description {
	font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
  margin: 10px 0;
}


@media only screen and (min-width: 390px) and (max-width: 767px) 
{ /* Your Styles... */ 
	.listennow {
		padding:0;
	}
	
	
	.jumbotext {
		font-size:38px;
	}

	.flex-row-iframe {
		width:300px;
	}
	
	
	
	
}
