
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{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/);
    background-size: cover;
    background-color: rgba(26, 25, 25, 0.986);
    margin: auto;
    text-align: center;
    
 }
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*/


a{
    grid-column: 1/5;  
  grid-row: 2/3;         
  text-align: left;
    display: block;
    padding: 5px 0;
}

a:link,a:visited{
    
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: fit-content;
    text-align: center;
}

a:hover{
    
color: white;
    text-decoration: none;
    padding: 9px;
    transition: 1s;
    /*box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.671)*/
}

ul{
font-size: larger;
    display: flex;
    margin: auto;
     justify-content: center;
     justify-content: space-between;
}
article{
    
    color: white;
   padding: auto;

    font-size: x-large;
}
h1{
   /* padding-top: 1%;*/
    color: white;
    padding: auto;
}
nav{

padding-top: 0.5%;
color: white;

}
h2{
    color: white;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    font-weight: bold;
    font-size: larger;
}

#head{
    background-image: linear-gradient( #5c2116e8,rgba(26, 25, 25, 0));
   /* background-color:  ;*/
    color: white;
    width: auto;
    clear: both;
    position: static;
    height: 220px;
}
footer{
    background-image: linear-gradient( rgba(26, 25, 25, 0),#5c2116);
    color: white;
    clear: both;
    position: static;
    height: 100px;
    margin-top: 400px;
    
    
}

#p1{
    font-size: x-large;
    margin-left: 160px;margin-right: 150px;
    color: white;
    
}


#POSTER1{
    margin-top: 1%;
    box-shadow: 6px 12px 5px rgba(0, 0, 0, 0.671)
}

#BLTT{
    margin-top: 1%;
    box-shadow: 6px 12px 5px rgba(0, 0, 0, 0.671)
}

#WALLPH{
    margin-top: 1%;
    box-shadow: 6px 12px 5px rgba(0, 0, 0, 0.671)
}
#men{
    height: 900px;
    /*box-shadow: 6px 12px 7px rgba(0, 0, 0, 0.671)*/
}

#Lot{
    width:800px;
}

.container {
    position: relative;
    text-align: center;
        
    color: rgb(240, 238, 238);
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
  }
  img {
    border-radius: 3%;
    padding: 2%;

  }
  #NAME{
    font-size: xx-large;
    font-weight: 700;
    margin-left: 9%;
  }
  #Hero{
    width: fit-content;
  }