

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{
    background-image: url(images/);
    background-size: cover;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.781);
    
    @media screen and (min-width:600px) {
        body{
        background-color: rgb(76, 165, 121);
    }
    nav ul{
        display: block;  
      }
      
      .icon{
         display: block;
         
      }
      main{
          display: block;
          grid-template-columns: 33% 1fr 1fr;
      }
}
}

@media screen and (min-width:1200px) {
    Body{
        background-color: rgb(170, 54, 54);
    }
 
}

@media screen and (min-width:600px) and (max-width:1199px){
    Body{
        background-color: rgb(172, 20, 33);
    }
    
  
    
 }
 @media screen and (min-width:90px) and (max-width:599px){
   
    Body{
        background-color: rgb(255, 255, 255);
    }
  
}
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 of css reset*/


.logo{
    display: block;
    grid-column: 1/2;
    grid-row: 2/4 ;
    background-color:rgba(226, 15, 15, 0.986) ;
    border: solid;
}

nav{
    grid-column: 2/4;  
    grid-row:2/4;   
    content: center;
  
    font-size: larger;
   
}
li{
    width: 200px;
    text-align: center;
    background-color:rgba(226, 15, 15, 0.986) ;
    border: solid;
        
        /*dont do these two lines
        background-color: darkgreen;
        margin: 10px;
        */
        
}

main {
    grid-template-columns:rfff;
    grid-template-rows:rfff ;
    display: grid;
    max-width: 1280px;
    margin: auto;

}
ul{
   display: flex ;
    list-style-type: none;
}

li{
    width: 200px;
    text-align: center;
    
        
        /*dont do these two lines
        background-color: darkgreen;
        margin: 10px;
        */
        
}

a{
    grid-column: 1/5;  
  grid-row: 1/2;         
  text-align: center;
    display: block;
    padding: 5px 0;
}

a:link,a:visited{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover{
    background-color: rgb(255, 0, 0);
    text-decoration: none;
}

header{
    background-color: rgb(12, 151, 231) ;
    color: rgb(0, 204, 255);
    width: 1000px;
    margin: auto;
    text-align: left;
    background-image:url(images/);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
h1{
    margin: 50px;
    font-family: 'Lobster Two', sans-serif;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    
}
h3{
    margin: 50px;
    font-family: 'Lobster Two', sans-serif;
    text-align: center;
    font-size: large;
}
p{
  
    font-size: 1.2em;
    font-family: sans-serif ;
    color: black;
}
.one{  
    display: block;
    grid-row: 2/3;
}
.two{
    display: block;
    grid-row: 3/4;
}
.two{
    display: block;
    grid-row: 4/5;
}