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 {
	line-height: 1;
}
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;
}

/* ------------------------------------------------------ */

html {
  scroll-behavior: smooth;
}

body {
    background-color: #65dda1;
}

#header {
    margin-top: 10%;
    display: flex;
    justify-content: space-evenly;
}
header {
    
    background-image: url("Assets/marble shelf.png");
    background-size: 62.5%;
    width: 100%;
    height: 225px;
}

.headerframe {
    background-color: rgba(255, 255, 255, 0);
    border: none;

    margin-top: -10%;
    margin-bottom: -7%;
}
.framephoto {
    width: 130px;
    height: 190px;

    transition: 0.5s ease;
}
.framephoto:hover {
    transform: translate(0px, -20px);
}

#hometitle {
    background-color: white;
    color: #65dda1;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 600%;
    text-align: center;

    margin: 3%;
    padding: 2%;

    border-radius: 50px;
    width: 50%;

    margin-left: auto; margin-right: auto;

    transition: 0.25s ease;
}
#hometitle:hover {
    transform: scale(1.05);
}

#homeintro {
    display: flex;
    justify-content: space-evenly;
}

#homeme {
    width: 30%;
    height: 30%;

    margin-left: 15%;
    
    transition: 0.25s ease;
}
#homeme:hover {
    transform: scale(1.05);
}
#homeabout {
    background-color: white;
    color: #65dda1;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 175%;
    text-align: center;

    margin: 3%;
    margin-top: 0%;
    padding: 2%;

    border-radius: 50px;
    width: 30%;

    margin-left: auto; margin-right: auto;
    
    transition: 0.25s ease;
}
#homeabout:hover {
    transform: scale(1.05);
}

#homeresume {
    background-color: white;
    margin: 3%;
    padding: 3%;

    border-radius: 50px;

    margin-left: 19%; margin-right: auto;
}

#bgcircle {
    background-color: #8dfec5;
    border-radius: 100%;

    width: 1400px;
    height: 1400px;

    margin-left: auto; margin-right: auto;

    position: absolute;
    left: 50%; transform: translate(-50%);
    z-index: -999999;
}

footer {
    background-color: #8dfec5;
    margin-top: 2%;
    color: white;
    text-align: center;
    padding: 1%;
}
#scrolltotop {
    margin: 3%;
    padding: 1.5%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin-left: auto; margin-right: auto;

    width: 40%;

    transition: 0.25s ease;
}
#scrolltotop:hover {
    transform: scale(1.05);
}

a {
    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 300%;
}

#aboutme {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin-left: auto; margin-right: auto;

    width: 65%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;

    transition: 0.25s ease;
}
#aboutme:hover {
    transform: scale(1.05);
}

#ptematmatics {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 500%;

    transition: 0.25s ease;
}
#ptematmatics:hover {
    transform: scale(1.05);
}

#matmaticssection {
    margin: 3%; margin-top: -3%;
    padding: 3%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#matmaticsscreenshot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin-left: auto; margin-right: auto;

    width: 20%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    transition: 0.25s ease;
}
#matmaticsscreenshot:hover {
    transform: scale(1.05);
}
.matmaticsscreenshot {
    width: 100%;
    height: 100%;
    
    margin: 0%;

    border: white 15px solid;
    border-radius: 30px;

    transition: 0.25s ease;
}
.matmaticsscreenshot:hover {
    transform: scale(1.8);
}

#matmaticsinfo {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    text-align: center;

    transition: 0.25s ease;
}
#matmaticsinfo:hover {
    transform: scale(1.05);
}

#pteqsmm {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 350%;

    transition: 0.25s ease;
}
#pteqsmm:hover {
    transform: scale(1.05);
}

#qsmmsection {
    margin: 3%; margin-top: -3%;
    padding: 3%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#qsmmscreenshot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin-left: auto; margin-right: auto;

    width: 45%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    transition: 0.25s ease;
}
#qsmmscreenshot:hover {
    transform: scale(1.05);
}
.qsmmscreenshot {
    width: 115%;
    height: 115%;
    
    margin: 0%;

    border: white 15px solid;
    border-radius: 30px;

    transition: 0.25s ease;
}
.qsmmscreenshot:hover {
    transform: scale(1.8);
}

#qsmminfo {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    text-align: center;

    transition: 0.25s ease;
}
#qsmminfo:hover {
    transform: scale(1.05);
}

#github {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto; margin-right: auto;

    width: 80%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 600%;

    transition: 0.25s ease;
}
#github:hover {
    transform: scale(1.05);
}

#certsection {
    display: flex;
    justify-content: left;

    background-color: white;
    border-radius: 20px;

    margin: 4%;
    margin-left: auto; margin-right: auto;
    padding: 1%;

    width: 70%;

    color:#65dda1;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.25s ease;
}
#certsection:hover {
    transform: scale(1.05);
}

#certimage {
    width: 200px;
    height: 200px;
    transition: 0.25s ease;
}
#certimage:hover {
    transform: scale(1.1);
}

#certinfo {
    color:#65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 300%;
    margin-left: 1%;
    margin-top: auto;
    margin-bottom: auto;
}

.galleryphoto {
    width: 10%;
    height: 10%;
    transition: 0.25s ease;
}
.galleryphoto:hover {
    transform: scale(1.1);
}

#certthumbnail {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: -3%;
}

.ptesmall {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 550%;

    transition: 0.25s ease;
}
.ptesmall:hover {
    transform: scale(1.05);
}

.smallsection {
    margin: 3%; margin-top: -3%;
    padding: 3%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.smallscreenshots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin-left: auto; margin-right: auto;

    width: 30%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    transition: 0.25s ease;
}
.smallscreenshots:hover {
    transform: scale(1.05);
}
.smallscreenshot {
    width: 115%;
    height: 115%;
    
    margin: 0%;

    border: white 15px solid;
    border-radius: 30px;

    transition: 0.25s ease;
}
.smallscreenshot:hover {
    transform: scale(1.8);
}

.smallinfo {
    margin: 3%;
    padding: 3%;
    background-color: white;
    border-radius: 50px;

    margin-left: auto; margin-right: auto;

    width: 55%;

    text-decoration: none;
    color: #65dda1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;

    text-align: center;

    transition: 0.25s ease;
}
.smallinfo:hover {
    transform: scale(1.05);
}