/* Colors:
	fire red: rgb(204, 31, 0)
	canopy blue:  rgb(54,76,99)
	cyan: rgb(0,139,139)
	lightblue: rgb(127,211,224)
*/

/*Limited Reset*/
html,body,div,section,header,footer,nav,a,h1,h2,h3,h4,p,ul,li,address,span,img,figure,figcaption,caption,
button,form,input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
/*Global Styles*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Gowun Dodum', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: rgb(80,80,80);
	background-color: rgb(0,139,139);
	background-image: url("/assets/mall_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
h2,h3,h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: rgb(54,76,99);
	text-align: left;
	text-transform: uppercase;
}
/*Buttons, icons and links*/
a {
	text-decoration: underline;
	outline: none;
	background-color: transparent;
	word-wrap: break-word;
	color: rgb(80,80,80);
}
button {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	word-wrap: break-word;
	color: rgb(80,80,80);
	background-color: transparent;
	padding-bottom: 6px; /*trying to level tokens button*/
}
a:hover,button:hover,a:active,button:active {
 	text-shadow: none;
	border-style: none;
	cursor: pointer;
	outline: none;
	color: rgb(0,139,139);
 }
 a:visited,a:active,a:focus,button:active,button:focus,button:visited {
	outline: none;
	color: rgb(0,139,139);
}
span {
	vertical-align: bottom;
}
/*Correct strong tags in EE pagination links*/
strong {
	vertical-align: bottom;
}
address {
	font-style: normal;
}
/*Header styles*/
#screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
#screen img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgb(54,76,99);
	z-index: 10;
}
/*Responsive menu icon for small screens*/
#menuIcon {
	display: none;
	float: left;
	cursor: pointer;
	height: 30px;
	padding: 4px;
	margin: 20px 0 20px 15px;
}
/*Logo*/
#fslogo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 40px;
	height: 50px;
}
/*Navigation bar and dropdown menu*/
button.dropbtn+span {
	display: none;		
}
/*nav - Desktop navigation styles*/
#navWrapper {
	width: 850px;
	padding: 0;
	margin: 18px auto;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: space-around;
  	z-index: 10;
}
#navWrapper.expand {
	display: block;
}
/*Menu items - global*/
#navWrapper a, #navWrapper button {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 0 15px;
	border-style: none;
	border-radius: 3px;
	color: white;
	background-color: transparent;
}
#navWrapper a:hover, #navWrapper a:active, #navWrapper .dropdown a:hover {
	color: rgb(0,139,139); 
}
.dropdownWrapper {
	position: relative;
	display: inline-block;
}
#navWrapper .dropdown {
	display: none;
}
#navWrapper .dropdown.expand {
	display: block;
	background-color: rgb(54,76,99);
	position: absolute;
	top: 58px;
	left: -20px;
	width: 250px;
	padding: 0 0 20px 40px;
	margin: 0;
}
#navWrapper .dropdown a {
	display: block;
	text-align: left;
	margin: 10px 0;
}
/*Slogan*/
#slogan {
	display: block;
	width: 70%;
	padding: 60px 0;
	margin: 140px auto 60px auto;
}
#slogan img {
	display: block;
	height: 240px;
	object-fit: cover;
	padding: 40px;
	margin: 0 auto;
}
#slogan h1 {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 4.2vw;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 110px;
	color: white;	
}
#slogan p {
	display: block;
	color: rgb(80,80,80);
	font-family: 'News Cycle', sans-serif;
 	font-size: 2.5vw;
 	font-weight: bold;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	color: white;
}
/*Social media & languages*/
#socialMedia {
	position: absolute;
	top: 28px;
	right:30px;
	display: flex;
	justify-content: center;
}
#socialMedia a {
	padding: 0 5px;
	margin-right: 15px;
}
#socialMedia img {
	height: 23px;
}
#socialMedia img:hover {
	background-color: rgba(0,139,139,0.6);
	border-radius: 3px;
}
/*Break 1 - desktop navigation*/
@media only screen and (max-width: 1200px) {
	#fslogo {
		left: 30px;
	}
	#menuIcon {
		display: inline;
		margin-right: 0;
	}
	#navWrapper {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 280px;
		height: 85vh;
		overflow-y: scroll;
		margin: 90px 0 0 0;
		padding: 20px 0 40px 20px;
		border: 1px solid white;
		background-color: rgb(54,76,99);
		z-index: 10;  	
	}
	#navWrapper a {
		display: block;
		text-align:left;
		width: auto;
		margin: 0 15px 15px 15px;	
	}
	#navWrapper .dropdownWrapper button {
		display:none;	
	}
	#navWrapper .dropdown {
		display: block;
		background-color: rgb(54,76,99);
		position: static;
		width: auto;
		padding: 0;
		margin: 0;
	}
	#navWrapper .dropdown a {
		display: block;
		text-align: left;
		margin: 0 15px 15px 15px;
	}
	/*To center links vertically. They are not rendered the same as buttons*/
	/*Slogan*/
	#slogan h1 {
		font-size: 2.8em;
		line-height: 70px;
	}
	#slogan p {
	 	font-size: 1.8em;
		line-height: 40px;
	}
}
/*Small screen media queries*/
@media only screen and (max-width: 780px) {
	#screen img {
		display: block;
	}
	#slogan {
		width: 100%;
		margin-top: 100px;
	}
	#slogan img {
		height: 150px;
		padding: 30px;
		margin-bottom: 0;
	}
	#slogan h1 {
		width: 90%;
		font-size: 1.9em;
		line-height: 50px;
		margin: 0 auto;
		padding: 0;
		color: white;
	}
	#slogan p {
	 	font-size: 1.4em;
	}	
}
@media only screen and (max-width: 500px) {
	#socialMedia img {
		display: none;	
	}

	#slogan h1 {
		font-size: 1.6em;
		line-height: 30px;
	}
	#slogan p {
	 	font-size: 1.3em;
	 	line-height: 30px;
	}
}
/* General Section styles*/
section {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0 auto;
	padding-bottom: 80px;
	background-color: white;
	text-align: left;
}
section p {
	padding: 0 80px;
	text-align: justify;  
   text-justify:inter-word;
   font-weight: normal;
   max-width: 800px;
   margin: 0 auto;
}
section h3 {
	text-align: left;
	padding-bottom: 30px;
	width: 100%;
}
section h2 {
	font-size: 1.2em;
	text-align: center;
	padding: 80px 0 40px 0;
	text-transform: uppercase;
}
section h3 a:hover, section h3 a:active {
	color: darkgrey;
}
section a {
	font-weight: normal;
}
section img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.button {
	font-size: 0.8em;
	font-style: normal;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	background-color: rgb(54,76,99);
	border-style: none;
	color: white;
	padding: 10px 15px 8px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
	width: 160px;
}
.button:hover {
	background-color: rgba(0,139,139,0.6);
	color: white; 
}
form {
	width: 100%;
	font-size: 0.8em;
}
form label {
	display: block;
	text-transform: uppercase;
	color: rgb(54,76,99);
}
form input {
	display: block;
	width: 90%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid darkgrey;
	font-size: 20px;
}
::placeholder {
  color: grey;
  font-size: 0.8em;
}
form textarea {
	font-size: 20px;
	width: 90%;
	margin-bottom: 20px;
}
form input[type="submit"] {
	font-size: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: white;
	width: 90px;
	padding: 13px 0px 10px 0px;
}
.panel {
	display: block;
	padding: 0 20% 20px 20%;
}
.panel a {
	font-size: 1em;
	font-weight: normal;
	color: black; /*rgb(54,76,99);*/
	padding: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.panel a:hover {
	color: rgb(0,139,139);
} 
.panel p {
	text-align: left;
	padding: 0;
	margin: 0;
	color: rgb(50,50,50);
	font-size: 0.9em;
}
.entryDate {
	text-transform: uppercase;
	font-size: 12px;	
}
/*Pagination*/
ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 80%;
	padding-bottom: 60px;
}
ul li {
	margin: 0 20px;
}
ul li a {
	color: rgb(0,139,139);
}
ul li a:hover {
	color: rgb(204, 31, 0); 
}
ul li a.active, ul li a.active:hover {
	color: rgb(180,180,180);
	cursor: default;
}
ul li a.active:hover {
	color: rgb(180,180,180);
}
/*Newsletters*/
#press h2 {
	text-align: left;
	margin-left:80px;
	padding-bottom: 40px;
}
#press .panel {
	padding-left: 0;
	margin-left: 80px;
}
		
