body {
background-color: #F2F2F2;
/*background-image: linear-gradient(180deg, #EEFFFF 0%, #CCCCFF 100%);*/
margin: 0;
}

#fixed-header {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
/*background-image: linear-gradient(90deg, #FFFFFF 0%, #CCC 100%);*/
z-index: 2;
}

#fixed-header-logo {
float: left;	
}

#fixed-header-logo img {
float: left;
}

#fixed-header h1 {
float: left;	
}

#home-main {
margin-top: 180px;
}

#home-main h1 {
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-size: 36px;
text-align: center;
color: #0170c5;
margin-bottom: 20px;
margin-top: 10px;
}

#video-header {
font-family: 'Roboto', sans-serif;
font-size: 36px;
text-align: center;
color: #0170c5;
}

#youtube-video {
text-align: center;
}

#header-button-start {
background-color: green;
color: white;
border-radius: 10px;
font-size: 24px;
padding: 0px 30px;
cursor: pointer;
text-align: center;
width: 200px;
font-family: 'Roboto', sans-serif;
float: right;
margin-right: 20px;
margin-top: 10px;
transition: background-color .2s;
}

#header-button-start:hover {
background-color: #33CC33;	
}

#header-button-contact,
#header-button-about,
#header-button-signin {
float: right;
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 30px;
cursor: pointer;
margin: 74px 30px 0px 0px;
font-family: 'Roboto', sans-serif;
}

#header-button-contact:hover,
#header-button-about:hover,
#header-button-signin:hover  {
background-color: #3399FF;
}

#features-table {
margin: 10px auto 0px auto;	
}

#features-table td {
padding: 20px 30px;	
}

#features-table h2 {
font-family: 'Roboto', sans-serif;
font-size: 32px;
text-align: center;
}

#features-header-1 {color: #0170c5;}
#features-header-2 {color: #0170c5;}
#features-header-3 {color: #0170c5;}
#features-header-4 {color: #0170c5;}

#features-table img {
border-radius: 10px;
width: 400px;
filter: grayscale(.6);	
}

#features-table ul {
margin-left: 50px;
list-style-type: square;
}

#features-table li {
font-size: 28px;
font-family: 'Roboto', sans-serif;
}

.spdb-slideshow {
z-index: 1;
/*width: 85%;*/
width: 1202px;
margin: auto;
height: 400px;
display: none;
}

.spdb-slideshow img {
border-radius: 10px;
border: 1px solid #666;
height: 400px;
width: 1200px;
}

#slideshow-keyword {
color: green;	
}

#customers {
margin-top: 30px;
background-color: white;
border-top: 1px solid black;	
}

#customers-header {
font-family: 'Roboto', sans-serif;
font-size: 30px;
text-align: center;
padding: 10px 0px;
color: #0170c5;	
}

#customer-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
align-items: center;	
}

#customer-logos img {
padding: 0px 20px;	
}

.start-here {
font-size: 24px;
font-family: 'Roboto', sans-serif;
width: fit-content;
margin: 30px auto 0px auto;	
}

.start-here a {
text-decoration: none;
color: white;
background-color: green;
padding: 0px 30px;
border-radius: 10px;
transition: background-color .2s;
}

.start-here a:hover {
background-color: lime;
color: black;	
}

#flip-cards-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
width: 1260px;
margin: auto;
}

.flip-card {
margin-bottom: 20px;
border: 1px solid #999;
border-radius: 10px;	
overflow: hidden;
cursor: pointer;
}

.flip-card img {
filter: grayscale(.6);	
}

#flip-card-1 {
	
}

#flip-card-2 {
	
}

#flip-card-3 {
	
}

#flip-card-4 {
	
}

#flip-card-5 {
	
}

#flip-card-6 {
	
}