#global-nav-container {
width: 450px;
float: right;	
}

@media screen and (max-width: 960px) {
	#global-nav-container,
	#global-nav
	{
	display: none !important;
	}
	
	#home-main h1 {
	text-align: center !important;
	margin: auto !important;
	}
	
	#features-table {
	
	}
	
	#customers {

	}

	#page-footer {
		
	}

	#features-table td {
	min-width: 600px !important;
	}

	#home-main,
	#features-table,
	#customers,
	#page-footer
	{
	min-width: 1200px !important;		
	}
	
	#will-sticky-note-container {
	display: none !important;	
	}
	
	/*Gallery Page*/
	
	#gallery-main {
	min-width: 1200px !important;		
	}
	
	/*Signup Page*/
	#iw_formRoot {
	margin-top: 30px !important;
	}
	
	#global-nav-resources {
	display: none !important;
	}
}

#global-nav {
float: right;
display: flex;
margin-right: 0px;
margin-top: 10px;
font-size: 20px;
}

.global-nav-link {
background-color: #0170C5;
color: white;
cursor: pointer;
font-family: 'Roboto', sans-serif;
padding: 3px 6px;
width: 110px;
margin-right: 20px;
text-align: center;
border-radius: 10px;
}

.global-nav-link:hover {
background-color: #3399FF;		
}

.global-nav-link a {
color: white;
text-decoration: none !important;
width: 100%;
display: block;	
}

.global-nav-link a:hover {
color: white;
background-color: #3399FF;	
}

#signin-menu {
display: flex;
visibility: hidden;
flex-direction: column;
position: fixed;
float: left;
/*margin-left: 24px;*/
margin-left: 166px;
margin-top: 39px;
}

#contact-menu {
display: flex;
visibility: hidden;
flex-direction: column;
position: fixed;
float: left;
margin-left: 166px;
margin-top: 39px;
}

#resources-menu {
display: flex;
visibility: hidden;
flex-direction: column;
position: fixed;
float: left;
margin-left: 308px;
margin-top: 39px;
}

.dropdown-link {
background-color: #0170C5;
color: white;
cursor: pointer;
font-family: 'Roboto', sans-serif;
padding: 3px 6px;
width: 110px;
font-size: 20px;
text-align: center;	
}

.dropdown-link:hover {
background-color: #3399FF;		
}

.dropdown-link a {
color: white;
text-decoration: none !important;
display: block;
width: 100%;
}

.dropdown-link a:hover {
color: white;
background-color: #3399FF;	
}

#contact-menu .dropdown-link:last-child {
border-radius: 0px 0px 10px 10px;	
}

#resources-menu .dropdown-link:last-child {
border-radius: 0px 0px 10px 10px;	
}

#signin-menu .dropdown-link:last-child {
border-radius: 0px 0px 10px 10px;
font-size: 18px;	
}

#pro-login {
background-color: #FFCC00;
}

#pro-login:hover {
background-color: #FAD7A0;	
}

#pro-login a,
#pro-login a:visited {
color: navy ;
/*background-color: #FFCC00;*/
}

#pro-login a:hover {
color: navy;
background-color: #FAD7A0;
}

/*LITE LOGIN*/
#signin-menu .dropdown-link:first-child {
background-color: #3399FF;
}

#signin-menu .dropdown-link:first-child:hover {
color: white !important;
background-color: #5DADE2;	
}

#signin-menu .dropdown-link:first-child a,
#signin-menu .dropdown-link:first-child a:visited {
color: white;
/*background-color: #FFCC00;*/
}

#signin-menu .dropdown-link:first-child a:hover {
color: white !important;
background-color: #5DADE2;
}

#fixed-header-logo {
display: flex;
width: fit-content;	
}

#fixed-header-logo a:hover {
background-color: transparent !important;	
}

#fixed-header-logo-right {
display: flex;
flex-direction: column;	
}

#spd-logo {
	
}

#m365-logo {
margin-left: 70px; margin-top: 35px;	
}

#spo-logo {
height: 50px;	
}

#spo-plus-lists {
display: flex;
margin-left: 71px; margin-top: 16px;	
}

#ms-lists-logo {
margin-left: 40px;
height: 50px;
}

#fixed-header {
background-color: #FFF !important;
z-index: 999;
}
