

/* CSS FOR ALL PAGES */
/* CSS FOR ALL PAGES */
/* CSS FOR ALL PAGES */

body {
	background-image: url("images/background.jpg");
	background-repeat: repeat;
	margin: 0px;
}

p {
	font-family: Montserrat, arial;
	color: #F9F9F9;  /* #FBFBFB */
}

a {
	text-decoration: none;
}


a:hover {
    color: #00C921; /*#f3780b;*/
    transition: 0.3s; /* Transition effects on hover (color) */
}



.title {
	color: #00C921; /*#f3780b; */
	text-decoration: bold;
	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'Heebo', Montserrat, arial;
}

h2 {
    font-family: 'Heebo', Montserrat, arial;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 35px;
    text-transform: uppercase;
}

h3 {
    color: #FFFFFF;
    font-family: 'Heebo', arial;
    font-size: 2.0em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 25px;
    text-transform: uppercase;
    text-decoration: bold;
}

h4 {
    color: #FFFFFF;
    font-family: arial;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 15px;
    text-transform: uppercase;
}


.text-color-orange {
    color: #00C921; /*#f3780b; */
}


.text-color-yellow {
    color: #edf600;
}


.text-color-purple {
    color: #bc2eba;
}


.body-text-holder {
	border:0px solid green;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.body-text {
	font-family: 'Heebo', Montserrat, arial;
	color: #F0F0F0; /*#FBFBFB; */	
	line-height: 1.7; 
	font-size: 1.5em;
	padding-top: 5px;
	
}


.copy-text-holder-2,
.copy-text-holder {
    float: left;
    border: 0px solid yellow;
}


.copy-text {
	text-align: left;
	color: #FAFAFA;
	font-family: 'Open Sans', Roboto, arial;
	font-size: 16px;
	padding-right: 20px;
	padding-bottom: 0px;
}


.copy-text a {
	color: #FAFAFA;
}


.regular-text {
    color: #FAFAFA;
    font-family: Arial, 'Open Sans', Roboto, arial;
	font-size: 18px;
}





.top-mobile {
	width: 100%;
	background: rgba(16, 16, 16, 0.85);
	/* background-image: url("images/Top Background.png"); */	
	position: fixed;
	z-index: 2;
	top: 0px;
}



.top-desktop {
	width: 100%;
	background: rgba(16, 16, 16, 0.93);
	position: fixed;
	z-index:2;
	top: 0px;
	padding-top:25px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.top-desktop-link-holder {
	float: left;
	width: 19%;			
}


.top-desktop-link-icon {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}



.top-desktop-links {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-right: 40px;
	font-family: 'Lato', Roboto, arial;
	text-transform: uppercase;
}


.menu-icon-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 65px;
}



.global-bottom-section {
    margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	background: rgba(16, 16, 16, 0.75);
}


.bottom-holder {
	border-bottom:2px solid #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-bottom: 40px;
}


.bottom-holder-2 {
	border:0px solid red;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}


.right-bottom-section,
.left-bottom-section {
	float: left;
}




.bottom-menu-link-holder {
	border:0px solid red;
	display: block;
	padding-bottom: 20px;
}


.bottom-menu-links {
	border:1px solid red;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


.bottom-menu-link-text {
	color: #FFFFFF;
	font-family: 'Open Sans', Roboto, arial;
	font-size: 1.2em;
}


.bottom-menu-link-box {
	display: block;
    padding-bottom:35px;
}




table, tr, td {
    border: 0px solid blue;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top;
    border: collapse;
}

#scoring-table {
    margin-top:15px;
    border: 0px solid blue;
    display:inline-block;
    position: relative;
    left: 50%;
    transform:translateX(-50%);
}


.artist-box {
    border: 0px solid blue;
    background: rgba(255, 255, 255, 0.12);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 285px;
    overflow: hidden;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}


.artist-inner-left {
    border: 0px solid blue;
    padding-left: 15px;
    float: left;
    width: 230px;
}


.artist-inner-right {
    border: 0px solid red;
    float: left;
    width: 32px;
}


.artist-bottom {
    border: 0px solid pink;
    margin-top: 12px;
    width: 100%;
    height: 20px;
    padding-left:15px;
    float:left;
    font-family: 'Montserrat', arial;
    color: #FFFFFF;
    font-size: 1em;
}





.artist-last-name,
.artist-first-name {
    font-family: 'Montserrat', arial;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


.artist-first-name {
    font-size: 1.6em;
}


.artist-last-name {
    font-size: 1.4em;
    font-weight: bold;
}


.artist-location {
    font-family: 'Montserrat', arial;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    
}

.social-links {
	border:0px solid green;
	/* margin-left: auto;
	margin-right: auto; */
	display: inline-block;
	position: relative;
	left: 0%;
	/*transform: translateX(-50%);*/
	overflow: auto;
	color: #FFFFFF;
	margin-top:25px;
}

.social-icons {
	width: 30px;
	height: 30px;
	margin-top: 0px;
	/* margin-left: 25px; */
	margin-right: 35px;
	
}


.how-to-play-holder {
    width:100%;
    border: 0px solid green;
    overflow: auto;
    margin-top: 25px;
}


.htp-right,
.htp-left {
    float: left;
}


.albums,
.gameBackgroundImages,
.cardBackgroundImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}  

.albums {
    border: 0px solid green;
    overflow: auto;
}

.album-covers {
    float:left;
}

.soulitaire-logo {
    width:140px;
    margin-left: 10px;
}


.soulitaire-title {
    display: block; 
    margin-left:auto; 
    margin-right: auto
}




@media only screen and (min-width:1001px) {
	.top-mobile {display: none;} 
	.body-text-holder {width: 72%;}
	.htp-left {width:20%; padding-top: 10px; padding-bottom:12px;}
    .htp-right {width:80%; padding-top: 10px; padding-bottom:12px;}    
    .left-bottom-section {width: 50%;}   
	.right-bottom-section {width: 50%;}
	.title {font-size: 4em;}
	.copy-text {padding-top: 25px;}
	.cardBackgroundImage {width: 700px;}
	.gameBackgroundImages {width:700px;}
	.albums {width: 725px;}
	.album-covers-images {width: 160px; height: 160px; margin-right: 20px; margin-bottom: 20px;}
	.soulitaire-title {padding-top:90px; padding-bottom: 25px; width: 90%;}
}


@media only screen and (max-width:1000px) {
	.top-desktop {display: none;} 
	.body-text-holder {width: 90%;}
	.left-bottom-section {width: 50%;}   
	.right-bottom-section {width: 50%;}
	.title {font-size: 4em;}
	.copy-text {padding-top: 25px;}
	.cardBackgroundImage {width: 700px;}
	.gameBackgroundImages {width:700px;}
	.albums {width: 725px;}
	.album-covers-images {width: 160px; height: 160px; margin-right: 20px; margin-bottom: 20px;}
	.soulitaire-title {padding-top:90px; padding-bottom: 25px; width: 90%;}
}




@media only screen and (min-width:601px) and (max-width:999px) {
	.left-bottom-section {width: 50%;}   
	.right-bottom-section {width: 50%;}
	h2 {font-size: 2.3em;}
	.title {font-size: 4em;}
	.htp-left {width:25%; padding-top: 10px; padding-bottom:10px;}
	.htp-right {width:75%; padding-top: 10px; padding-bottom:10px;}
	.copy-text {padding-top: 10px;}
	.cardBackgroundImage {width: 550px;}
	.gameBackgroundImages {width:550px;}
	.albums {width: 90%;}
	.album-covers-images {width: 150px; height: 150px; margin-right: 20px; margin-bottom: 20px;}
	.soulitaire-title {padding-top:90px; padding-bottom: 20px; width: 96%;}

}


@media only screen and (max-width:600px) {
	 .left-bottom-section {width: 100%; padding-left:25px;}  
	 .right-bottom-section {width: 100%; padding-left:25px; padding-top: 40px;}  
	 h2 {font-size: 1.7em;}
	 .title {font-size: 3em;}
    .htp-left {width:100%; padding-top: 20px; padding-bottom:10px;}
	.htp-right {width:100%; padding-top: 10px; padding-bottom:10px;}
	.copy-text-holder-2 {display:none;}
    .copy-text-holder {width:100%;}
    .copy-text {padding-top: 10px;}
    .cardBackgroundImage {width:90%;}
    .gameBackgroundImages {width:90%;}
    .albums {width: 295px;}
	.album-covers-images {width: 125px; height: 125px; margin-right: 20px; margin-bottom: 20px;}
	.soulitaire-title {padding-top:90px; padding-bottom: 10px; width: 98%;}
}



