﻿/* -----------------------------------------
:: ALLTHINGSATLAS.CSS
----------------------------------------- */

/* Oswald - 300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Font_Oswald_300.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;
}

/* Oswald - 400 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Font_Oswald_400.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;
}

/* Open+Sans - 400 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(fonts/Font_OpenSans_400.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;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

.text-indent-30 {
	text-indent: 30px;
}

.text-indent-60 {
	text-indent: 60px;
}

.blue-text {
	color:  #0091EA;
}

.green-text {
	color:  #4DB121;
}

.grey-text {
	color:  #666666;
}

.orange-text {
	color:  #F66100;
}

.purple-text {
	color:  #742A7D;
}

.red-text {
	color:  #CD0C0C;
}

.yellow-text {
	color:  #FFD200;
}
