body{
	background: rgb(255,157,0);
	margin: 0;
	line-height:1.5;
}

@supports ( font-variation-settings: normal ) {
	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}


#intro{
	min-height:68vh;
	/* background: rgb(255,157,0); */
	background: -moz-linear-gradient(173deg, rgba(255,157,0,1) 0%, rgba(255,137,0,1) 100%);
	/* background: -webkit-linear-gradient(173deg, rgba(255,157,0,1) 0%, rgba(255,137,0,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9d00",endColorstr="#ff8900",GradientType=1);
	/* background-image: url(images/backs/BitcoinOP_UXUI_background.svg); */
	background-size: cover;
	-webkit-box-shadow: 0px 8px 50px 5px rgba(0,0,0,0.28);
	box-shadow: 0px 8px 50px 5px rgba(0,0,0,0.28);
	z-index:100;
	position:	relative;
	background-image: linear-gradient(180deg, #ffa42b00, #ff9200 100%), url(images/backs/BitcoinOP_UXUI_background.svg);
}


#site-title {
	margin: auto;
	max-width:1000px;
	width: 70vw;
	text-align:center;
	padding-top: 15vh;
}

#hero-button, #hero-sub{
	display: block;
}

#hero-button{
	font-size:13vw;
	background:#fff;
	color:#ff9900;
	padding: 3rem 6rem;
	border-radius: 10000px;
    -webkit-box-shadow: 0px 1px 0px 1px rgb(236, 150, 0);
	-moz-box-shadow: 0px 1px 0px 1px rgb(236, 150, 0);
	box-shadow: 0px 1px 0px 1px rgb(236, 150, 0);
	background-image: url(images/hero.svg);
  background-size: contain;
  background-repeat: no-repeat;
	background-position: center;
}



#hero-button:hover{
	margin-top:2px;
	margin-bottom:-2px;
	color:#ff9900;
	-webkit-box-shadow: 0px -1px 0px 1px rgba(255,184,61,1);
	-moz-box-shadow: 0px -1px 0px 1px rgba(255,184,61,1);
	box-shadow: 0px -1px 0px 1px rgba(255,184,61,1);
}

#hero-sub{
	padding: 1rem 0 3rem;
	font-size:9vw;
	text-transform: uppercase;
	color:#fff;
	font-weight: 700;
}


.hide{
	font-size: 0px;
}


#site-subtitle{
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	color: #fff;
}


#external-links{
	text-align:center;
	width: 100%;
	padding: 2rem 0;
}

#external-links a{
	padding: 0 0.5rem;
}

#external-links img {
	height: 40px;
}

#external-links svg {
	height: 40px;
}

#podcast-holder{
	width: 100%;
	padding:7vw;
	box-sizing: border-box;
	background: rgba(60, 60, 60, 1);
}

#podcast-holder iframe{
	width: 100%;
	height: 160px;
	margin-bottom: 3rem;
}


#copyrights{
	width: 100%;
	text-align: center;
	color:#fff;
	letter-spacing:0.06em;
}


#sphinx-spacer {
	padding: 3.5vw;
}


*, ::after, ::before {
    box-sizing: border-box;
}


#sphinx-widget div {
	border: none !important
}

#sphinx-widget footer {
	background: #ff8f00 !important
}




@media only screen and (max-width: 680px) {
	#podcast-holder iframe {
			width: 100%;
			height: 100px;
			margin-bottom: 1rem;
	}
	
	#external-links{
		width: 70%;
		padding: 2rem 0;
		margin: auto;
	}
	
	#hero-button {
    padding: 1rem 6rem;
	}
	
}
