html{
	scroll-behavior: smooth;
	font-family: system-ui;
}
body{
	margin:0px;
	background-color: #404040;

}

@media screen and (max-width: 300px) {
	.menuList{
		position: relative;
		background-color: #212121;
		height: 3em;
		margin-left: 1%;
		margin-right: 1%;
		box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
    border-radius: 2px;
	}
	.menu{
		display: none;
	}
	.bMenu{
		font-size: 2.5em !important;
    padding: 3px;
    float: right;
    color: white;
		padding-right: 10px;
	}
	.bMenu:hover{
		color: #e94f64;
	}
	#hamMenuHome{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		display: grid;
		background-color: black;
		align-content: space-evenly;
		text-align: center;
		display: none;
	}
	.menu1{
		border-width: 0.2px;
		text-decoration: none;
		padding-top: 5px;
		padding-bottom: 7px;
		font-weight: 500;
		color: white;
		border-top-style: solid;
		border-width: 1px;
	}
	.menu1:hover{
		background-color: #ff6961;
	}
	#projectsMenu1{
		background-color: #e5c453
	}
	#projectHeader{
		position: absolute;
		text-align: center;
		width: 100%;
		color: #b4326c;
		top: 9%;
	}
	#cardsList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.card{
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		width: 70%;
		margin:17px;
		margin-bottom: 60px;
		height: 100%;
	}

	.card:hover{
		box-shadow: 0 16px 32px 0 rgba(255,255,255,0.2);
		cursor: pointer;
	}

	#container1, #container2, #container3, #container4, #container5 {
		padding: 2px 16px;
	}
	#logoIco{
		width: 40px;
    height: 40px;
    float: left;
    padding-top: 0.2em;
    padding-left: 0.8em;
	}
}
@media screen and (min-width: 300px) {
	.menuList{
		position: relative;
		background-color: #212121;
		height: 3em;
		margin-left: 1%;
		margin-right: 1%;
		box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
    border-radius: 2px;
	}
	.menu{
		display: none;
	}
	.bMenu{
		font-size: 2.5em !important;
    padding: 3px;
    float: right;
    color: white;
		padding-right: 10px;
	}
	.bMenu:hover{
		color: #e94f64;
	}
	#hamMenuHome{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		background-color: black;
		align-content: space-evenly;
		text-align: center;
		transition: all .26s ease-in-out 0s;
		display: none;
	}
	.menu1{
		border-width: 0.2px;
		text-decoration: none;
		padding-top: 5px;
		padding-bottom: 7px;
		font-weight: 500;
		color: white;
		border-top-style: solid;
		border-width: 1px;
	}
	.menu1:hover{
		background-color: #ff6961;
	}
	#projectsMenu1{
		background-color: #e5c453
	}
	#projectHeader{
		position: absolute;
		text-align: center;
		width: 100%;
		color: #b4326c;
		top: 9%;
	}
	#cardsList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.card{
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		width: 70%;
		margin:17px;
		margin-bottom: 60px;
		height: 100%;

	}

	.card:hover{
		box-shadow: 0 16px 32px 0 rgba(255,255,255,0.2);
		cursor: pointer;
	}
	#container1, #container2, #container3, #container4, #container5 {
		padding: 2px 16px;
	}
	#logoIco{
		width: 40px;
    height: 40px;
    float: left;
    padding-top: 0.2em;
    padding-left: 0.8em;
	}
}
@media screen and (min-width: 600px) {
	.menuList{
		position: relative;
		background-color: #212121;
		height: 3em;
		margin-left: 1%;
		margin-right: 1%;
		box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
    border-radius: 2px;
	}
	.menu{
		display: none;
	}
	.bMenu{
		font-size: 2.5em !important;
    padding: 3px;
    float: right;
    color: white;
		padding-right: 10px;
	}
	.bMenu:hover{
		color: #e94f64;
	}

	#hamMenuHome{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		display: grid;
		background-color: black;
		align-content: space-evenly;
		text-align: center;
		display: none;
	}
	.menu1{
		border-width: 0.2px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 7px;
    font-weight: 500;
    color: white;
		border-top-style: solid;
		border-width: 1px;
	}
	.menu1:hover{
		background-color: #ff6961;
	}
	#projectsMenu1{
		background-color: #e5c453
	}
	#projectHeader{
		position: absolute;
		text-align: center;
		width: 100%;
		color: #b4326c;
		top: 9%;
	}
	#cardsList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.card{
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		width: 55%;
		margin:17px;
		margin-bottom: 60px;
		height: 100%;

	}

	.card:hover{
	  box-shadow: 0 16px 32px 0 rgba(255,255,255,0.2);
		cursor: pointer;
	}

	#container1, #container2, #container3, #container4, #container5 {
	  padding: 2px 16px;
	}
	#logoIco{
		width: 40px;
    height: 40px;
    float: left;
    padding-top: 0.2em;
    padding-left: 0.8em;
	}
}
@media screen and (min-width: 900px) {
	.menuList{
		position: relative;
    background-color: #212121;
    text-align: end;
		padding-right: 5%;
		padding-left: 5%;
		margin-left: 0%;
		margin-right: 0%;
		box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
    border-radius: 2px;
	}
	#homeMenu:hover{
		color: #46bddf !important;
		border-bottom-style: solid;
	}
	#experienceMenu:hover{
		color: #52d273 !important;
		border-bottom-style: solid;
	}
	#projectsMenu:hover{
		color: #e57255 !important;
		border-bottom-style: solid;
	}
	.menu{
		display: inline-block;
		text-decoration: none;
		font-weight: 700;
		color:white;
		padding: 0.7em;
		transition: all 0.8s ease;
	}
	#hamMenuHome{
		display: none !important;
	}
	.icon{
		display: none;
	}
	#projectHeader{
		position: absolute;
		text-align: center;
		width: 100%;
		color: #b4326c;
		top: 9%;
	}
	#cardsList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.card{
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		width: 36%;
		margin-top: 15px;
    margin-right: 60px;
    margin-bottom: 30px;
    margin-left: 50px;
		height: 100%;

	}

	.card:hover{
	  box-shadow: 0 16px 32px 0 rgba(255,255,255,0.2);
		cursor: pointer;
	}

	#container1, #container2, #container3, #container4, #container5 {
	  padding: 2px 16px 10px;
	}
	#logoIco{
		width: 40px;
    height: 40px;
    float: left;
    padding-top: 0.2em;
    padding-left: 0.8em;
	}

}
@media screen and (min-width: 1200px) {
	.menuList{
		position: relative;
    background-color: #212121;
    height: 3em;
    text-align: end;
		padding-right: 5%;
		padding-left:5%;
		margin-left: 0%;
		margin-right: 0%;
		box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
    border-radius: 2px;
	}
	#homeMenu:hover{
		color: #46bddf !important;
		border-bottom-style: solid;
	}
	#experienceMenu:hover{
		color: #52d273 !important;
		border-bottom-style: solid;
	}
	#projectsMenu:hover{
		color: #e57255 !important;
		border-bottom-style: solid;
	}
	.menu{
		display: inline-block;
		text-decoration: none;
		font-weight: 700;
		transition: all 0.8s ease;
		color:white;
		padding: 0.7em;
	}
	#hamMenuHome{
		display: none !important;
	}
	.icon{
		display: none;
	}
	#projectHeader{
		position: absolute;
		text-align: center;
		width: 100%;
		color: #b4326c;
		top: 9%;
	}
	#cardsList{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.card{
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		width: 26%;
		margin-top: 15px;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-left: 40px;
		height: 100%;

	}

	.card:hover{
	  box-shadow: 0 16px 32px 0 rgba(255,255,255,0.2);
		cursor: pointer;
	}

	#container1, #container2, #container3, #container4, #container5 {
	  padding: 2px 16px 10px;
	}
	#logoIco{
		width: 40px;
    height: 40px;
    float: left;
    padding-top: 0.2em;
    padding-left: 0.8em;
	}
}
#projectsInfo{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	min-height: 85vh;
	margin-bottom: 1%;
	background-color: #212121;
	padding-bottom: 3.5em;
	margin-top: 1%;
	box-shadow: 0px 0px 13px -3px rgb(0 0 0 / 87%);
	border-radius: 2px;
}
#container1, #container2, #container3, #container4, #container5{
	min-height: 57%;
	color: lightgrey;
	background-color:black;
}
.projHeader{
	font-weight: 400;
	font-size: 1.2em;
	color: lightgrey;
	margin-bottom: 5px;
	margin-top: 10px;
}
.button{
	border: none;
	color: lightgrey;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 3px;
	transition: transform .2s;
	background-color: #da6c53
}
.cardLink{
	text-decoration: none;
	padding-right: 5%;
}
.projectDescPara{
	margin-top: 0px;
}
