@font-face
{
	font-family: "Ubuntu";
	src: url('../fonts/Ubuntu-Regular.ttf');
}

@font-face
{
	font-family: "Ubuntu Mono";
	src: url('../fonts/UbuntuMono-Regular.ttf');
}

body{
	font-family: 'Ubuntu', sans-serif;
	/*font-family: 'Saira Semi Condensed', sans-serif;*/
	/*font-family: 'Londrina Solid', cursive;*/
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#under_developement{
	background-color: #f4b575;
	border: solid #f69011 3px;
	padding: 10px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;	
	font-weight: bold;
	margin-bottom: 25px;
}

#under_developement > .fa{
	margin-left: 10px;
}

#under_developement > .text{
	margin-left: 15px;
}

#content{
	width: 100%;
	margin-top: 70px;
	padding: 10px;
}

#menu{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

#menu > *{
	margin-left: 10px;
	padding: 10px;
	opacity: 0.6;
}

#menu > *.active{
	opacity: 1;
}

#menu > *:hover{
	background-color: #E5E5E5;
}

#chemspace{
	margin-top: 20px;
}

.js_comment{
	color: rgb(56,56,56);
}

#docs, #example{
	max-width: 1000px;
	margin-left: 200px;
	padding: 20px;
}

#example .settings, #example .data, .doc .default_value, #row_ids_callback, .input_example .data, .code, .example_data{
	/*margin-top: 10px;*/
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 10px;
	font-family: Consolas, monospace;
	font-size: 80%;
	white-space:pre-wrap;
}

#example > *{
	/*margin-bottom: 10px;*/
}


.example_data{
	white-space: wrap;
}

#docs_menu, #examples_menu{
	min-width: 200px;
	max-width: 200px;
	border: solid #D2D2D2 1px;
	position: fixed;
    top: 90px;
    max-height: 500px;
    overflow: auto;
}

#examples_menu a{
	white-space: pre-wrap;
}

#home_text{
	font-size: 16px;
	margin-top: 20px;
}

#main_menu{
	display: flex;
	position: fixed;
	align-items: center;
	background-color: white;
	padding: 20px 10px 10px 10px;
	width: 100%;
	max-width: 1200px;
	top: 0;
	z-index: 1000;
	box-shadow: 0 8px 8px -7px #777;
}

#main_menu > #title{
	font-size: 150%;
	font-weight: bold;
	padding: 0px 10px;
}

#main_menu > #title a{
	display: flex;
	align-items: bottom;
}

#main_menu a{
	color: black;
	text-decoration: none;
}

.small_title{
	color: gray;
	font-size: 100%;
	padding: 5px 0px;
}

.medium_title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#beta{
	font-size: 50%;
	margin-left: 5px;
	font-style: italic;
	color: gray;
}

.center{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#main_logo{
	height: 70px;
	margin-top: 15px;
}

#footer{
	height: 50px;
	margin-top: 40px;
}

.download_button > a{
	font-style: italic;
	text-decoration: none;
	color: black;
}

.download_button{
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	background-color: #D2D2D2;
}

.section_menu{
	width: auto;
	border-bottom: solid #D2D2D2 1px;
	/*border-top: solid #D2D2D2 1px;*/
	padding-bottom: 10px;
	/*border-radius: 5px;
	background-color: #F0F0F0;*/
	margin-top: 30px;
}

.section_menu > div{
	display: inline-block;
}

.section{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: justify;
}

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.title{
	font-size: 120%;
	font-weight: bold;
}

.prev_next_buttons{
	font-size: 80%;
	font-weight: bold;
}

.subtitle{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.description{
	padding: 10px 5px;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

.example-description{
	background-color: #F5F5F5;
	padding: 15px;
}

/* .code{
	margin-top: 10px;
	background-color: #E6E6E6;
	padding: 10px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Consolas, monospace;
	font-size: 14px;
	white-space:pre;
} */

.download_button{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}

.download_button .size{
	font-size: 12px;
}

/*ul > li{
	margin-top: 10px;
}*/

.hover{
	transition: .5s;
}

.hover:hover{
	cursor: pointer;
	opacity: 0.7;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.gray{
	color: gray;
}


/***********************
Contact
***********************/

#contact_inline{
	margin-top: 20px;
	display: flex;
	align-items: center;
  	justify-content: space-between;
	flex-direction: row;
}

#issue_tracking{
	background-color: #8cd6a4;
	border: solid #399757 3px;
	padding: 10px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

#issue_tracking a{
	text-decoration: none;
	font-weight: bold;
}

.contact{
	margin-left: 60px;
}

.card{
	margin-top: 30px;
	margin-left: 20px;
}

.email{
	color: gray;
	font-style: italic;
	font-size: 16px;
}

#affiliations{
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 50px;
}

#affiliations > li{
	margin-top: 10px;
	color: gray;
	font-size: 14px;
	font-style: italic;
}

sup{
	font-size: small;
	position: relative;
	top: -1em;
	color: gray;
}

#logos{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}

#logos > *{
	padding: 20px;
}

#openscreen_logo{
	width: 350px;
}

#lich_logo{
	width: 300px;
}