
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,600&display=swap');

html, body {
	font-family: 'Open Sans';
	font-size: 18px;
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	text-align: center;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family: 'Fugaz One', cursive;
}

h2 {
	font-size: 2rem;
}

ul li {
	padding: 5px 10px;
}

.home_section {
	padding: 40px;
}

.home_section p {
	color: #414b56;
	/*color: #000000;*/
	/*text-indent: 30px;*/
}

.home_section p b {
	color: #000;
}


.home_section h2 {
	text-align: center;
	color: #e13800;
	text-shadow: 1px 1px 0px #FF9B00;
	/*border-bottom: 1px solid #fef3e7;*/
	/*font-style: italic;*/
	text-transform: uppercase;
	margin-top: 80px;
	margin-bottom: 40px;
}

.home_section_med_simulator {
	background: linear-gradient( rgba(200,200,200,1) 0px, rgba(255,255,255,1) 200px  );
}

.home_section_mad_locomotion {
	background: linear-gradient( rgba(140,209,235,1) 0px, rgba(255,255,255,1) 200px  );
}

.home_section .contents {
	text-align: left;
	max-width: 1000px;
	margin: auto;
}

.demo_title {
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}

.demo_title td {
	padding: 40px;
	width: 50%;
	color: #ffffff;
	font-size: 30px;
	/*max-width: 500px;*/
}

.demo_title td img {
	width: 100%;
}

.demo_title a {
	text-decoration: none;
	color: #ffffff;
}

.demo a img {
	display: inline-block;
	vertical-align: middle;
}

.demo a img {
	width: 600px;
}


.socials {
	text-align: center;
	padding: 200px 0px;
	background: #1b2838;
}

.socials .slogan {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 30px;
	font-size: 30px;
}

.socials .link {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px;
}

.socials .link img {
	max-height: 100px;
}

.previews {
	padding-top: 0px;
	padding-bottom: 200px;
}
 
.comparision_table {
	border-spacing: 3px;
	margin-top: 80px;
}

.comparision_table th {
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
	background: #113c66;
	color: white;
	height: 100px;
}

.comparision_table th.empty {
	background: #95afc6;
}

.comparision_table td {
	font-size: 16px;
	padding: 5px 10px;
	border-bottom: 1px solid #cacaca;
}

.comparision_table td:first-child {
	background: #ebebeb;
	font-weight: bold;
}

.comparision_table td:first-child {
	background: #ebebeb;
	font-weight: bold;
}

.comparision_table caption {
	padding: 20px;
	border: 1px solid #cacaca;
}

.comparision_table .comparision_less {
	color: #ddaeaf;
}

.big_buttons .btn {
	padding: 20px;
	background: linear-gradient( #fb9733 0%, #ff2f2f 100% );
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 40px;
	text-shadow: 1px 1px 2px #000000;
	text-decoration: none;
	font-size: 1.5rem;
	margin: 0 10px;
	box-shadow: 5px 5px 20px #b1b1b1;
}

.big_buttons .btn:hover {
	border-color: red;
}


.med_main_image {
	width: 80%;
}

.med_h1 {
	font-family: Lato;
	font-size: 35px;
	padding: 20px;
}

.med_h1 .fr {
	display: inline-block;
	margin-left: 20px;
}

.med_alpha_preview {
	color: #F4880C;
	border: 1px solid #F4880C;
	margin: 80px 20px 100px 20px;
	font-size: 18px;
	padding: 20px;
}

.med_creators {
	margin: 150px 0;
}

.med_photo_table {
	margin: auto;
	border-collapse: separate;
	border-spacing: 20px;
}

.med_photo_table td {
	border: 1px solid #AFAFAF;
	width: 200px;
	vertical-align: top;
}

.med_photo_table .title {
	font-size: 15px;
	padding: 8px;
}

.med_photo_table .link .ico {
	width: 100px;
	margin-bottom: 10px;
}

.med_alpha_preview .title {
	font-size: 40px;
}

.med_table {
	border-spacing: 3px;
	margin-top: 80px;
}

.med_table caption {
	font-size: 35px;
	padding: 20px;
	border: 1px solid #cacaca;
}

.med_table th {
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
	background: #6dd8c5;
	color: white;
	height: 100px;
}

.fr {
	margin-top: 8px;
	color: #6DADD6;
}

.med_table td {
	text-align: left;
	font-size: 18px;
	padding: 15px 10px;
	border-bottom: 1px solid #cacaca;
}

.med_table td:first-child {
	font-size: 25px;
	font-weight: bold;
}

.med_table_image img {
	width: 400px;
}

@media only screen and (max-width: 1000px) {
	
	html, body {
		margin: 0px;
	}
	
	.home_section {
		margin: 0;
		padding: 5px;
	}
	
	.demo_title tr {
		display: block;
		width: 100%;
	}
	
	.demo_title tr td {
		display: block;
		width: 100%;
		margin: auto;
		padding: 0;
	}
	
	.demo_title tr td a {
		display: block;
	}
	
	.demo_title img {
		display: block;
		border: 0;
		width: 100%;
	}
	
	.demo_title .demo_title_txt {
		padding: 20px;
	}
	
	.med_main_image {
		width: 90%;
	}
	
	.med_photo_table {
		border-collapse: collapse;
	}
	
	.med_photo_table td {
		width: 32%;
		vertical-align: top;
	}
	
	.med_photo_table td img {
		width: 100%;
	}
	
	.med_table th {
		display: none;
	}
	
	.med_table, .med_table tr, .med_table td, .med_table caption {
	  display: block;
	}

	.med_table cation {
	  font-size: 40px;
	  padding: 20px;
	  border: 2px solid;
	}
	
	.med_table_image img {
		width: 100%;
	}

}

