
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: auto;
    background-color: rgba(255, 255, 255, 0.781);
    margin: auto;
    
 }
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*/

@media screen and (min-width:1200px) {
    Body{
        margin-left: 300px;
        margin-right: 300px;
        background-color: rgba(255, 255, 255, 0.795);
    }
    a{
        grid-column: 1/5;  
      grid-row: 2/3;         
      text-align: center;
        display: block;
        padding: 5px 0;
    }
    
    a:link,a:visited{
        color: rgb(22, 53, 37);
        text-decoration: none;
    }
    
    a:hover{
        background-color: rgb(12, 151, 231);
        text-decoration: none;
        padding: 10px;
        transition: 1s;
    }
    
    header{
        background-color: rgb(255, 255, 255) ;
        color: rgb(255, 255, 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: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: xx-large;
        font-weight: bold;
        
    }
    h3{
        margin: 50px;
        font-family: 'Satisfy', cursive;
        text-align: center;
        font-size: large;
    }
    p{
        grid-row: 3/4;
        margin: auto;
        background-color: rgb(255, 255, 255);
        text-align: center;
        font-size: x-large;
        font-family: sans-serif ;
    }
    .image1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        }
    .Heroimg{
        grid-column: 1/5;
        grid-row: 2/3;
        
        border-color: black;
        text-align: center;
        background-color:rgba(170, 184, 196, 0.082)
        
    }
    .air{
             
      text-align: center;
      border-color: black;
    }
    footer{
        grid-column: 1/5;  
        grid-row:6/7;   
        text-align: center;
        border-style: solid;
        background-color:rgba(255, 255, 255, 0.199) ;
        margin: auto;
    }
    nav{
        grid-column: 1/7;  
        grid-row:2/4;   
        align-items: center;
        text-align: center;
        background-color:rgb(127, 148, 167) ;
        height: 38px;
       
       
    }
    
    section{
        display: grid;
        grid-row: 4/5;
        grid-column: 2/4;
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    }
    
 
}

@media screen and (min-width:367px) and (max-width:690px){
    Body{
        background-color: rgb(172, 20, 33);
    }
    
  
    
 }
 @media screen and (min-width:90px) and (max-width:599px){
   
    Body{
        background-color: rgb(255, 255, 255);
    }
}
 
main {
    grid-template-columns:rfff;
    grid-template-rows:rfff ;
    display: grid;
    max-width: 1280px;
    margin: auto;
    background-color:  rgba(255, 255, 255, 0.774);

}
ul{
   display: flex ;
    list-style-type: none;
}

li{
    width: 200px;
    text-align: center;
    
        
        /*dont do these two lines
        background-color: darkgreen;
        margin: 10px;
       h4{
    margin: auto;
    margin-left: 400px;
    margin-right: 400px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    font-weight: bold;
    font-family: sans-serif ;
} */
        
}
.Cats{
    text-align: left;
}
h4{
    border: black;
    border-style: solid;
}
iframe{
    margin: auto;
}

.Ditto{
    display: flex;
}
