html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5;
    color: #262626;
	text-align: left;
	background-color: #fff;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Alegreya', serif;
}

.sticky {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.header {
    top: 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e7e7e7;
}

.footer {
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    
    text-align: center;
    font-size: 0.9em;
}

.title {
    margin: 0.6em 0;
}

.logo {
    margin: .6em 0 .3em 0;
}

.contact-header {
    /* top= 1.2em; bottom= 0.8em */
    margin: 1.2em 0 0.8em 0;
}

.content {
  width: 60%;
  margin-top: 7.4em;
  margin-bottom: 4em;
}

.icon {
    font-size: 1.3em;
    line-height: 1.5;
}

.first-column {
    width: 2em;
}

.second-column {
    vertical-align: middle;
}

.default-width {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.contact tr {
    height: 2em;
}

a {
    color: #262626;
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
    .default-width {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .default-width {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }
}
 
/* Responsive Styles Smartphone Portrait
@media all and (max-width: 479px) {
    
}
*/