/*Press Releases*/
#pressrelease {
	padding: 60px;
}
#pressrelease h3 {
	text-transform: none;
	color: rgb(50,50,50);
	text-align: left;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
#pressrelease p {
	display: block;
	padding: 20px 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-word;
	color: rgb(50,50,50);
}

/*Private Offering*/
#securitize {
	padding-bottom: 0;
}
#securitize p {
	padding: 60px;
}
.trading img {
	display: block;
	height: 150px;
	width: auto;
	margin: 0 auto 40px auto;
}
.intextlogo {
	display: inline;
	height: 60px;
	width: auto;
}
#securitize h2, #cryptosx h2 {
	width: 100%;
	padding: 60px 10%;
	color: white;
	font-size: 25px;
	line-height: 40px;
	background-color: rgb(54,76,99);
	font-family: Raleway;
	font-weight: bold;
}
.number {
	display: block;
	height: 60px;
	width: 60px;
	margin: 0 auto 30px auto;
}
#waysToTrade {
	padding: 0 60px;
	background-color: blue;
}
#securitize .bar {
	color: white;
	display: block;
	padding: 60px;
	margin:0;
	background-color: rgb(216, 236, 243);
}
#securitize .bar h3 {
	padding: 0;
}
#tradelink {
	text-decoration: none;
	display: block;
	padding: 80px;
	background-color: rgb(216, 236, 243);
}
#tradelink:hover {
	background-color: rgba(127,211,224,0.6);
}
#securitize h3 {
	font-family:  'Raleway', sans-serif;
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}
#securitize span {
	display: block;
	text-align: center;
	width: 100%;
	padding: 60px;
	font-size: 30px;
	font-weight: bold;
}
#PPO {
	background-color: white; /*rgba(127,211,224,0.4);*/
	padding-bottom: 80px;
}
.loginbuttons {
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.loginbuttons img {
	height: 30px;
	width: auto;
	padding-right: 10px;
}
.loginbuttons .button {
	margin-top: 0;
	padding: 10px 15px;
}
/*Cryptosx*/
#cryptosx {
	padding-bottom: 0;
}
/*For Live ticker data - not in use*/
#cryptosx .bar{
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}
#cryptosxlogin {
	width: 100%;
	padding: 80px;
	background-color: whitesmoke;
	font-size: 20px;
}
#cryptosxlogin h3 {
	padding: 0 80px 40px 80px;
   max-width: 800px;
   margin: 0 auto;
}
#cryptosxlogin img {
	display: block;
	background-color: rgb(54,76,99);
	height: 60px;
	width: auto;
	margin: 40px auto 0 auto;
	border-radius: 5px;		
}
#cryptosxlogin img:hover {
	background-color: rgba(0,139,139,0.6);
}
#cryptosxlogin .button {
	background-color: rgb(248,210,23);
}
#cryptosxlogin .button:hover {
	background-color: rgba(0,139,139,0.6);
}
#cryptosx h2 {
	padding-bottom: 60px;
}
#cryptosx h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 25px;
	line-height:25px;
	font-family: 'Hammersmith One', sans-serif;
	font-family: 'Gowun Dodum', sans-serif;
}
#tradinglink {
	display:block;
	height:70px;
	width:70px;
	padding: 10px;
	margin:0 auto;"
}
#tradinglink:hover {
	background-color: whitesmoke;
}
#comments {
	padding: 40px 0;
	background-color: rgb(216, 236, 243);
}
#line {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid rgba(54,76,99,0.6); 	
	width: 30%;
}
#comments p {
	/*background-color: white;*/
	border-radius: 5px;
	font-size: 22px;
	color: rgb(54,76,99);
	padding: 40px;
	margin: 0 auto;
}
#terms {
	font-size: 0.8em;
	background-color: whitesmoke;
}
#terms h4 {
	width: 100%;
	text-align:center;
   padding: 0 0 0 20px;
}
#terms ul {
	list-style-type: decimal;
	display: block;
	padding: 0 0 80px 0;
   max-width: 800px;
   margin: 0 auto;
}
#terms ul li {
	display: list-item;
	font-style:italic;
}
/*Live trading*/
#tradingChart {
 display: block;
 margin: 0 auto;
 max-width: 900px;
 width: 100%;
 padding: 40px 50px 40px 0;
 height: 700px;
}

