@charset "UTF-8";
/* CSS Document */

 body {
	background-color: #f3c444;
	/*background-color: #000;*/
}

.launchingtext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 5vw;
	*/
	font-size: 2em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:75%;
}
@media only screen and (orientation: landscape) {
.launchingtext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 5vw;
	*/
	font-size: 2em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:68%;
    }
}
@media screen and (min-width: 992px) {
.launchingtext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 5vw;
	*/
	font-size: 3em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:68%;
    }
}
.Likefollowsubscribetext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 3vw;
	*/
	font-size: 1em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:82%;
}
@media only screen and (orientation: landscape) {
.Likefollowsubscribetext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 3vw;
	*/
	font-size: 1em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:80%;
    }
}
@media screen and (min-width: 992px) {
.Likefollowsubscribetext{
	font-family:"Bubblegum Sans";
	/*
	font-size: 3vw;
	*/
	font-size: 1.5em;
	position:absolute;
	width:100%;
	height:10%;
	text-align:center;
	top:80%;
    }
}
.mytwitterbutton{
	width:100%;
}
.myyoutubebutton{
	width:100%;
}
.banner{
	position:absolute;
	top:2%;
	width:100%;
	height:75%;
	background-image:url(pipeless_Sliding_Pirates_website_banner_small_file.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}
@media only screen and (orientation: landscape) {
.banner{
	position:absolute;
	top:2%;
	width:100%;
	height:70%;
	background-image:url(pipeless_Sliding_Pirates_website_banner_small_file.png);
	background-size:50%;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
    }
}
.sociallinks{
	position:absolute;
	top:90%;
	width:100%;
	text-align:center;
}

.socialpadding{
	padding-left:2%;
	padding-right:2%;
	display:inline-block;
}
