
@font-face {
  font-family: 'Akkurat-Web';
  src:  url('lineto-akkurat-regular.woff') format('woff'),
				url('lineto-akkurat-regular.ttf') format('truetype');
	font-weight: normal; font-style: normal;
}

@font-face {
  font-family: 'Akkurat-Web';
  src:  url('lineto-akkurat-bold.woff') format('woff'),
				url('lineto-akkurat-bold.ttf') format('truetype');
	font-weight: bold; font-style: normal;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Akkurat-Web', sans-serif;
	font-size: 17px;
	line-height: 1.4;
	padding: 0;
	color: #333;
	display:table;
	width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: #b5a99d;
}

a:hover,
a:active {
	color: black;
	border-bottom: 1px solid black;
}

h1>a,
h1>a:visited,
h1>a:hover,
h1>a:active {
	color: #333;
	border:none;
}

p,
h1,
h2,
h3 {
	margin-bottom: 1em;
}

h1 {
	font-weight: bold;
	font-size: 2.6em;
	line-height: 1.1;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
}

.headerWrapper,
.contentWrapper,
.footerWrapper {
	position: relative;
	width: 100%;
	padding: 0;
}

.headerWrapper {
	height: auto;
}

.contentWrapper {
	display:table-row;
	height: 100%;
}

.footerWrapper {
	display:table-row;
	height: auto;
}

.mainHeader,
.mainContent,
.mainFooter {
	padding: 4vh 6vw;
	position:relative;
}

.mainHeader h2 {
	font-size: 2.4em;
	line-height: 1.1;
	margin: 0;
}

.mainHeader .logoLink {
	border-bottom: 0;
	width: 120px;
	margin-bottom: 2em;
	display:inline-block;
}

.mainHeader .logo {
	width: 100%;
}


.mainFooter {
	font-size: 0.9em;
	background-color: #b5a99d;
	color: white;
	z-index: 30;
	box-shadow: inset 0 30px 50px -20px rgba(0,0,0,0.4);
}

.mainFooter a {
	color: white;
}

.mainFooter a:hover,
.mainFooter a:active {
	border-bottom: 1px solid white;
}



.introText {
	max-width: 600px;
}

.helperIFrame {
	width: 100%;
}




/* nav */

.mainNav {
	position: absolute;
	top: 4vh;
	right: 6vw;
}

.mainNav li {
	display:inline-block;
	margin-right: 1em;
}

.mainNav a {
	color: black;
}

.mainNav li:last-child {
	margin-right: 0;
}

.mainNav ul.subNav {
	display:none;
	position: absolute;
	
}

.mainNav ul.subNav>li {
	display: block;
	white-space: nowrap;
	margin-top: 0.5em;
}

.mainNav>ul>li:hover ul.subNav {
	display:block;
}

.mainNav .userEmailNav {
	cursor:default;
	color: black;
}

.downloadLink {
	display:inline-block;
	margin-top: 0.5em;
	font-size: 2em;
	border-bottom: 1px solid transparent;
}

.ie11Note {
	margin-top: 2em;
	color: grey;
	max-width: 60%;
}



/* app overrides */

.userList a {
	color: black;
}

.browserView .folderIcon {
	background-color: #b5a99d;
}

.browserView .folderIcon:after {
	background-color: #8F857C;
}

.listView .browserView .folder:hover .folderIcon,
.iconView .browserView .folder:hover .folderIcon,
.listView .browserView .folder.hovered .folderIcon,
.iconView .browserView .folder.hovered .folderIcon {
	border-top-color: #8F857C;
}

.iconView .browserView .upFolder .folderIcon {
	padding-top: 0.2em;
}

.listView .browserView .upFolder .folderIcon {
	padding-top: 0.2em;
}

button {
	padding: 0.57em 0.8em 0.4em 0.8em;
}