@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran&display=swap');

body
{
	font-family: 'Catamaran', sans-serif;
	margin: 0;
	max-width: 2048px;
	min-width: 1180px;
}

div.container_machine
{
	background-color: #bbb5b5;
	border-radius: 10px;
	border-style: solid;
	padding: 20px;
	box-shadow: 5px 5px #F05050;
}

div.container_machines
{
	display: grid;
	grid-column-gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	text-align: justify;
}

div.container_machines h1
{
	margin-top: 0px;
	text-align: center;
}

div.contents_body
{
	margin: auto;
	padding: 20px;
	width: 80%;
}

div.contents_enquire
{
	margin: auto;
	text-align: right;
	width: 80%;
}

div.contents_enquire a:link, div.contents_enquire a:visited
{
	color: white;
	text-decoration: none;
}


div.contents_enquire img
{
	height: 16px;
}

div.contents_footer
{
	color: rgb(192, 0, 0);
	font-weight: bold;
	margin: auto;
	width: 80%;
	
}

div.contents_footer a:visited, div.contents_footer a:link
{
	color: rgb(192, 0, 0);
	text-decoration: none;
}

div.contents_nav_bar
{
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80%;
}


div.enquire
{
	background-color: black;
	color: white;
	font-size: 20px;
	height: 30px;
	padding: 5px;
}

div.header_one
{
	color: rgb(192, 0, 0);
	font-family: 'Calligraffitti', cursive;
	font-size: xx-large;
	font-weight: bold;
	margin: auto;
	padding-top: 60px;
	text-align: center;
}

div.header_two
{
	color: rgb(192, 0, 0);
	font-family: 'Calligraffitti', cursive;
	font-size: xxx-large;
	font-weight: bold;
	margin: auto;
	padding-top: 100px;
	text-align: center;
	text-shadow: 2px 2px #bbb5b5;
}

div.header_three
{
	color: rgb(192, 0, 0);
	font-family: 'Calligraffitti', cursive;
	font-size: xx-large;
	font-weight: bold;
	margin: auto;
	padding-bottom: 100px;
	
	text-align: center;
}

div.logo
{
	background-image: url('logo.png');
	background-size: cover;
	color: yellow;
	float: right;
	font-size: 16px;
	font-style: italic;
	height: 150px;
	padding-top: 50px;
	position: absolute;
	right: 95px;
	text-align: center;
	top: 30px;
	width: 200px;
	
}

div.notices
{
	border-style: solid;
	font-weight: bold;
	text-align: justify;
	background-color: #bbb5b5;
	padding: 20px;
}

div.notices h1
{
	display: inline;
	font-size: large;
	margin: 0;
	text-shadow: 1px 1px black;
}

div.parent_company
{
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: repeat(3, 200px);
	margin-top: 30px;
	justify-content: center;
	
}

div.ribbon
{
	height: 100px;
}

div.ribbon:nth-child(1)
{
	background-color: #bbb5b5;
}

div.ribbon:nth-child(2)
{
	background-color: #f05050;
}

div.stamp
{
	background-color: black;
	border-radius: 50%;
	color: white;
	float: left;
	font-weight: bold;
	height: 120px;
	margin-top: 90px;
	padding-top: 30px;
	text-align: center;
	width: 150px;
}

div.sub_title
{
	font-weight: bold;
	position: absolute;
	top: 210px;
	transform: rotate(-5deg);
	right: 100px;
}

div.title
{
	color: white;
	font-family: 'Calligraffitti', cursive;
	font-size: 100px;
	font-weight: bold;
	position: absolute;
	top: 60px;
	right: 105px;
	text-shadow: 3px 3px black;	
}

footer
{
	background-color: #bbb5b5;
	font-size: large;
	padding: 20px;
	text-align: center;
	text-shadow: 1px 1px black;
}

img.machines
{
	padding: 10px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}


img:nth-child(5)
{
	float: right;
}


li.motivation_item
{
	max-width: 450px;
	padding: 5px;
	position: relative;
	text-align: justify;
}

