@charset "UTF-8";

/* CSS Document */

/* body
--------------------------------------------------*/

* {
   padding:0;
   margin:0;
	}

html {
	margin: 0;
	padding: 0;
	overflow:auto;
	}

body {
	margin: 0;
	padding: 0;
	overflow:auto;
	color: #fff;
  	background-color: #C8252C;
	font-family: p22-underground, sans-serif;
	
      width: 100vw;
      height: 100vh;
      /* picture for a device-width between 0 and 640px in landscape-mode */
      background-image: url(assets/img/chaos-texture.webp);
      background-repeat:  no-repeat;
      background-position: center center;
      background-size: cover;
      /* change  */
      background-attachment: fixed;
      /* to  */
      /* position: fixed; */
      /* if your style is not added to body */
	}

a:link {text-decoration: none; color: #fff;    transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear;}
a:visited {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #e5da04; }

a img {
border: none;
padding: 0;
margin: 0;
width:100%;
}	 
	 

/* Container
--------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 665px;
	padding: 25px 0 50px;
	min-height: 800px;
}

/* Content
--------------------------------------------------*/

.brands img {
	margin:10% 0 7%;
	width: 100%;
}
.about {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 100%;
	text-align: center;
}
.about p {
	font-size: 2.5rem;
	text-transform: uppercase;
	line-height: 2.7rem;
}
.subtitle {
	font-size: 2rem !important;
	margin-bottom: 0.3rem;
}
.site-link {

}
.email-link {
	font-size: 2rem !important;
	margin-top: 2rem;
}

/* responsive
--------------------------------------------------*/

@media screen and (max-width: 420px) {
	
	#wrapper {
		margin: 0 auto;
		width: 90%;
		padding: 5px 0 0;;
	}
	.about {
		padding: 30px 20px 0 5px;
	}
	.about p {
		font-size: 2.4rem;
		line-height: 2.2rem;
		margin-bottom: 0.5rem;
	}
	.subtitle {
		font-size: 1.5rem !important;
		margin-bottom: 0.75rem !important;
		line-height: 1.75rem !important;
	}
	.email-link {
		font-size: 1.3rem !important;
		margin-top: 2rem;
	}

}
