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

a {
color: #0170c5;
text-decoration: none;
}

a:hover {
color: #0170c5;
background-color: #FFFFCC;
text-decoration: none;	
}

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

#about-images-table {
border-radius: 20px;
background-color: white;
padding-top: 10px;
padding-bottom: 10px;
font-size: 24px;	
}

#about-images-table td {
text-align: center;
}

#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-size: 64px;
text-align: center;
color: #0170c5;
}

#home-main h2 {
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 48px;
text-align: center;
color: #0170c5;
}

#header-button-start {
float: right;
background-color: green;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 30px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin: 68px 50px 0px 0px;
}

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

#header-button-contact {
float: right;
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 30px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin: 68px 50px 0px 0px;
}

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

#articles-table {
margin: 40px auto 0px auto;
width: 1200px;
background-color: #F9F9F9;
border-radius: 30px;
border: 1px solid #999;
overflow: hidden;
}

#articles-table td {
vertical-align: top !important;
padding-bottom: 30px;	
}

#articles-table p {
font-family: 'Roboto', sans-serif;
font-size: 20px;
text-align: left;
line-height: 1.5;
}

#article-link a {
background-color: #CCFFCC;
padding: 10px;
border: 1px solid #0170c5;
text-decoration: none;
border-radius: 20px;
}

#articles-table p a:hover {
background-color: #FFFFCC;	
}

#articles-table p a:visited {
color: #0170c5;
}

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

#articles-table h3 {
font-family: 'Roboto', sans-serif;
font-size: 20px;
text-align: left;
}

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

.articles-header-date {
font-size: 28px !important;
margin-top: 36px;	
}

.article-link {
display: flex;
justify-content: center;
}

.article-link:hover {

}

.article-link a {
background-color: azure;
color: navy;
padding: 2px 20px;
border: 1px solid navy;
border-radius: 20px;
width: fit-content;
font-size: 20px;
font-family: 'Roboto', sans-serif;	
}

.article-link a:hover {
background-color: cornflowerblue;
color: white;		
}

.article-date-text {
font-size: 28px !important;
line-height: 36px !important;
margin-top: 36px;
font-family: 'Roboto', sans-serif !important;
color: #0170C5;	
}

#articles-table img {
border: 1px solid #333;
border-radius: 5px;
}

.articles-tr > td > img {
margin-top: 60px;	
}

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

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

#articles-table td {
padding: 0px 30px;	
}

table .articles-tr {
display: flex;
padding-bottom: 30px;
border-top: 1px solid navy;
}

table .articles-tr:first-of-type {
border-top-width: 0px;	
}

#author {
font-family: 'Roboto', sans-serif;
font-size: 30px;	
}

hr {
margin: 30px 0px 0px 0px;	
}

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

#purchase-heading {
width: fit-content;
font-style: normal;
font-family: sans-serif;
font-size: 30px;
background-color: ghostwhite;
color: #333;
border: 1px solid #333;
padding: 5px 10px;
border-radius: 10px;
text-align: center;
margin: auto;
box-shadow: 5px 5px 5px #999;	
}

#iw_formRoot {
margin-top: -30px;	
}

#fixed-header {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #EEE;
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 img {
float: left;
}

#fixed-header h1 {
float: left;	
}

#fixed-header-logo {
float: left;	
width: 20%;
min-width: 400px;
}

#microsoft-logos {
float: left;
margin-top: 68px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-evenly;
width: 50%;
margin-left: 50px;
}

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

.iw_canvas {
margin: auto;
}

.iw_formRoot {
z-index: 1;	
}

#header-buttons {
display: flex;
float: right;
justify-content: space-around;
width: 18%;
}

#microsoft-365 {
float: left;
margin-right: 40px;	
}

#microsoft-365 img {
height: 40px;	
}

#sharepoint-online {
float: left;
margin-right: 40px;	
}

#sharepoint-online img {
height: 50px;	
}

#microsoft-lists {
float: left;	
}

#microsoft-lists img {
height: 40px;	
}

#header-button-start {
background-color: green;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

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

#header-button-contact {
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

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

#article-image {
margin-left: 400px;
margin-top: 10px;	
}

#articles-table h1 {
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 38px;
text-align: center;
color: #0170c5;	
}

#articles-table.article-page-table {
background-color: white !important;	
}

.article-page-table h2 {
text-align: left !important;
font-size: 24px !important;
color: black !important;	
}

.article-page-table #article-content {
font-family: arial !important;
font-size: 18px !important;
line-height: 26px !important;	
}

.article-page-table .article-link {
margin-top: 30px !important;	
}

.youtube-link {
display: flex;
justify-content: center;
}

.youtube-title {
font-family: 'Roboto', sans-serif;
font-size: 28px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;	
}

#article-content ul {
font-family: arial !important;
font-size: 18px !important;
margin-left: 20px !important;	
}

#article-content li {
font-family: arial !important;
font-size: 18px !important;	
}
