@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins&display=swap');
* {
    margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}
img {
    pointer-events: none;
  -webkit-touch-callout: none;
}
a {
	text-decoration: none;
	color: var(--red);
}
a:hover {
	color: var(--white);
}
:root {
  --dark: #1F1F1F;
  --darkgray: #222222;
  --red: #F26C4F;
  --white: #ffffff;
  --offwhite: #f7f7f7;
  --txtanimation: #222222;

  --name: #ffffff;
  --red-box: #ffffff;
}
html {
    scroll-behavior: smooth;
}
body {
	font-size: 1.125rem;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	background-color: var(--darkgray);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}
.coltxt {
    font-size: 0.8rem;
}
.container {
	overflow: hidden;
	width: 1500px;
	margin: auto;
  	padding: 0px 20px;
}
.spacer { 
	padding: 100px 0px;
}
/* Header Start */

header{
 	min-height: 20px;
 	z-index: 1;
 	width: 100%;
 	transition: 0.532s ease;
	padding: 10px 0px;
}

header .menu-hide {
	display: none;
	float: right;
	padding: 13px 10px;
}
header .menu-hide .menu {
	font-size: 30px;
	text-align: center;
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
}
header .logo_1 {
	width: 80px;
	margin: 0px;
	padding: 0px;
}
header nav ul {
	float: right;
}
header nav li {
	float: left;
	display: inline;
	padding: 0px 10px;
}
nav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--white);
	padding: 0px 20px;
	transition: .5s ease;
}
header .finalmenu ul {
	display: none;
	float: right;
	padding-top: 10px;	
}

header .finalmenu li {
	float: left;
	display: inline;
	padding: 0px 10px;
}
.finalmenu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--white);
	padding: 50px 20px;
	transition: .5s ease;
}

#head-nav li a {
	font-size: 15px;
    color: var(--white);
    font-weight: bold;
    letter-spacing: 1px;
	transition: 0.326s ease;
}
#head-nav li a:hover {
    color: var(--red);
}

.mainhead {
	display: flex;
	align-items: center;
}

.col-logo { width: 50%; }
.col-nav { width: 50%; }

.col-socmed { 
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
	margin-top: 20px;
}

.col-socmed a {
	font-size: 20px;
	color: var(--red-box);
	background-color: var(--red);
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 7px;
	line-height: 0;
	border-radius: 100px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.col-socmed a:hover {
	color: var(--red-box);
	background-color: #000;
}
/* Header End */

/* Hero Section End */
.herosection { color: var(--white); }
.herogrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.col-hero img {
    width: 563px;
    margin: 0px 0px -10px -105px;
}
.heroname h2 {
    font-size: 110px;
    line-height: 110px;
    font-weight: 600;
	color: var(--name);
}
.herotxt {
    padding: 0px 45px;
}
.herotxt img {
    width: 110px;
	padding-bottom: 20px;
}
.herotxt h2.sub-heading {
    font-size: 25px !important;
	padding-bottom: 0px;
    margin-bottom: -10px;
}
h2.sub-heading {
    font-weight: 400;
	line-height: 1;
	color: var(--red);
}
h2.parenthead {
    font-size: 50px;
	line-height: 1.2;
	letter-spacing: 3px;
}
.herotxt p { margin-bottom: 20px; }
.herotxt a {
	color: var(--red);
	text-decoration: none;
}
.herotxt a:hover {
	color: var(--white);
	text-decoration: none;
}
.heroname img {
    width: 130px;
	padding: 20px 100px 0px 0px;
	float: right;
	opacity: 0.1;
}
/* Hero End */

/* Heading Animation */

.wrapper{
	display: flex;
  }
  .wrapper .dynamic-txts{
	height: 90px;
	line-height: 0px;
	overflow: hidden;
  }
  .dynamic-txts li{
	list-style: none;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: 0;
	animation: slide 12s steps(4) infinite;
  }
  @keyframes slide {
	100%{
	  top: -360px;
	}
  }
  .dynamic-txts li span{
	position: relative;
	margin: 5px 0;
	line-height: 90px;
  }
  .dynamic-txts li span::after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	background: var(--txtanimation);
	border-left: 2px solid var(--red);
	animation: typing 3s steps(10) infinite;
  }
  @keyframes typing {
	40%, 60%{
	  left: calc(100% + 30px);
	}
	100%{
	  left: 0;
	}
  }