ul
{
	display: grid;
	grid-column-gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	list-style-image: url('bullet.png');
	margin-top: 40px;
}

@media screen and (max-width: 1200px)
{
	body
	{
		min-width: 300px
	}
	
	div.container_machines
	{
		grid-column-gap: 30px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	div.contents_body
	{
		width: 90%;
	}
	
	div.contents_nav_bar
	{
		width: 90%;
	}
	
	div.header_two
	{
		font-size: xxx-large;
		padding-top: 50px;
	}
	
	div.header_three
	{
		font-size: xx-large;
		padding-bottom: 50px;
	}
	
	div.logo
	{
		right: 0px;
	}
	
	div.title
	{
		right: 10px;
	}
	
	div.stamp
	{
		margin-top: 10px;
	}
	
	div.sub_title
	{
		right: 10px;
	}
		
	img:nth-child(5)
	{
		height: 180px;
		padding: 0px;
	}
		
	ul
	{
		grid-column-gap: 40px;
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
	
	
}

@media screen and (max-width: 980px)
{
	
	div.container_machines
	{
		padding-top: 10px;
		grid-row-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	}

	div.header_two
	{
		font-size: xx-large;
		padding-top: 50px;
	}
	
	div.header_three
	{
		font-size: x-large;
		padding-bottom: 50px;
	}
	
	span.website
	{
		display: none;
	}
	
	ul
	{
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
}

@media screen and (max-width: 820px)
{
	
	ul
	{
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}

@media screen and (max-width: 750px)
{
	
	div.contents_enquire
	{
		width: 90%;
		text-align: center;
	}
	
	div.header_two
	{
		padding: 10px;
		width: 100%;
	}

	
	div.logo
	{
		background-size: cover;
		display: block;
		height: 50px;
		margin-left: 49.5%;
		margin-right: auto;
		margin-top: 0px;
		padding-top: 50px;
		position: relative;
		float: none;
		top: 80px;
		width: 100px;
	}
	
	div.parent_company
	{
		grid: none;
		
	}
	
	div.title
	{
		margin: auto;
		position: absolute;
		left: 0px;
		text-align: center;
	}
	
	div.sub_title
	{
		right: 10%;
		top: 180px;
	}
	
	img:nth-child(4)
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		
	}
	
	img:nth-child(5)
	{
		float: none;
		display: block;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		position: relative;
		
	}
	
	div.nav_bar
	{
		height: 420px;
	}
	
	div.stamp
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		position: relative;
		
	}
	
	div.title
	{
		font-size: 60px;
		top: 90px;
	}
	
	img:nth-child(4)
	{
		padding-top: 100px;
	}
	
	ul
	{
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	}
	
	
}

@media screen and (max-width: 500px)
{
	body
	{
		min-width: 300px;
	}
		
	div.container_machines
	{
		grid: none;
		margin-left: 30px;
		width: auto;
	}
	
	div.contents_body
	{
		padding: 0;
		margin: 4px;
	}
	
	
	div.header_two
	{
		font-size: 22px;
	}
	
	div.header_three
	{
		font-size: 20px;
	}
	
	div.logo
	{
		background-size: cover;
		display: block;
		height: 50px;
		margin-left: 48%;
		margin-right: auto;
		margin-top: 0px;
		padding-top: 50px;
		position: relative;
		top: 60px;
		width: 100px;
	}
	
	div.nav_bar
	{
		height: 430px;
	}
	
	div.notices
	{
		margin-left: 30px;
	}
	
	div.notices h1
	{
		padding: 0;
	}
	
	div.parent_company
	{
		grid: none;
		
	}
	
	div.ribbon
	{
		height: 80px;
	}
	
	div.sub_title
	{
		top: 160px;
	}
	
	div.title
	{
		font-size: 50px;
		top: 80px;
	}
	
	h1
	{
		padding: 10px;
	}
	
	img:nth-child(4)
	{
		padding-top: 70px;
		height: 230px;
	}
	
	img:nth-child(6)
	{
		display: none;
		
	}	
	
	span.email
	{
		display: none;
	}
	
	ul
	{
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

