/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/*Font Stufff*/
@import url(http://fonts.googleapis.com/css?family=Marvel);


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Marvel', sans-serif;
    width:100%;
    height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: top;
    max-width:100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2{
  text-align:center;
}
a{
  color: black;
  text-decoration: none;
  transition:color 1s, border 1s;
  border-bottom: 3px solid black;
}

a:hover{
  color:#FA023C;
  border-bottom:3px solid #C8FF00;
}

body,html{
    width:100%;
    height:100%;
    background-color: #ED303C;
    min-width:320px;
    padding-top:20px;
    margin:0px;
}

img{
  max-width:90%; 
  margin:0 auto;
  display: table;
}

iframe{
  margin:0 auto;
  display:table;
}

p{max-width:90%; margin:0 auto;}
.ribbon{
    width:100%;
    clear:both;
  
}

.wrap{
    width:1200px;
    margin:0px auto;
    clear:both;
    padding:20px 0px;
    background-color:white;

}

.color1{
  background-color:#ED303C;
}

.color2{
  background-color:#FAD089;
}

.color3{
  background-color:#ff9c5b;
}
.color4{
  background-color:#F5634a;
}
.color4{
  background-color:#3B8183;
}
#menu{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
 
  padding:0px;
}

#menu a{
  width:20%;
  text-align:center;
  float:left;
  display:block;
  background-color:#F7E4BE;
  color:#F5634a;
  font-size:40px;
  border-bottom:5px solid #C8FF00 ;
}

#menu a:hover{
  background-color:#C8FF00;
  border-bottom:5px solid black;
}


@media (max-width: 1199px){
  .wrap{
    width:100%;
  }
} 

@media (max-width: 650px){
  #menu a{
    font-size:20px;
  }
 } 
