@font-face {
  font-family: benton-sans;
  src: url(../fonts/bentonsans-regular.woff);
}
@font-face {
  font-family: Inconsolata;
  src: url(../fonts/Inconsolata-Regular.ttf);
}

@fa-font-path:   "../font";

body {
	font-family: benton-sans;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	/* width: 75%;
	max-width: 1200px; 
	background-image: 	url(../images/illustration-teams.png);
	background-size: cover;
	background-position: center center;
	background-repeat:   no-repeat;
	*/
	margin:auto;
	background-color: #4E535A;
	color: #C3C5C8;
	overflow-x: hidden;
}
body hr {
	width: 70%;
	margin: auto;
	
}

.hidden {
	display: none;
}

#space-buffer {
	height: 100px;
	width: 100%;
}

#content {
	font-family: benton-sans;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: auto;
	z-index: 50;
}

#options, #filters, #highlight-words {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	color: #C3C5C8;
	z-index: 50;
	/* width: 75%; */
}

#target-url {
	display: block;
	font-size: 128%;
	text-align: center;
	width: 60%;
	max-width: 500px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C3C5C8;
	padding: 7px;
	border: none;
	border-radius: 2px;
	z-index: 50;
}

input:focus {
    outline: none;
}

#filters {
	padding: 10px;
	text-align: center;
}

.info {
	text-align: center;
	font-size: 95%;
	color: #EEF1F6;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#match-words {
	display: block;
	font-size: 100%;
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: #333D47;
	color: #FDCA21;
	padding: 7px;
	border: none;
	border-radius: 2px;
}

#filters div {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#top-container {
	z-index: 100;
	position: fixed;
	width: 100%;
	background-color: black;
	box-shadow: 0px 3px #333D47;
	color: black;	
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 3px;
}

#top {
	z-index: 100;
	width: 80%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	/* color: #430098; */
	/* background: linear-gradient(90deg, #FBFBFD 0%, #F7F8FB 2%, #F7F8FB 98%, #FBFBFD 100%); */
}

#top div {	
	vertical-align: middle;
}

#logo {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	width: 5%;
}
#logo img {
	width: 98%;
}
#name {
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	color: #EEF1F6;
}
#nav-menu {
	display: inline-block;
	width: 45%;
	text-align: right;
}
#nav-menu div {
	display: inline-block;
}

.button {
	font-family: 'Inconsolata', monospace;
	font-style: normal;
	display: inline-block;
	color: #EEF1F6;
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
}
	.button:not(.active) {
		opacity: 0.75;
		border: 2px solid #C3C5C8;
	}
	.button:not(.active):hover {
		opacity: 0.9;
		border: 2px solid #9D70D0;
		background-color: #9D70D0;
		color: #E3E7EF;
		opacity: 1.0;
		cursor: pointer;
	}
	.active {
		border: 2px solid #333D47;
		background-color: #333D47;
		color: #E3E7EF;
		opacity: 1.0;
	}

#cloud-target {
	width: 90%;	
	height: 650px;
	width: 900px;
	/* height: 520px; */
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
	/* border-radius: 10px;
	background: #F6FAFF; */
}

#cloud-target span {
	cursor: help;
}

.highlight-word {
	color: yellow;
}


#footer {
	position: relative;
	width: 70%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	text-align: center;
	padding: 5px;
}

.words-filter-active { background-color: #8EBDF1 }
	.words-filter-active:hover { background-color: #408FEC }

.domain-filter-active { background-color: #E58F8F }
	.domain-filter-active:hover { background-color: #D64141 }

#build-cloud {
	font-family: 'Inconsolata', monospace;
	font-style: normal;
	display: block;
	opacity: 0.5;
	width: 100px;
	text-align: center;
	color: #4E535A;
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	background-color: #F6FAFF;
}
.inert:hover {
	cursor: not-allowed;
	background-color: #E58F8F;
}
	#build-cloud:hover:not(.inert) {
		opacity: 0.9;
		/* background-color: #8EBDF1; */
		background-color: yellow;
		opacity: 1.0;
		cursor: pointer;
	}
	#build-cloud:active:not(.inert) {
		opacity: 0.9;
		background-color: #408FEC;
		color: black;
		opacity: 1.0;
	}

#match-bubbles {
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.match-bubble {
	font-family: 'Inconsolata', monospace;
	font-style: normal;
	display: inline-block;
	opacity: 0.5;
	width: 100px;
	font-size: 60%;
	text-align: center;
	color: #4E535A;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 3px;
	background-color: yellow;
}

.remove-match-key {
	padding: 5px;
	font-size: 90%;
	text-align: center;
}

#loading-bolts {
	position: relative
	z-index: 56;
	margin-top: -550px;
	margin-bottom: 170px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	width: 500px;
}

.email-addy {
	color: #AC8ECE;
}

.api-fail {
	text-align: center;
	font-size: 140%;
	color: #E58F8F;
}

#cloud-problems {
	z-index:100;
	color: #FBC595;
	font-size: 80%;
	padding-right: 8px;
	cursor: help;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #4E535A;
    text-align: center;
    background-color: #FBC595;
    border-radius: 3px;
    font: 14px "Inconsolata";
    box-shadow: 0 4px 2px -2px #4E535A;
}

#download-cloud {
	text-align: center;
	margin-left: 10px;
	width: 4%;
	font-size: 28px;
	color: #42AECC;
	display: inline-block;
}
	#download-cloud:hover {
		color: #9D70D0;
	}

#trigger-download {
	display: none;
	cursor: grab;
}

#share-cloud {
	text-align: center;
	width: 4%;
	font-size: 28px;
	color: #42AECC;
	display: inline-block;
}
	#share-cloud:hover {
		color: #9D70D0;
	}

#trigger-share {
	display: none;
	cursor: grab;
}