/* Heading Animation End */

/* About Me Section */

.aboutsection {
    background-color: var(--dark);
	color: var(--white);
}
.aboutgrid {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.behance-img img {
	width: 900px;
	margin: 100px 0px;
}
.behance-img {
    background-color: var(--red);
    width: 300px;
    display: flex;
    justify-content: center;
    margin-right: 270px;
}
div.col-intro {
    width: 35%;
	padding-right: 50px;
}
.discussion {
	display: flex;
	justify-content: center;
	flex-direction: column;
    width: 40%;
	background-color: var(--red);
	margin: 20px;
	padding: 40px;
	text-align: center;
	box-shadow: 5px 5px 10px #0000001c;
	border-radius: 5px;
	color: var(--red-box);
}
.years {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 130px;
    margin-top: 50px;
}
h3.noyears {
    font-size: 150px;
	color: var(--red);
}
h3.expyear {
    font-size: 50px;
	padding-left: 20px;
	line-height: 1;
}
.letstxt {
	font-size: 22px;
	margin-bottom: 20px;
}
.discussion a {
	color: var(--red-box);
	text-decoration: none;
	padding-bottom: 10px;
}
.discussion a:hover {
	color: #e7e7e7;
	text-decoration: none;
}
.discussion a {
    width: fit-content;
    display: block;
}
/* About Me End */

/* What i Offer Section */

.offergrid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	padding: 20px 0px;
	color: var(--red-box);
}
.offerheading {
	text-align: center;
	color: var(--white);
}
.offersection {
    color: var(--white);
}
.s-box {
	padding: 40px;
	text-align: center;
	box-shadow: 5px 5px 10px #0000001c;
	border-radius: 5px;
}
.service-box1 {
	background-color: var(--red);
}
.service-box2, .service-box3 {
	background-color: #1f1f1f;
}
.offergrid h2 {
	padding-bottom: 10px;
}
.s-box img {
	width: 100px;
	padding-bottom: 10px;
}
/* What i Offer End */


/* Have Project Section */

