* {
	Margin: 0px;
	font-family: Arial;
}

body {
	background-color: #000000;
	overflow-x: hidden;
}

.buttonNav {
	color: white;
	font-size: clamp(3px, 3vw, 17px);
	padding: 12px 11px 12px 11px;
	text-decoration: none;
}

.buttonNav #icon {
	width: 28px;
}

.buttonNav:hover {
	opacity: 60%;
	text-decoration: underline;
}

.nav-bar {
	align-items: center;
	background-color: #080c34;
	border-bottom: solid white 1px;
	color: white;
	display: flex;
	width: 100%; /*100vw is the same thing*/
	height: 60px;
	justify-content: center;
	position: fixed;
	vertical-align: middle;
}

#intro { 
	background-color: #0884dc;
	color: white;
	line-height: 42px;
	padding: 85px 17px 20px 17px;
	pointer-events: none;
	text-align: center;
	user-select: none;
}

#intro #name {
    font-size: clamp(37px, 5.5vw, 45px); /* Min: 18px, Preferred: 6vw, Max: 36px */
    text-shadow: 1px 5px 0px #045f9a;
	 width: 100%; /*use full width of panel */
}

#intro h2{
	font-size: clamp(5px, 4vw, 20px);
	width: 100%;
	font-weight: 500;
	pointer-events: none;
	text-shadow: 1px 3px 0px #045f9a;
}

#titleBorder { 
	pointer-events: none;
	text-align: center;
	user-select: none;
	align-items: center;
	background-color: #0884dc; 

	color: white;
	display: flex;
	width: 100%; /*100vw is the same thing*/
	height: 60px;
	justify-content: center;
	vertical-align: middle;
}

#titleBorder #borderName{
	font-size: 35px;
	text-shadow: 1px 5px 0px #045f9a;
	font-size: clamp(5px, 6vw, 33px);
	width: 100%;
	font-weight: 500;
	pointer-events: none;
	text-shadow: 1px 3px 0px #045f9a;
}

.about {
	background-image: url('images/backgroundoverlay.png'), url(''); /*need url */
	background-size: 401px 400px, 400px 400px; /*overlay image sizes first, second is background behind overlay */
	background-repeat: repeat; /*to repeat the background after size given */
    background-blend-mode: multiply; /*multiply effect like clip studio/photoshop */
    background-position: center, center; /*both images are centered */
	height: 730px;
	min-width: 200px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	background-image : #666666;
	background-color: #2a3155;
}

.about#expSection {
	height: 400px;
}

.aboutContainer {
	background-color: rgba(0, 0, 0, 0.281);
	height: 100%;
	width: clamp(400px, 74vw, 1202px);
	margin-left: auto;
	margin-right: auto;
}

#profilePhoto {
	border-radius: 220px;
	height: clamp(40px, 40vw, 220px);
	margin-top: 13px;
	pointer-events: none;
	user-select: none;
	width: clamp(40px, 40vw, 220px);
}

.subProfile{
	color: black;
	font-weight: 600;
	width: 220px;
}

.subTopAbout {
    background-color: #0884dc;
	border: 1px solid white;
	color: rgb(255, 255, 255);
	font-size: clamp(6px, 6vw, 35px);
	font-weight: 500;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 8px;
	pointer-events: none;
	text-align: center;
	text-shadow: 0px 3px 0px #045f9a;
	user-select: none;
	width: 400px;
	box-shadow: 0px 3px 4px rgb(44, 44, 44);
}

.subMidAbout{
    background-color: #0000007c;
	color: rgb(255, 255, 255);
	font-size: clamp(3px, 3vw, 15.4px);
	font-weight: 500;
	height: 75px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-top: 20px;
	text-align: center;
	width: 400px;
	box-shadow: 0px 3px 4px rgb(44, 44, 44);
}

.subBottomAbout{
    background-color: #0000007c;
	color: rgb(255, 255, 255);
	font-size: clamp(3px, 3vw, 15.4px);
	font-weight: 500;
	height: 85px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 8px;
	padding-top: 20px;
	text-align: center;
	width: 400px;
	box-shadow: 0px 3px 4px rgb(44, 44, 44);
}

.projects {
	/*background-color: #252529;*/
    background-image: linear-gradient(#10101a, #242950);
	border-bottom: solid grey 1px;
	border-top: solid grey 1px;
	color: white;
	height: 350px;
	min-width: 690px;
	padding-top: 35px;
	text-align: center;
}

.projectSquare {
    border: solid #ffffff 1px;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;
}

.projectSquare:hover {
	opacity: 50%;
	transition: 0.15s;
}

.contactContainer {
    align-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 0px;
	color: black;
    display: flex;
    flex-direction: row;
	font-weight: 600;
    justify-content: space-evenly;
}