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


.mainWrapper {
	width:100%;
	float:left;
}

.innerWrapper {
	width:100%;
	max-width:900px;
	margin:auto;
	min-height: 50px;
}

.innerWrapperPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 8px solid #9112c1;
    height: auto;
    border-radius: 20px;
    min-height: 620px;
}

.innerWrapperFooter {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 8px solid #9112c1;
    height: auto;
    border-radius: 20px;
    min-height: 320px;
}

.innerWrapperFooter .row12 {
	text-align:center;
	width:100%;
}

.innerWrapperFooter .row3 {
	text-align:left;
}

.innerWrapperFooter .row3 a {
	padding: 3px;
    float: left;
    clear: both;
}

.innerWrapperLightPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 8px solid #9a0366;
    height: 100%;
    border-radius: 20px;
    min-height: 2000px;
}

.row1 {
	width:8.33%;
	float:left;
	padding:5px 0;
}

.row2 {
	width:16.66%;
	float:left;
	padding:5px 0;
}

.row3 {
	width:24.99%;
	float:left;
	padding:5px 0;
}

.row4 {
	width:33.32%;
	float:left;
	padding:5px 0;
}

.row5 {
	width:41.65%;
	float:left;
	padding:5px 0;
}

.row6 {
	width:49.98%;
	float:left;
	padding:5px 0;
}

.row7 {
	width:58.31%;
	float:left;
	padding:5px 0;
}

.row8 {
	width:66.64%;
	float:left;
	padding:5px 0;
}

.row9 {
	width:74.97%;
	float:left;
	padding:5px 0;
}

.row10 {
	width:83.3%;
	float:left;
	padding:5px 0;
}

.row11 {
	width:91.63%;
	float:left;
	padding:5px 0;
}

.row12 {
	width:99.96%;
	float:left;
	padding:5px 0;
}

.row3 a img {
	width:90%;
	text-align:center;
	height:auto;
	padding:5px 2.5%;
}

.navTop {
	max-width: 900px;
    width: 100%;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}

.logoMain {
	display: block;
    background: url(../images/Main-Logo-Backdrops-Fantastic.png) no-repeat top center;
    width: 300px;
    height: 91px;
    float: none !important;
}

.logoMobile {
	display:none;
	background:url(../images/Main-Logo-Backdrops-Fantastic.png) no-repeat top center;
	width:100%;
	height:auto;
}

.navTop ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navTop ul li {
	float: left;
	padding: 5px 0;
}

.navTop ul li a {
	display: block;
    color: #eee;
    text-align: center;
    padding: 5px 2px;
    text-decoration: none;
    font-size: 10px;
    transition: .5s;
    border: 1px solid #333;
    margin-left: 3.5px;
    border-radius: 5px;
    background-color: #000000;
}

.navTop ul li a:hover {
	display: block;
    color: #000000;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 10px;
    border: 1px solid #fff;
    margin-left: 3.5px;
    border-radius: 5px;
	background-color:#ffffff;
}


/*--Social--*/

.blogSpotIcon {
	background:url(../images/Icons/blogspot.png) no-repeat center center;
	width:20px;
	height:20px;
	opacity:0.8;
	transition:.5s;
	display:block;
	float:left;
	margin:0 10px
}

.twitterIcon {
	background:url(../images/Icons/twitter.png) no-repeat center center;
	width:20px;
	height:20px;
	opacity:0.8;
	transition:.5s;
	display:block;
	float:left;
	margin:0 10px;
}

.facebookIcon {
	background:url(../images/Icons/facebook.png) no-repeat center center;
	width:20px;
	height:20px;
	opacity:0.8;
	transition:.5s;
	display:block;
	float:left;
	margin:0 10px;
}

.youTubeIcon {
	background:url(../images/Icons/youtube.png) no-repeat center center;
	width:20px;
	height:20px;
	opacity:0.8;
	transition:.5s;
	display:block;
	float:left;
	margin:0 10px;
}

.blogSpotIcon:hover, .twitterIcon:hover, .facebookIcon:hover, .youTubeIcon:hover {
	opacity:1;
}

/*---- Buttons ----*/

.mainButton {
	width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
	border:1px solid #ffffff;
	transition:.3s;
	
}

.mainButton:hover {
	background-color: #000;
    color: #fff;
	border:1px solid #ffffff;
}

/*---Overrides---*/


@media screen and (max-width: 700px) {
.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8, .row9, .row10, .row11 {
	width:45%;
	float:left;
	padding:5px 2.5%;
}

.innerWrapperPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0px;
    height: auto;
    min-height: 620px;
}

.innerWrapperLightPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0px;
    height: 100%;
    min-height: 2000px;
}

.innerWrapperFooter {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0;
    height: auto;
    border-radius: 20px;
    min-height: 320px;
}

body {
	overflow-x:hidden;
}

}


@media screen and (max-width: 500px) {
.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8, .row9, .row10, .row11, .row12 {
	width:95%;
	float:left;
	padding:5px 2.5%;
}

.innerWrapperPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0px;
    height: auto;
    min-height: 620px;
}

.innerWrapperLightPurple {
	width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0px;
    height: 100%;
    min-height: 2000px;
}

.logoMain {
	display: none;
    background: url(../images/Main-Logo-Backdrops-Fantastic.png) no-repeat top center;
    width: 300px;
    height: 91px;
    float: none !important;
	background-size:contain;
}

.logoMobile {
	display: block;
    background: url(../images/Main-Logo-Backdrops-Fantastic.png) no-repeat top center;
    width: 220px;
    height: 61px;
    float: none !important;
    background-size: contain;
    margin-top: 30px;
}

}