/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'TheSans';
    src: url('../fonts/universal_doomsday_bold-mika.eot');
    src: url('../fonts/universal_doomsday_bold-mika.eot?#iefix') format('embedded-opentype'),
         url('../fonts/universal_doomsday_bold-mika.woff2') format('woff2'),
         url('../fonts/universal_doomsday_bold-mika.woff') format('woff'),
         url('../fonts/universal_doomsday_bold-mika.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* 
.funnel-display-<uniquifier> {
 
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body {
	font-family: "Funnel Display", sans-serif;
	color: #000000;
	background: #f34402;
	font-weight: 300;
	overflow-x: hidden;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.main,
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container > header {
	/* text-align: center; */
	margin-top: 20vh;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
    font-size: 28%;
    color: #fff;
    padding: 0 0 0.6em 0.1em;
    letter-spacing: 1px;
    font-family: stencilia;
    text-transform: uppercase;
}

/* Main Content */
.main {
	/* max-width: 50em; */
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #E96D65;
	font-weight: 700;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.5);
	color: #bd4a43;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}

.half_1{
	width: 48vw;
    height: 100vh;
    display: inline-block;
    background-image: url(../img/xcel-side.png);
    background-size: cover;
    clear: both;
    vertical-align: middle;
}
.half_2{
	width: 50vw;
    height: 100vh;
    display: inline-block;
    padding-left: 2vw;
    vertical-align: middle;
}
	.mx-result {
    background-color: #e9e9e9  !important;
}
.result-formula{
	width: 62vw;
	margin:0 auto;
	word-break: break-all;
	margin-top:50px;
	padding:30px;
    font-family: "Funnel Display", sans-serif;
    min-height: 350px;
	background: #fff;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
	 align-self: center;
    justify-self: center;
    display: flex;
	height: fit-content;
   font-size: 0.7rem;
}
.cpy{
	/* width: 80vh; */
	margin:0 auto;
	background: linear-gradient(45deg, #f16e3c, #e3c94b) !important;
	color: #fff;
	font-size: 2em;
    /* padding: 10px; */
	    padding: 10px 10vw;
    align-self: center;
    justify-self: center;
    display: flex;
	border: none;
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
	outline: none;
	font-family: 'TheSans', sans-serif;
}
.cpy:hover{
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.3);
	border-radius: 40px;
	transform: scale(1.2);

}
.copied-notification {
    background: -webkit-radial-gradient(top left,circle,#4a42ec 0%,#521d91 100%);
    background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%);
    background-color: #521d91;
    box-shadow: 0 48px 48px -32px rgba(23,16,159,.2), 0 96px 96px -64px rgba(23,16,159,.4);
	display: flex;
    margin-top: 30px;
	transition: all cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
	opacity: 0;
	width: fit-content;
    padding: 20px;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 40px;
    font-size: 1.5em;
}
.resultHead{
	display: flex;
    text-align: center;
    margin: 0 auto;
    /* align-content: center; */
    width: fit-content;
	font-size: 4em;
	 font-family: "Funnel Display", sans-serif;
}
.resultHead > small{
	display: block;
font-weight: 100;
font-size: 20%;
}
.back_btn{
	margin:0 auto;
	margin-top: 20px;
	border:2px solid #13131f;
	color: #13131f;
	font-size: 1em;
    /* padding: 10px; */
	padding: 10px 5vw;
    align-self: center;
    justify-self: center;
    display: flex;
	
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
	outline: none;
	
}
.back_btn:hover{
	border:none;
	background: #13131f;
	color: #fff;
	border-radius: 40px;
}


@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.half_1 {
		display: block;
		width: 100%;
		height: 20vh;
		 background-image: url(../xcel-socials.jpg);

	}
	.half_2 {
		display: block;
		width: 100%;
	}
	.container > header {
		margin-top: 5vh;
	}
	.main, .container > header {
		margin: 0 auto;
		padding: 1em;
	}
	.result-formula {
		font-size: 0.5rem;
  width: 88vw;
  margin: 0 auto;

    margin-top: 0px;
   margin-bottom: 2rem;

  word-break: break-all;
  margin-top: 10px;
  padding: 10px;}
}
.resultHead > small {
	padding: 1rem;
	font-size: 35%;
}
.resultHead {
font-size: 3rem;
}
	

}

