/*
Theme Name: Czech Payroll One
Theme URI: http://czechpayroll.com/czechpayrollone
Author: Badass Payroll Pro
Author URI: http://czechpayroll.com
Description: A simple, custom, yet extremely powerfull WordPress theme.
Version: 1.0
License: GPL2
*/

@font-face
{
	font-family: 'raleway';
	src: url(/wp-content/themes/czechpayrollone/fonts/raleway/Raleway-Regular.ttf);
}

button, input, textarea, select
{
	font: inherit;
}

*, *::before, *::after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: unset;
}

ul
{
	/*list-style-position: inside;*/
	list-style: square;
}

body
{
	font-family: raleway, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: black;
	margin: 0;
}

h2
{
	text-align: center;
	margin-top: 3em;
}

ul.menu
{
	display: flex;
	gap: 3em;
	list-style: none;
	margin: 2em;
}

div#hero
{
	height: 40em;
	background-image: url(/wp-content/themes/czechpayrollone/img/bg1.png);
	background-size: cover;
	padding-top: 3em;
	padding-left: 4em;
}

div#hero button
{
	padding: 1em;
	border-radius: .75em;
	font-weight: bold;
}

div#hero button#button1
{
	border: none;
	background-color: #03284f;
	color: #99a7d3;
}

div#hero button#button2
{
	border: solid 1px #03284f;
	background: none;
	color: #03284f;
}

div#hero h1
{
	font-size: 260%;
}

div#trustbar
{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 4em;
	background-color: #1a4a62;
	color: white;
	font-size: 125%;	
}


div#servicecards
{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin-top: 3em;
}

div#servicecards > div
{
	display: flex;
	flex-direction: column;
	width: 25em;
	background-color: #f2f2f2;
}

div#servicecards > div > img
{
	height: 275px;
	overflow-y: hidden;
	object-fit: cover;
	object-position: top;
}

div#servicecards > div > h2
{
	font-size: 110%;
	margin: 1em;
	text-align: center;
}

div#servicecards > div > p
{
	font-size: 100%;
	text-align: center;
	padding: 2em;
}

div#servicecards > div > p > a
{
	color: white;
	background: #1a4a62;
	padding: 1em;
	display: inline-block;
}

div#timeline
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	background-color: #f4f4f4;
	padding: 3em;
}

div#timeline > div
{
	background-color: #e6e6e6;
	padding: 1em;
	text-align: center;
}

div#timeline > span
{
	font-size: 200%;
}

div#whychoose
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 4em;
	margin-top: 1em;
}

div#whychoose > div
{
	display: flex;
	flex-direction: column;
	width: 10em;
	align-items: center;
}

div#whychoose > div >img
{
	width: 100px;
}

div#whychoose > div > p
{
	text-align: center;
}

div#freeguide
{
	text-align: center;
}


div#payrollguide h1, div#payrollguide h2, div#payrollguide h3
{
	margin-top: 2rem;
}

div#payrollguide ul
{
	margin-top: 1rem;
}

div#payrollguide div#faq span
{
	font-weight: bold;
}

div#payrollguide div#faq li
{
	margin-top: 1em;
}