﻿.footer-navigation { 
	width: 100%; 
	height: auto;
	position: absolute;
	background-color: #080808 !important;  
	/**CREDIT TO: https://csshint.com/css-background-patterns/ **/
  		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E") 
	}



/** BEGINNING OF LA WORD DISPLAY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/
.word-display {
	border: 0px;
  	transition: 0.5s;
	margin-top: 0px !IMPORTANT;  
	}

.LaRaiyonance_icon-Bar {
  	background: radial-gradient(
    		circle closest-corner at center 125px,
    		#222,
    		77black 40%
  		) no-repeat;
  		text-align: center; 
	}

/*****************BEGINNING OF h1***********************************************************/
.LaRaiyonance_icon-Bar h1 {
  	display: inline-block;
  	margin-top: 0px;
  	font-family: 'Syncopate', sans-serif; 
  	text-transform: uppercase;
  	background: radial-gradient(
    		circle farthest-corner at center center, 
    		#ccc,
    		#333
  		) no-repeat;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
	@media screen and (min-width: 320px) {
  		.LaRaiyonance_icon-Bar h1 {
    			font-size: calc(22px + 6 * ((100vw - 320px) / 680));
  			}
		}
	@media screen and (min-width: 1000px) {
  		.LaRaiyonance_icon-Bar h1 {
    			font-size: 32px;
  		}
	}
/*****************END OF OF h1**************************************************************/



/*****************BEGINNING OF OF h5********************************************************/
/**NETWORK GROUP (span css)**/
.LaRaiyonance_icon-Bar h5 {
  	display: inline-block;
  	margin-top: -30px;
  	font-family: 'Syncopate', sans-serif;
  	text-transform: uppercase; 
  	background: radial-gradient(
    		circle farthest-corner at center center,
    		#ccc,
    		#333
  		) no-repeat;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	}
	@media screen and (min-width: 320px) {
  		.LaRaiyonance_icon-Bar h5 {
    			margin-top: -20px;
  			}
		}
	@media screen and (min-width: 1000px) {
  		.LaRaiyonance_icon-Bar h5 {
    			margin-top: -30px;
  		}
	}
/*****************END OF OF h5**************************************************************/





#la_raiyonnance {
	width: 34px;
	width: 21px;
	}
/** END OF WORD DISPLAY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/



#bottom-navigation-menu{
  	width: 80%;
  	margin-right: auto;
  	margin-left: auto;  
  	position: relative;       
	}

#bottom-navigation-menu #countrySelection {
  	border-bottom: 1px solid #2C3E50;
  	border-top: 1px solid #2C3E50;
  	position: relative;                 
	}

#bottom-navigation-menu #countrySelection #countrySelection-wrapper {
  	overflow: hidden;
  	height: 60px;
  	padding: 0 30px;                
	}

#countrySelection-items {
    	margin: 0 20px;
    	padding: 1px 0;
    	list-style: none;
    	white-space: nowrap;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;        
	}

#bottom-navigation-menu #countrySelector {
  	position: relative;
  	margin-left: -5px;
  	top: -1px;
  	width: 0;
  	height: 0;
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-top: 6px solid #EFEBE8;    
	border-radius: 50%; 
	border: 7px solid #FFFF00;   
	}


#bottom-navigation-menu #countrySelection ul li {
    display: inline-block;
    margin: 16px 24px;  
}





#inner-paragraph-nav{ 
	MARGIN-TOP: 0PX; 
	PADDING: 0PX;
  	text-align:center;  
	}

#countrySelection-items a {
  	text-decoration: none;
  	line-height: 1.3;
  	letter-spacing: 0.25px;
  	font-weight: 100;
  	text-align:center;
	}

#countrySelection-items a {
	font-size: 0.8rem;
	}

#inner-paragraph-nav {
	height: auto;
	}

.slick-prev, .icon-chevronleft {
    	transform: rotate(180deg); 
	}

.icon-chevronleft, .icon-chevronright {
    	background-image: url('../../Picture_Center/smaller-icon-go-next.png') !important;
    	background-repeat: no-repeat;
    	background-size: 31px;
	}

.countrySelection-paddle-left, .countrySelection-paddle-right {
    	cursor: pointer;
    	border: none;
    	position: absolute;
    	top: 20px;
    	background-color: transparent;
    	width: 31px;  
    	height: 31px;  
    	margin-left: auto;
    	margin-right: auto;
    	outline: none;  
	}

.slick-prev, .countrySelection-paddle-left {
    left: 0;
	}

.arrow {
    	width: 31px;
    	margin-left: auto;
    	margin-right: auto;
	}

.slick-next, .countrySelection-paddle-right {
    	right: 0;
	}