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


#cryptocurrency {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	font-size: 120%;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-bottom: 40px;
}

#cryptocurrency ul {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 110%;
	line-height: 2em;
	list-style: none;
	padding-top: 30px;
    padding-bottom: 40px;
}

#cryptocurrency li {
	margin-bottom: 30px;
	line-height: 1.2em;
}

#cryptocurrency h3 {
background: #464646;
    color: #000;
    padding: 15px 0;
    font-size: 130%;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--primary-cream-color);
    color: white;
    line-height: unset;
}

.cryptocurrency-important {
	border: #fff solid 1px;
	width: 960px;
    margin: 0 auto;
    text-align: center;
}

#cryptocurrency span {
	font-size: 160%;
	background-color: crimson;
	padding: 0.6% 10%;
	color: #000;
}

#cryptocurrency p {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 110%;
	line-height: 1.3em;
	padding-top: 30px;
    padding-bottom: 40px;
}


@media only screen and (max-width: 767px) {

	#cryptocurrency li {
		padding: 0 40px;
		line-height: 1.8em;
	}
	#cryptocurrency p{
		width: auto;
		line-height: 1.8em;
		padding: 40px 20px 30px ;
	}
	.cryptocurrency-important {
		margin: 10px;
		width: auto;
		line-height: 1.8em;
		padding: 40px 20px 30px;
	}
}



/* NAVIGATION */

nav#fixedBox li a:hover {
	background: #fff4db;
	border-radius: 3px;
	padding: 5px 10px;
}

nav#fixedBox li {
	border-left: 1px solid rgba(202,146,46,1);
	-webkit-transition: all 0.3s ease;
}

/* PAGE */

.ft-cryptocurrency-row {
	display:none;
}
