/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa-Regular.ttf)
}

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Comfortaa", sans-serif;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
	font-size: 22px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

#nav {
	background-color: #8AE0E3;	
}

#nav li {
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 2em;
}
#nav li a {
	color: #484848;
}
#logo {
	width: 39%;
	display: block;
	float: left;
}
#postit {
	font-family: Comfortaa;
	background-image: url(../img/Frosting.png), url(../img/postitwall.jpg);
	height: 300px;
	margin-bottom: 10px;
	border-radius: 5px;
}
	
#postit h2 {
	z-index: 2;
	position: relative;
	color: #fff;
	background-color: rgba(249,48,48,0.70);
	border-radius: 100px;
	margin-top: 4%;
	margin-bottom: auto;
	float: none;
	font-size: 50px;
}
#postit p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 2px 2px 3px #FFFFFF;
	text-align: center;
}
#postit img {
	margin-top: 3%;
	border-radius: 5px;
	border-left: medium inset #4A4A4A;
	border-right: medium inset #4A4A4A;
	border-bottom: medium inset #4A4A4A;
	border-top: medium solid #4A4A4A;
}
.container img {
	float: left;
	padding-left: 31px;
	padding-top: 4px;
}

#mainbox {
	height: 425px;
	background-color: #8AE0E3;
	padding-top: 0px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#mainbox img {
	clear: both;
	float: none;
	padding-left: 135px;
}
#sidebox {
	height: 425px;
	text-align: center;
}
#sidebox img {
	margin-left:-10px;
}
#sidebox h3{
	margin-bottom: 0px;
}
#sidebox p {
	text-align: justify;
	font-size: 14px;
}
header {
	font-family: Comfortaa;
	color: rgba(43,43,43,1.00);
	clear: none;
}
#bottombox {
	height: 80px;
	background-color: rgba(249,48,48,1.0);
	border-radius: 5px;
	}
/*Start whyuse.html CSS here*/

#topbox {
	height: 500px;
	padding-top: 15px;
	margin-left: -10px;
}
#topbox img {
}
#navbuttons {
	padding:10px;
}
#content h2{
	font-size: 1.75em;
	color:rgba(249,48,48,1.0);
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#content ul {
	font-size: 24px;
	line-height: 36px;
	margin-top: 30px;
	margin-left: 40px;
}
/*.button {
	width: 220px;
	height: 80px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	color: rgba(249,48,48,1.00);
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	background-color: rgba(138,138,138,1.00);
	font-size: 1.3em;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	background-position: 50% 50%;
}*/
.button {
	background-color: #999;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
	background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
	background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
	background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
	border: none;
	border-radius: .5em;
	box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,0.1),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.25),
                0 .25em .25em hsla(0,0%,0%,.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-family: Comfortaa, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 .5em 1em;
	padding: .5em 1.5em .75em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
	vertical-align: middle;
	text-align: center;
}
.button:hover {
    outline: none;
	text-decoration: none;
}
.button:hover,
.button:focus {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.25),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                0 .25em .25em hsla(0,0%,0%,.05);
}
.button:active {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.1),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                inset 0 .25em .5em hsla(0,0%,0%,.05),
                0 -1px 1px hsla(0,0%,0%,.1),
                0 1px 1px hsla(0,0%,100%,.25);
    margin-top: .25em;
    outline: none;
    padding-bottom: .5em;
}

/* Light Text */

.lightText {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.25),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.05),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.5),
                0 .25em .25em hsla(0,0%,0%,.1);
    color: #fff;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.25);
}
.lightText:hover,
.lightText:focus {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.25),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.05),
                inset 0 -.2em 0 hsla(0,0%,100%,.1),
                inset 0 -.25em 0 hsla(0,0%,0%,.5),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                0 .25em .25em hsla(0,0%,0%,.1);
}
.lightText:active {
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.25),
                inset 0 2px 0 hsla(0,0%,100%,.1),
                inset 0 1.2em 0 hsla(0,0%,100%,.05),
                inset 0 0 0 3em hsla(0,0%,100%,.2),
                inset 0 .25em .5em hsla(0,0%,0%,.05),
                0 -1px 1px hsla(0,0%,0%,.1),
                0 1px 1px hsla(0,0%,100%,.25);
}

/* Large */

.large {
    font-size: 1.25em;
}

/* Medium */

.medium {
    font-size: 1em;
}

/* Small */

.small {
    font-size: .75em;
}

/* Regular */

.regular {
    border-radius: .5em;
}

/* Square */

.square {
    border-radius: .25em;
}

/* Round */

.round {
    border-radius: 1.25em;
}

/* Red */

.red {
    background-color: #ff6c6f;
}

/* Orange */

.orange {
    background-color: #f6cf6f;
}

/* Yellow */

.yellow {
    background-color: #fff6c6;
}

/* Green */

.green {
    background-color: #6fcf6f;
}

/* Blue */

.blue {
    background-color: #6fc6ff;
}

/* Purple */

.purple {
    background-color: #f6c6ff;
}

/* White */

.white {
    background-color: #eee;
}

/* Grey */

.grey {
    background-color: #999;
}

/* Black */

.black {
    background-color: #444;
}

/* Custom */

.custom {
    background-color: #fff0f5; /* Set the button color here */
    color: #444; /* Remove this for a dark background */
}	