.projectoffer {
	background-color: var(--dark);
	color: var(--white);
	background-image: url('https://images.pexels.com/photos/270404/pexels-photo-270404.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
}
.projectgrid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.projecttxt p {
    margin-bottom: 20px;
}
.projecttxt {
    width: 35%;
	padding-left: 100px;
	color: var(--red-box);
}
.projecttxt a:hover {
    color: #fff;
}
.projectimg {
    width: 65%;
}
.projectimg img {
    width: 100%;
	margin-left: -100px;
}

/* Have Project Section End */

/* Work Section */

.workgrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blank {
    width: 50%;
}
.worktxt {
    width: 50%;
}
.worksection {
	background-color: var(--darkgray);
	padding: 200px 0px;
	color: var(--white);
	background-image: url('https://xtanyax.github.io/devcodeportfolio/images/newwork.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.worktxt p {
    padding-bottom: 20px;
}

/* Work End */

/* Skill Section */
.skillgrid {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logogrid {
    width: 60%;
}
.logogrid img {
    width: 80px;
}
.vectorimg {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
	padding-right: 150px;
}
.vectorimg img {
    width: 550px;
    margin: -60px 0px;
}
.ui-grid figcaption, .web-grid figcaption, .vec-grid figcaption {
    text-align: center;
    color: var(--white);
	font-size: 0.8rem;
}
.ui-grid, .web-grid, .vec-grid {
    margin: 20px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
}
.logogrid h2 {
	font-size: 1.1rem;
	color: var(--white);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#title-red {
	color: var(--red);
}
.logogrid figure {
    background-color: var(--dark);
    border-radius: 10px;
    padding: 20px 10px;
	box-shadow: 5px 5px 10px #0000001c;
	text-align: center;
}
.web-section {
	margin: 40px 0px;
}
/* Skill End */

/* Footer Section */

.footergrid {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px;
	color: var(--white);
}
ul.foo-nav {
    margin-right: -20px;
}
ul.foo-nav li a {
    padding: 0px 20px;
}
ul.foo-nav li {
    display: inline;
    text-transform: uppercase;
}

/* Footer End */


/* Animation Section */
.fadeup {
	opacity: 0;
	filter: blur(5px);
	transition: all 1s ease;
	transform: translateY(100%);
}
.fadedown {
	opacity: 0;
	filter: blur(5px);
	transition: all 1s ease;
	transform: translateY(-100%);
}
.faderight {
	opacity: 0;
	filter: blur(5px);
	transition: all 1s ease;
	transform: translateX(100%);
}
.fadein {
	opacity: 0;
	filter: blur(5px);
	transition: all 0.5s ease;
}
.hidden {
	opacity: 0;
	filter: blur(5px);
	transition: all 1s ease;
	transform: translateX(-100%);
}
.show {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0);
}
.s-box:nth-child(2) {
	transition-delay: 200ms
}
.s-box:nth-child(3) {
	transition-delay: 400ms
}
.s-box:nth-child(4) {
	transition-delay: 600ms
}
/* Animation End */

/* Tab CSS */
.webprojflex {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}
.webprojflex div {
	color: var(--white);
	background-color: var(--dark);
    border-radius: 10px;
    padding: 20px 40px;
	box-shadow: 5px 5px 10px #0000001c;
}
.webprojflex div img {
	padding-top: 20px;
	box-shadow: 5px 5px 10px #0000001c;
}
.webprojflex div h3 {
	color: var(--white);
	font-weight: 400;
	letter-spacing: 1;
}
a#cta-tab {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
	gap: 5px;
	margin-top: 40px;
}
  
  /* Style the buttons inside the tab */
  .tab button {
	background-color: var(--dark);
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	margin: 0px 10px;
	padding: 15px 45px;
	transition: 0.324s ease;
	color: var(--white);
	box-shadow: 5px 5px 10px #0000001c;
	border-bottom: 1px solid var(--red);
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	transition: 0.324s ease;
	background-color: var(--red);
	color: var(--red-box);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	transition: 0.324s ease;
	background-color: var(--red);
	color: var(--red-box);
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 10px 0px 40px 0px;
	border-top: none;
  }
  .tabcontent h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
  }
  .demo-cta {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--red);
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	padding: 10px 0px;
}

.vectorflex img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}
  
  .vectorflex figure {
	margin: 0;
	break-inside: avoid;
  }
  
  .vectorflex figure a {
	color: var(--dark);
	text-decoration: none;
  }
  
  .vectorflex figcaption {
	grid-row: 2;
	grid-column: 1;
	background-color: rgba(255,255,255,.5);
	padding: .2em .5em;
	justify-self: start;
  }
  
  .vectorflex {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.logoflex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
.logoflex img{
	width: 284px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #0000001c;
}
/*==============================================================================================*/

/* Toggle Theme */

#toggleDark {
    font-size: 30px;
    cursor: pointer;
    border-radius: 200px;
    text-align: center;
	margin: 20px;
	padding: 0px 8px 10px 10px;
	color: var(--red);
}

