/*
Project Name: Project #
Description: This project is to create ?
Author: your name
Version: 1.0
License: 

Tags: (optional)

General comments (optional)

Table of Contents in CSS
1. Global
2. Links
3. Headings
4. Header
5. Navigation
6. Middle
7. Forms
8. Extras
9. Footer
*/

/* 1. Global */
html,body  { 
  margin: 0;
  padding: 0;
  }
img { border: 0px;}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 2. Links */

/* 3. Headings */

/* 4. Header */

/* 5. Navigation */
.fontA {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #26848e;
}
.fontB {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #fff;
}

/* 7. Forms */
#allThings {
	position: relative;
	margin: 0 auto;
	width: 300px;
}
/* 8. Extras */

/* Slider */

/* Animation Elements */

/* 9. Footer */