/*#livetrading {
	width: 100%;
	padding: 40px 60px 60px 60px;
}*/

/*#livetrading h1 {
	max-width: 500px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	padding: 0;
	margin: 0 auto;
}
/*#livetrading h1 img {
	display: inline;
	height: 30px;
	width: 30px;
}
#livetrading .tradingimages {
	display:block;
	width:100%;
	height:80px;
	width:auto;
	margin:0 auto;
	obfect-fit:cover;
}*/
/*#livetrading p {
	font-family: 'Gowun Dodum', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(50,50,50);
	line-height: 25px;
	padding: 0 0 10px 0;
	max-width: none;
	margin: 0 ;
	text-align: center;
}*/
/*Contact section*/
#contact {
	padding: 80px;
}
#contact h2 {
	font-size: 23px;
	text-align: left;
}
#contact>div {
	width: 100%;
	display: inline-grid;
	grid-gap: 40px;
	grid-template-columns: 50% 50%;
}
#contact form img {
	height: 30px;
	width:140px;
	margin-bottom: 20px;
}
#contact address {
	display: inline-block;
}
#contact address h3 {
	font-size: 1.2em;
}
#contact address a {
	word-wrap: break-word;
	color: black;
}
#contact address a:hover {
	color: grey;
}
#contact table {
  	display: table;
  	border-collapse: collapse;
}
#contact address table td {
	padding: 10px 10px 10px 0;
}