.col-theme {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Toggle Theme End*/



/* Media Queries */

@media screen and (max-width: 1366px) {
	body {
		zoom: 80%;
	}
	.worksection {
		background-position: -10% center;
	}
}
@media screen and (max-width: 1280px) {
	body {
		zoom: 80%;
	}
	.worksection {
		background-position: -20% center;
	}
}
@media screen and (max-width: 768px) { 
	.container {
		width: 100%;
		padding: 0;
	}
	body {
		zoom: 100%;
	}
	.mainhead { padding: 0px 20px; }
	.col-logo { order:1; width: 70%; }
	.col-nav { order:2; width: 20%; }
	.col-theme { order: 3; width: 10%; 
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.col-socmed { 
		gap: 10px;
		margin: 0px 20px 20px 50px;
	}
	.heroname img { display: none; }
	.col-socmed a {
		font-size: 16px;
		color: var(--red-box);
		background-color: var(--red);
		width: 20px;
		height: 20px;
		text-align: center;
		padding: 7px;
		line-height: 0;
		border-radius: 100px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.herotxt h2.sub-heading {
		font-size: 25px !important;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	header .menu-hide .menu {
		color: var(--white);
	}
	nav ul, nav ul:active ul {
		display: none;
		background-color: var(--red);
		text-align: center;
		padding: 0px;
		position: absolute;
		text-align: center;
		height: 250px;
	}
	header .menu-hide {
		display: block;
	}
	nav:hover ul {
		display: block;
	}
	nav {
		width: 15%;
		float: right;
		text-align: center;
	}
	nav li {
		float: left;
		text-align: center;
		padding: 10px;
	}
	header nav li {
		float: left;
		display: inline;
		padding: 16px 10px;
	}
	nav li a {
		padding: 20px 8px;
		color: var(--red-box) !important;
	}
	nav ul, nav ul:active ul {
		display: none;
		background-color: var(--red);
		text-align: center;
		padding: 0px;
		position: absolute;
		left: 80%;
		top: 80px;
		text-align: center;
	}
	.herogrid {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 40px;
	}
	.col-hero img {
		width: 440px;
		margin: 0px 0px -50px 0px;
	}
	.heroname h2 {
		font-size: 60px;
		line-height: 60px;
		font-weight: 600;
	}
	.col-hero {
		width: 50%;
	}
	.col-hero img {
		width: 350px;
		margin: 0px 0px -50px 0px;
	}
	.heroname {
		width: 50%;
		text-align: center;
	}
	.herotxt {
		width: 100%;
		padding: 40px 100px;
		margin: 20px;
		text-align: center;
		background-color: var(--dark);
	}
	div.col-intro {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.discussion {
		width: 100%;
	}
	.aboutgrid {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	h3.noyears {
		font-size: 50px;
	}
	h3.expyear {
		font-size: 50px;
	}
	.years {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: auto;
		justify-content: center;
	}
	.dynamic-txts li span::after{
		background: var(--dark);
	}
	.wrapper {
		justify-content: center;
		margin-top: -20px;
	}
	.offergrid {
		margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		gap: 20px;
		padding: 20px 20px;
	}
	.projecttxt {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.projectimg {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.spacer { 
		padding: 50px 0px;
	}
	.worksection {
		background-image: none;
		padding: 0px 0px 50px 0px;
	}
	.worktxt {
		margin-top: 40px;
		width: 100%;
		padding: 0px 20px;
	}
	.blank {
		width: 100%;
		height: 400px;
		background-image: url('https://xtanyax.github.io/devcodeportfolio/images/newwork.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left center;
		background-color: var(--dark);
	}
	.skillgrid {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.logogrid {
		width: 100%;
		padding:0px 20px;
	}
	.logogrid img {
		width: 80px;
		margin: 0px;
	}
	.vectorimg {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-right: 0px;
	}
	.vectorimg img {
		margin: 0px;
		width: 400px;
	}
	.footergrid {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 0px;
	}
	.coltxt {
		order: 2;
	}
	ul.foo-nav {
		margin-right: 0px;
	}
	.coltxt p {
		padding-top: 20px;
	}
	.prodsection {
		padding: 40px 20px;
	}
	.slidesection #s-prev, .slidesection #s-next {
		top: 25px;
	}
	.slidesection .slide-container .slide .content {
		padding-top: 70px;
	}
	.projectimg img {
		margin-left: -40px;
	}
	.webprojflex {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 0px;
		padding: 0px 20px;
	}
	.webprojflex div {
		padding: 20px;
		margin: 10px;
	}
	.vectorflex {
		padding: 20px 40px;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}
	.vectorflex img {
		height: 290px;
	}
	.logoflex img {
		width: 220px;
	}
	.behance-img img {
		width: 500px;
		margin: 20px 0px;
	}
	.behance-img {
		margin-right: 0px;
	}
	.aboutgrid {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	.col-socmed { 
		gap: 10px;
		margin: 10px;
		justify-content: center;
	}
	.blank {
		height: 200px;
	}
	.worksection {
		background-image: none;
		padding: 0px 0px 20px 0px;
	}
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	nav ul, nav ul:active ul {
		display: none;
		background-color: var(--red);
		text-align: center;
		padding: 0px;
		position: absolute;
		left: 60%;
		top: 60px;
		text-align: center;
	}
	.col-logo { order:1; width: 70%; }
	.col-nav { order:2; width: 15%; }
	.col-theme { order: 3; width: 15%; }

	.col-hero img {
		width: 440px;
		margin: 0px 0px -50px 0px;
	}

	.heroname h2 {
		font-size: 50px;
		line-height: 50px;
		font-weight: 600;
	}
	.col-hero {
		width: 100% !important;
		text-align: center;
	}
	.col-hero img {
		width: 300px;
		margin: 0px 0px -50px 0px;
	}
	.heroname {
		width: 100% !important;
		text-align: center;
	}
	.herotxt {
		width: 100%;
		padding: 20px;
		margin: 20px;
		text-align: center;
		background-color: var(--dark);
		box-shadow: 5px 5px 10px #0000001c;
	}
	h2.sub-heading {
		font-size: 25px !important;
	}
	h2.parenthead {
		font-size: 36px;
		line-height: 1.2;
	}
	.discussion {
		padding: 20px;
		margin: 20px;
	}
	.years {
		display: flex;
		align-items: center;
		height: auto;
		justify-content: center;
		flex-direction: column;
	}
	h3.noyears {
		font-size: 100px;
		line-height: 1;
	}
	h3.expyear {
		font-size: 36px;
	}
	.heroname img, .herotxt img { display: none;}
	.wrapper {
		justify-content: center;
		margin-top: -20px;
	}
	.dynamic-txts li{
		font-size: 36px;
	}
	.wrapper .dynamic-txts {
		height: 75px;
	}
	.s-box {
		padding: 20px;
	}
	h2.parenthead {
		font-size: 30px;
		line-height: 1;
	}
	.spacer { 
		padding: 20px 0px;
	}
	.logogrid {
		width: 100%;
	}
	.logogrid img {
		width: 80px;
	}
	.vectorimg img {
		width: 300px;
	}
	ul.foo-nav li {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.coltxt p {
		text-align: center;
		padding: 0px 20px;
	}	
	nav ul, nav ul:active ul {
		display: none;
		background-color: var(--red);
		text-align: center;
		padding: 0px;
		position: absolute;
		left: 70%;
		top: 75px;
		text-align: center;
		z-index: 10;
	}
	.slidesection #s-prev, .slidesection #s-next {
		top: 25px;
	}
	.prodsection {
		padding: 40px 20px;
	}
	.projectimg img {
		margin-left: -20px;
	}
	.logoflex img {
		width: 150px;
	}
	.vectorflex img {
		height: 350px;
	}
	button.tablinks {
		width: 100%;
		margin: 5px 20px;
	}
	.webprojflex {
		margin-top: 20px;
	}
	.webprojflex div {
		margin: 10px 0px 10px 0px;
	}
	.vectorflex {
		padding: 20px 20px;
	}
	.logoflex {
		margin-top: 20px;
	}
	.logoflex img {
		width: 158px;
	}
	.behance-img img {
		width: 360px;
	}
}
@media screen and (max-width: 375px) { 
	nav ul, nav ul:active ul {
		display: none;
		background-color: var(--red);
		text-align: center;
		padding: 0px;
		position: absolute;
		left: 60%;
		top: 75px;
		text-align: center;
		z-index: 10;
	}
	.logogrid img {
		width: 100px;
	}
}