body{
  color:#333;
  font-family: Arial, Helvetica, sans-serif;
  font-size:0.9em;
  font-weight:normal;
  margin:0px;
  padding:0px;
  background-color: #180A01;
  background-image: url(/images/red-background-with-spotlights.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
h1, h2, h3, h4{
  line-height:1em;
  margin:.45em 0;
  padding:0;
  font-family: 'Mouse Memoirs', sans-serif;
}
h1 {
    font-size: 3em;
    margin: 0.2em 0;
  font-weight:700;
}

h2 {
    font-size: 2em;
    margin: 0.2em 0;
  font-weight:700;
}

h3 {
    font-size: 2.2em;
    margin: 0.2em 0;
  font-weight:700;
}

h4 {
    font-size: 1.7em;
    margin: 1.33em 0;
  font-weight:400;
}

a:link,a:visited {
  color: #00AEEB;
  font-weight:bold;
}

a:hover,a:active,a:focus {
  color: #2C4269;
}

hr {
  border: 0;
  color: #0D1E4C;
  background-color: #0D1E4C;
  height: 1px;
  width: 100%;
  text-align: left;
  clear: both;
  margin-bottom: 15px;
}

*{  box-sizing:border-box;
  -moz-box-sizing:border-box;}
  
.wrapper{
  width: 95%;
  padding: 0em;
  margin: 0 auto;
}

#header{
  width: 100%;
  padding-top: 92px;
  margin-bottom: 0em;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0.5em;
  color:#fff;
  text-align:center;
}

#header a{
  text-decoration:none;
  margin-left:10px;
  margin-right:10px;
  color:#000;
  font-weight:normal;
}

#header a:hover{
  color:#fff;
}

#content {
  width:100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top:0px;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-top: 1em;
  background-color:#fff;
  border-radius: 25px;
}

#giraffe {
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right:auto;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align:left;
  font-weight:bold;
  font-size:1.5em;
  line-height:100%;
  background-image: url(/images/giraffe.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
}
#giraffe a {
  color: #fff;
}
#giraffe a:hover {
  color: #8c0606;
}
img.talk {
  float:right;
  margin-right:10px;
}
img.social {
  float:right;
  margin-left:10px;
  margin-top: 10px;
  margin-right:10px;
}

#left-col, #mid-col, #right-col {
  background-color:#fff;
  border-radius: 25px;
}

#left-col p, #mid-col p, #right-col p {
  line-height:100%;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

#left-col a, #mid-col a, #right-col a {
  color: #2D0000;
  text-decoration:none;
}
#left-col a:hover, #mid-col a:hover, #right-col a:hover {
  color: #8c0606;
}  

#content table {
  margin-bottom: 25px;
  margin-top: 25px;
}
#content td {
  padding: 5px;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}
#content th {
  padding: 10px 5px;
  background: #0D1E4C;
  color: #ffffff;
  text-align:center;
}

.highlight{
  padding: 1.2em;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color:#DDF8FF;
  border-radius:10px;
}

.grid, .grid-m, .grid-r{
  margin-bottom:30px;
  margin-left: 0px;
  margin-right: 0px;
  /*positioning and padding*/
  position: relative;
    min-height: 1px;
}

.grid-text{
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

#footer{
  width: 100%;
  text-align:center;
  color:#FFF;
  line-height:1em;
  font-size:0.9em;
  margin: 0px;
  padding-top: 1em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-left: 0.5em;
}
#footer a {
  padding-right: 1em;
  padding-left: 1em;
  color:#fff;
}
#footer p {
  margin:0.2em;
}

p{ margin:0 0 1.5em;
  line-height:1.4em; }


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

.right-img {
  display:block;
  width:100%;
}
img.mainban {
  margin-bottom:0.5em;
}

/*colors and backgrounds*/

h1, h3, h5{
  color:#8c0606; 
}

h2, h4, h6{
  color:#52525F; 
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.small {
  font-size: x-small;
}
.wrap_right {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.wrap_left {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 450px) {

.right-img {
  float:right;
  width:30%;
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
} 
#giraffe {
  font-size:2em;
  height: 250px;
}
}

/*
TABLETS
This is for tablet devices.
*/
@media only screen and (min-width: 600px) {
  
#footer{
  font-size:1.0em;
}

.tweetri {
	float:right;
}

.grid, .grid-m { 
  width: 48%; 
  min-height: 275px;
  display:block;
}

.grid, .grid-r {
  float: left;
}

.grid-m {
  float: right;
}

.grid-r {
  width:100%;
}

.grid-text{
}
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
  max-width: 1000px;
  margin: 0px auto;
  padding:0;
}

#header{
  padding-right: 1em;
  padding-left: 1em;
}

#content{
  padding-right: 1em;
  padding-left: 1em;
}

.right-img {
  max-width:300px;
} 

ul.cols {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
} 
.grid, .grid-m, .grid-r { 
  width: 32%; 
  min-height: 300px;
}

.grid, .grid-m {
  float: left;
}

.grid-m {
  margin-left:2%;
}

.grid-r {
  float: right;
}

.grid-text{
  padding:1em;
}
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}