/*footer*/
footer {
	background-color: whitesmoke;
	padding-bottom: 60px;
}
#socials {
	width: 220px;
	padding-bottom: 10px;
	display: flex;
}
#socials img {
	height: 40px;
	padding: 10px;
}
#socials .icon {
	padding: 6px;	
}
footer div {
	max-width: 900px;
	display: block;
	margin: 0 auto;
}
footer div p, footer div a {
	display: block;
	font-style: italic;
	font-size: 0.9em;
	line-height: 25px;
	width: 100%;
	text-align: center;
}
footer .button {
	margin: 0 auto 40px auto;
}
footer .newsletter_button {
	margin: 0 0 60px 0;
	width: 100%;
	background-color: rgb(255, 240, 153);/*rgb(248,210,23);*/
	color: rgb(80,80,80);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/*Section media queries*/
@media only screen and (max-width: 1200px) {
	#contact {
		display: block;
		height: auto;
		width: 90%;
		z-index: 0;
	}
	#contact h3 {
		margin-top: 20px;	
	}
}
@media only screen and (max-width: 900px) {
	#cryptosxlogin {
		padding: 80px 0;
		font-size: 20px;
	}
	#contact>div {
		grid-gap: 30px;
		grid-template-columns: auto;
	}
	#contact img {
		height: 250px;			
	}
}
@media only screen and (max-width: 780px) {
	section {
		display: block;	
		width: 100%;
		min-height: 0;
		border-style: none;
		box-shadow: none;
		margin-bottom: 0;
		margin-top: 80px;
	}
	section img {
		margin-bottom: 0;
		height: 280px;
	}
	section p {	
		text-align: justify;
   	text-justify:inter-word;
   	font-weight: normal;
   	font-size: 1em;
	}
	section h2 {
		display: block;	
	}
	.panel {
		padding: 20px;	
	}
	.panel p {
		font-size: 1em;
	}
	section .panel:last-of-type {
		margin: 0;	
	}
	form {
		padding: 40px 0 20px 40px;
	}
	#about {
		padding-top: 0px;
	}
	#team p {
		padding-bottom: 0;
	}
	#team img {
		display: none;
	}
	#press h2 {
		text-align: left;
		margin-left: 40px;
	}
	#press .button {
		margin-left: 40px;
	}
	#press .panel {
		padding-left: 0;
		margin-left: 40px;
	}
	#tokens h2 {
		padding-bottom: 40px;
	}
	#tokens h3 {
		font-size: 25px;
		line-height: 30px;
		width: 80%;
	}
	#tokenButtons p {
		font-size: 1em;
	}
	#livetrading {
		padding: 40px;
	}
	#contact>div {
		margin-bottom: 0;
	}
	#contact {
		width: 100%;
		padding: 0;
	}
	#contact h2 {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#contact h3 {
		padding-left: 40px;
		padding-bottom: 20px;	
	}
	#contact address table {
		margin-left: 40px;	
	}
}

@media only screen and (max-width: 580px) {
	#tokenButtons {
		padding: 40px;
		margin: 40px 0;
	}
	#tokenButtons div {
		max-width: 300px;
		padding: 0;
		margin: 0 auto;
	}
	#tokens h3 {
		font-size: 20px;
		line-height: 25px;
	}
	#contact address table td {
		display: block;
		padding: 0 10px;
		width: 100%;
		background-color: rgb(248,248,248);
	}
}
@media only screen and (max-width: 500px) {
	section p {
		padding: 0 40px;
		text-align: center;
	}
	section h2 {
	padding: 60px 0 40px 0;
	}
	#cryptosx .bar{
		padding: 40px 20px;
	}
	#comments {
		padding: 80px 0 40px 0;
		padding-top: 60px;
	}
	#comments p {
		padding: 10px;
		margin: 10px;
		text-align: center;
	}
	#livetrading a {
		float: none;
		margin: 0;
		background-color: pink;	
	}
	#cryptosxlogin {
		padding: 60px 0;
	}
	#cryptosxlogin p {
		padding: 0 10px;	
	}
	#securitize p {
		padding: 40px 20px;
		text-align: center;
	}
	#PPO {
		background-color: whitesmoke;
		padding-bottom: 40px;	
	}
	.loginbuttons {
		display: block;
		width: 310px;
		margin: 0 auto;
	}
	.loginbuttons .button {
		display: block;
		margin: 0 auto 20px auto;
	}
	#livetrading {
		padding: 20px;
	}
	#pressrelease p {
		text-align: left;
	}
}


