body {
	font: 18px/28px 'Lato', sans-serif;
	font-weight: 100;
}


#nav {
  font: 13px/20px 'Lato', sans-serif;
}

h1 { 
	font-size: 3.0em;
	letter-spacing: -2px;
	padding: 20px 0 0;
	margin: 0 auto;
	width: 100%;
	line-height: 1.3em;
	font-weight: 100;
	font-style: normal;
	font-variant: small-caps;
}

h2 { 
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 100;
	font-style: normal;
}

h3 { 
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 100;
	font-style: normal;
}

h1.siteTitle {
	letter-spacing: -2px;
	padding: 0;
	display: inline-block;
	margin: 17px 0 0;
}

h1.siteTitle a span {
	margin-top: -95px;
	margin-left: 120px;
	margin-bottom: 0;
	position: absolute;
}

.square {
  margin-top: 0px;
}

/* styles for mobile */
@media screen and (max-width: 860px) {
    
    h1.siteTitle a span {
    margin-top: -120px;
    margin-left: 20px;
    margin-bottom: 0;
    position: absolute;
    }
    
    .square {
    background: none;
    border-radius: 25.0px;
    box-flex: 1;
    display: inline-block;
    position: relative;
    height: 85px;
    width: 85px;
    margin-top: -5px;
    }
    
    .square:after {
    background: none;
    border: 0px;
    border-bottom-color: #40494d;
    border-left-color: #40494d;
    border-radius: 6px;
    content: "";
    position: absolute;
    left: 34px;
    top: 34px;
    height: 17px;
    width: 17px;
    }
}


/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {

	   #nav {
	     font: 13px/20px 'Lato', sans-serif;
	    }
}

/* @end */

blockquote {
}

.filesharing-item-title a:link {
	font: 14px 'Lato', sans-serif;
}

.form-input-field {
	font: 14px/20px 'Lato', sans-serif;
	font-weight: 100;
}

textarea.form-input-field{
	font: 14px/20px 'Lato', sans-serif;
	font-weight: 100;
}

.form-input-button {
	font: 18px/20px 'Lato', sans-serif;
	font-weight: 100;
}

/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font: 1.0em/1.4em 'Lato', sans-serif;
    }    
}

