/*body*/

@import 'https://fonts.googleapis.com/css?family=Droid+Sans';

/* row formatting */
#row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*height: 80vh;*/
    margin-top: auto;
    margin-bottom: auto;

}

#row2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

#heading {
	font-weight: 600;
	font-size: 4rem;
	margin-bottom: 0;
	outline: none;
    max-width: 400px;
    margin-top: 0px;
}
#strapline {
	font-weight: 300;
	font-size: 1.4rem;
	margin-top: .4rem;
	outline: none;
    text-align: center;
}

#b1{
	max-width:450px;
    line-height: 1.5;
}

.header-container{
    max-width: 350px;
}

.header-child{
    position: absolute;
    left: 50%;
}


#bio_image {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

img{
    width: 100%;
}

#upcoming{
    max-width:450px;
    text-align: center;
    line-height: 1.5;
    
}

.button {
	font-size: 1rem;
	padding: .5rem 1.1rem .4rem;
	border: 1px solid;
	border-radius: 1rem;
	background: none;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* lines */
hr{
    width: 100px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    border: none;
    margin-top: 40px;
    margin-bottom: 20px;
}




/* Fonts */
.Droid-Sans {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

a:link {
    color:#000;
    text-decoration:underline;
}

a:visited {
    color:#000;
}

a:hover {
    color:#ff6a4c;
}

a:active {
    color:#fff;
}

h2{
    font-weight: 300;
	font-size: 1.4rem;
	outline: none;
}

ul.ba{
    list-style: none;
    margin: 0;
    padding: 0;
        }
li{
    margin-bottom: 1em;
}


/*navscratch*/


.navbar{
  background-color:#ffffff;
  overflow:hidden;
  height:40px;
}

.navbar a{
  float:left;
  display:block;
  color:#000;
  text-align:center;
  padding:0px 16px;
  text-decoration:none;
  font-size:36px;
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  background-color:#ff6a4c;
  color:#fff;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#000;
  opacity:1;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#ffffff;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#ff6a4c;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}


/* nav buttons */

#os1{
  display: block;
  }

#os2{
  display: none;
      }


/* LIGHTBOX */

.lightbox {
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Flight 1 */

.flier1{
    pointer-events: none;
}

.flier1 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly1 90s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}


@keyframes fly1 {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

/* Flight 2 */

.flier2{
    pointer-events: none;
}

.flier2 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly2 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 4s;
	z-index: 999999;
}


@keyframes fly2 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(80vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(50vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 3 */

.flier3{
    pointer-events: none;
}

.flier3 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly3 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(120vw) translateY(10vw) rotateZ(0);
	position: fixed;
	animation-delay: 14s;
	z-index: 999999;
}


@keyframes fly3 {

	98.001%, 0% {
        display: block;
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(-10vw) translateY(30vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(110vw) translateY(20vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(-10vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 4 */

.flier4{
    pointer-events: none;
}

.flier4 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly4 300s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-10vw) translateY(4vh) rotateZ(0);
	position: fixed;
	animation-delay: 18s;
	z-index: 999999;
}


@keyframes fly4 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(18vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(55vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}
}





/*888888888888888888888888888888888888888888888*/

/* Flight 5 */

.flier5{
    pointer-events: none;
}

.flier5 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly5 90s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 22s;
	z-index: 999999;
}


@keyframes fly5 {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

/* Flight 6 */

.flier6{
    pointer-events: none;
}

.flier6 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly6 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 28s;
	z-index: 999999;
}


@keyframes fly6 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(80vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(50vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 7 */

.flier7{
    pointer-events: none;
}

.flier7 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly7 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(120vw) translateY(10vw) rotateZ(0);
	position: fixed;
	animation-delay: 34s;
	z-index: 999999;
}


@keyframes fly7 {

	98.001%, 0% {
        display: block;
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(-10vw) translateY(30vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(110vw) translateY(20vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(-10vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 8 */

.flier8{
    pointer-events: none;
}

.flier8 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly8 300s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-10vw) translateY(4vh) rotateZ(0);
	position: fixed;
	animation-delay: 38s;
	z-index: 999999;
}


@keyframes fly8 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(18vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(55vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}
}

/*888888888888888888888888888888888888888888888*/

/* Flight 9 */

.flier9{
    pointer-events: none;
}

.flier9 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly9 90s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 40s;
	z-index: 999999;
}


@keyframes fly9 {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

/* Flight 10 */

.flier10{
    pointer-events: none;
}

.flier10 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly10 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 43s;
	z-index: 999999;
}


@keyframes fly10 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(80vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(50vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 11 */

.flier11{
    pointer-events: none;
}

.flier11 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly11 200s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(120vw) translateY(10vw) rotateZ(0);
	position: fixed;
	animation-delay: 50s;
	z-index: 999999;
}


@keyframes fly11 {

	98.001%, 0% {
        display: block;
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(-10vw) translateY(30vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(110vw) translateY(20vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(-10vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(110vw) translateY(10vh) rotateZ(0deg)
	}
}

/* Flight 12 */

.flier12{
    pointer-events: none;
}

.flier12 > * {
/* Adjust animation duration to change the element’s speed */
    animation: fly12 300s linear infinite;
    pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-10vw) translateY(4vh) rotateZ(0);
	position: fixed;
	animation-delay: 54s;
	z-index: 999999;
}


@keyframes fly12 {

	98.001%, 0% {
        display: block;
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(110vw) translateY(18vh) rotateZ(180deg)
	}

	40% {
		transform: translateX(-10vw) translateY(55vh) rotateZ(-180deg)
	}

	65% {
		transform: translateX(110vw) translateY(70vh) rotateZ(60deg)
	}

	95% {
		transform: translateX(-10vw) translateY(4vh) rotateZ(0deg)
	}
}

/******************** Vert Bird ********************************/

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

img.vert-move2 {
    -webkit-animation: mover2 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move2 {
    -webkit-animation: mover2 1s infinite  alternate;
    animation: mover2 1s infinite  alternate;
}
@-webkit-keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}



/******************** Media Call for mobile ********************/


@media screen and (min-device-width:1200px){

    #splash-desktop {display: block;}
    #splash-mobile {display: none;}
}

@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 1000px) 
   { 
    #splash-desktop {display: none;}
    #splash-mobile {display: block;}
    
#b1{
	max-width:85%;
    line-height: 1.5;
    }
#row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*height: 80vh;*/
    margin-top: auto;
    margin-bottom: auto;

}

#row2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

#heading {
	font-weight: 600;
	font-size: 8rem;
	margin-bottom: 0;
	outline: none;
    max-width: 85%;
    margin-top: 0px;
}
#strapline {
	font-weight: 300;
	font-size: 4rem;
	margin-top: .4rem;
	outline: none;
    text-align: center;
}

h2{
    font-weight: 300;
	font-size: 4rem;
	outline: none;
}

      p {
          font-size: 3rem;
      }
      
      ul.ba{
    list-style: none;
    margin: 0;
    padding: 0;
        }
li{
    margin-bottom: 1em;
}

/*navscratch*/


.navbar{
  background-color:#ffffff;
  overflow:hidden;
  height:7rem;
}

.navbar a{
  float:left;
  display:block;
  color:#000;
  text-align:center;
  padding:0px 16px;
  text-decoration:none;
  font-size:6rem;
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  background-color:#ff6a4c;
  color:#fff;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#000;
  opacity:1;
  overflow-x:hidden;
  padding-top:20%;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:4rem;
  color:#ffffff;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#ff6a4c;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:8rem;
  margin-left:50px;
}

#os1{
  display: none;
  }

#os2{
  display: block;
      }
      
}

