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

/*CSS FIX OCT 2023 DUE TO IW CSS CHANGES*/
span.ms-Button-flexContainer {
height: fit-content !important;	
}

#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: #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 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: 230px;
}

.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;
}
