  /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
  html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  
  margin: 0;  
  padding: 0; 
  border: 0;  
  font-size: 100%;  
  font: inherit;  
  vertical-align: baseline;}
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block;}
  
  body {  
  line-height: 1.5;
  }
  
  ol, ul {  
  list-style: none;
  }
  
  blockquote, q { 
  quotes: none;
  }
  
  blockquote:before, blockquote:after,q:before, q:after { 
  content: '';  
  content: none;
  }
  
  table { 
  border-collapse: collapse;  border-spacing: 0;
  }  
  
  /* end reset*/

* {                /* global reset */
    margin: 0;
    padding: 0;
}

/* generic elements */
/*font-family: 'Montserrat', sans-serif;
font-family: Coming Soon', cursive;*/

/*color scheme
#FBE0C3 #DFE1EA
#FFBB98
#7D8E95
#344638
*/


/* specific class names */
h1{
    text-align: center;
}

h2{
    text-align: center;
    font-size: 30px;
}

p {
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    text-indent: 2.0em; 
  }

 body {
        cursor: url(images/mouse.png), default;
    }

.main-navigation {
    overflow: hidden;
    background-color: #FFDDAA;
    text-decoration-color: white;
    color: white;
    text-align: center;
}

.main-navigation a {
    float: left;
    color: black;
    background: #FFDDAA;/* main color no hover navigationbar*/
    text-decoration: none;
    border-right: 1px solid rgba(0,0,0,.5);
    transition: background 250ms ease-in-out; /* this animates the background color when the user hovers */
    color: black;
}

.main-navigation a:hover, .main-navigation a:focus {
    background: #FFB448;
}


.main-body      {
    background-color: #FFDDAA; /* main body color*/
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 0.5%;
}

.responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
  align-content: center;
  padding-right: 5%;
}
    
.left-content    {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.info-content{
    padding: 10px;
}

.infographic{
    margin: auto;
    height: 1200px;
    width: 800px;
    padding: 10px;
}

.main-image {  /*this removes the line-height beneath the image*/
    display: block;
}   

.left-cat{
    position: absolute;
    top: 53%;
    bottom: 1%;
    left: 20%;
}

.right-cat{
    position: absolute;
    top: 53%;
    bottom: 1%;
    right: 20%;
}

.right-content  {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 2.5%;
    color: cyan;
    border-right: 10px ;
    text-align: center;
    font-size: 20px;
}

.right-content h3 {
    font-family: Georgia, serif;
}

.clearfix {   /* place this after elements with float: left and float: right to "clear" layout issues */
    clear: both;
}

#up{
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    border-radius: 25px;
}
 
footer{
  text-align: center;
  font-size: 10px;
}

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}

  footer {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    font-family: Georgia;
    color: gray;
    font-size: 0.75em;
    font-style: italic;
    letter-spacing: 0.25em;
    display: block;
    padding-top: 0.5em;
    margin-top: 2em;
  }

  footer p{
    font-size: 14px;
  }

  * {
  box-sizing: border-box;
}

html, body, section, div {
  height: 85%;
}

section {
  width: 100%;
}

article {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 1.75rem;
  padding-top:3%; 
  padding-bottom:0.2%;
  font-family: 'Coming Soon', cursive;
  font-size: 60px;
}

/* Pattern styles */
.left-half {
  background: url(images/gif.gif);
  background-size: cover;
  float: left;
  border-right: 2.5px solid white;
  width: 50%;
  height: 118%;
}

.right-half {
  background-color: #FFDDAA;
  float: right;
  border-left: 2.5px solid white;
  width: 50%;
  height: auto;
  padding-bottom: 11%;
}

.titletwo{
 padding-top: 10%;
}

.main-navigation {
    overflow: hidden;
    background-color: #FFDDAA;
    text-decoration-color: white;
    color: white;
    text-align: center;
}

.nav a {
    color: black;
    text-decoration: none;
}

.nav a:hover, .main-navigation a:focus {
    background: #FFB448;
}

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
}

h2{
  color: white;
  text-align: center;
  font-size: 60px;
  text-shadow: 3.5px 2px orange;
}

p{
  text-align: justify;
  padding-left: 8%;
  font-size: 12.5px;
  padding-right: 8%;
}

footer{
  text-align: center;
}

h1{
  font-family: 'Coming Soon', cursive;
  font-size: 60px;
}

.info-content{
    padding-right: 10%;
}

.footer p{
  text-align: center;
}
