*{
   margin:0;
   padding:0;
   box-sizing: border-box; 
   font-size:16px;
}

/* TYPOGRAPHY*/
p, h1, h2 {
font-family: 'Muli', sans-serif;
}

h1 {
    font-size:50px;
    color: black;/* white */
    text-transform: uppercase;
	    text-align: center;
   } 
h2 {
    font-size: 30px;
    font-family: 'Lato', sans-serif; 
    text-transform: uppercase;
   }
h1 {
            padding-bottom: .2em; 
           }


h2,p,li {
    padding-bottom: 1em;
    text-align: center;
           }



/* Article Style Y*/
.item {
       background-color: rgba(255, 255, 255, 0.90);
       padding:5%;
       margin:5%; 
       margin-bottom: 20px; 
       margin-top: 20px; 
       border-radius:10px;
}
/* let's bring the width in a little */
/* check it out - we're responsive without even trying! */ 
main {
/* There's rarely any time you should set an explicit width. Always use max-width wherever possible. */
     max-width: 2000px;
/* Change the above to width: 1000px and see what happens with responsive */
     margin-left: auto;
     margin-right: auto; 
      }

/* let's talk about nesting */ 
.item li {
          margin-left: 25px;
}
blockquote {
text-transform: uppercase; 
font-style: italic;
}

iframe {
	display:block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
	padding-bottom: 2%;

}


img {
max-width: 100%;
height: auto;
/* so that aspect ratio is kept even if height is declared in markup */ 
border: 0;
/* this stops a border if the image is inside a link */
}



/*
background color defaults
Note that HTML and CSS use American spelling (color not colour). */
body {
      background-color: orange;
     }
header {
       background-color: white;
       }
/* Note that if we want a number of different elements to have the same style, we just comma separate them. */
header, footer {
               text-align: center;
               }

.footer {
padding-top: 25px;
	padding-bottom: 12px;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: white;
   text-align: center;
}




/* nav */
body {
  margin: 0;
font-family: 'Muli', sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: white;
}


.topnav a {
	
  display: inline-block;
  color: black;
  text-align: center;
	
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #202020;
  transition: 1s;
  color: white;
}



.topnav a.active {
  background-color: #202020;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: center;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

body {
background-color: black;
background-image: url(https://killersprocket.square.site/uploads/b/e4fd9b20-6a3f-11ea-8bc7-af9c7e952c81/78346754_486896321945133_2132257757007446016_n.jpg); 
background-repeat: no-repeat; 
background-size: cover;
}



/* Can Image Text Wrap */

.can {
 display: block;
  margin-left: auto;
  margin-right: auto;
  width:15%;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.centersmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;

}

.SM {
  display: inline-flex;
	width: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	
  margin-left: auto;
  margin-right: auto;
 

}

.itemage {
       background-color: rgba(255, 255, 255, 0.90);
       padding:5%;
       margin: 30%; 
       margin-bottom: 20px; 
       margin-top: 20px; 
       border-radius:10px;
}

.buttonall {
	
}
.button {
  background-color: black; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
  background-color: #808080;
  color: white;
}


.tabs {
height: 34px;
padding-top: 1px;
padding-bottom: 0px;
text-align: center;
}

