*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Akira";
    src: url("../../../fonts/Akira\ Expanded\ Demo.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

body{
    background-color:hsl(240, 33%, 3%);
    padding-top: 40px;
}

ul{
    text-align: center;
    margin-top: 8px;
}

li{
    list-style-type: none;
    display: inline;
    margin: 10px;
}

h1{
    font-family: "Akira";
    color:rgb(255, 255, 255);
    font-size: 120px;
    text-align: center;
}

a{
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:#e24373;
}

ul{
    text-align: center;

}

h2{
    text-align: center;
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:#e24373;

}

h1{
    font-size: 2.5em;

}

h2{
    font-size: 1em;
}

main#canvas {
	width: 47vw;
	height: 44vw;
	margin:2vw auto 0 auto;
}

section {
	height: 100%;
	float: left;
}

article {
	float: left;
}

figure {
	float: left;
}

#column1 {
	width: 64.3%;
}

#column2 {
	width: 24.6%;
}

#column3 {
	width: 11.1%;
}

#group1 {
	width: 9.8%;
	height: 63.3%;	
}

#group2 {
	width: 50.5%;
	height: 63.3%;	
}

#group3 {
	width: 39.7%;
	height: 63.3%;	
}

#group4 {
	width: 29%;
	height: 36.85%;	
}

#group5 {
	width: 71%;
	height: 36.85%;	
}

#box1 {
	width: 86.5%;
	height: 36%;
	margin-bottom: 10%;	
}

#box2 {
	width: 86.5%;
	height: 61.5%;
}

#box3 {
	width: 97.3%;
	height: 4.7%;
	margin-bottom: 2.5%;	
}

#box4 {
	width: 37.7%;
	height: 30%;
	margin-bottom: 2.2%;	
	margin-right: 2.5%;	
}

#box5 {
	width: 57.2%;
	height: 30%;
	margin-bottom: 1%;	
}

#box6 {
	width: 97.3%;
	height: 33.7%;
	margin-bottom: 2.5%;	
}

#box7 {
	width: 97.3%;
	height: 26.5%;
}

#box8 {
	width: 96.8%;
	height: 22.1%;
	margin-bottom: 3%;	
}

#box9 {
	width: 96.8%;
	height: 12.5%;	
	margin-bottom: 3%;	
}

#box10 {
	width: 96.8%;
	height: 33.7%;	
	margin-bottom: 3%;	
}

#box11 {
	width: 96.8%;
	height: 26.4%;	
}

#box12 {
	width: 96%;
	height: 62%;	
	margin-bottom: 5%;	
}

#box13 {
	width: 96.3%;
	height: 35.79%;	
}

#box14 {
	width: 42%;
	height: 82.7%;	
	margin-right: 1.9%;	
	margin-bottom: 1.4%;	
}

#box15 {
	width: 54.4%;
	height: 42.55%;	
	margin-bottom: 1.95%;	
}

#box16 {
	width: 54.4%;
	height: 37.7%;	
	margin-bottom: 1.4%;	
}

#box17 {
	width: 98.3%;
	height: 15.6%;	
}

#box18 {
	width: 96.3%;
	height: 14%;
	margin-bottom: 3.1%;
}

#box19 {
	width: 96.3%;
	height: 8%;	
	margin-bottom: 2.6%;	
}

#box20 {
	width: 96.3%;
	height: 21.4%;	
	margin-bottom: 2.6%;	
}

#box21{
	width: 96.3%;
	height: 33.5%;	
	margin-bottom: 3.4%;	
}

#box22 {
	width: 95.3%;
	height: 13.8%;
	margin-bottom: 3.45%;	
}

#box23 {
	width: 96.3%;
	height: 5.75%;	
}

#box24 {
	width: 100%;
	height: 22.75%;	
	margin-bottom: 6.5%;	
}

#box25 {
	width: 58.6%;
	height: 55.5%;	
	margin-bottom: 6.7%;
	margin-right: 5%;	
}

#box26 {
	width: 36.3%;
	height: 55.5%;	
	margin-bottom: 6.7%;	
}

#box27 {
	width: 100%;
	height: 20.35%;	
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Color Classes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.viridian {
	background-color: #466060
}

.paleazur {
	background-color: #70D6FF
}


.citrin {
	background-color: #EAD637;
}


.tiffanyblue {
	background-color: #A2D3C2;
}


.licorice {
	background-color: #230C0F;
}

.plum {
	background-color: #824670;
}

.mindaro {
	background-color: #E9FF70
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Hover Color Class -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.paleazur:hover {
	background-color: rgb(121, 92, 248);
}

.citrin:hover {
	background-color: rgb(174, 220, 255);
}

.tiffanyblue:hover {
	background-color: rgb(255, 90, 206);
}

.licorice:hover {
	background-color: rgb(89, 0, 255);
}

.plum:hover {
	background-color: rgb(255, 169, 249);
}

.mindaro:hover {
	background-color: rgb(249, 177, 218);
}

/* =======================================
   WHITE CIRCLE BACK BUTTON (UNIVERSAL)
======================================= */

#navbar {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 9999;
}

.back-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.back-btn-circle {
    width: 60px;
    height: 60px;

    border-radius: 50%;
    background-color: #ffffff;  
    border: 3px solid #ffffff; 

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;      
    padding: 0;
    margin: 0;
    line-height: 0;            
    box-sizing: border-box;

    transition: transform 0.25s ease;
}


.nav-logo {
    display: block;
    width: 70%;
    height: 70%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}


.back-btn-label {
    white-space: nowrap;
    color: #ffffff;              
    font-family: "Akira";
    src: url("../../../fonts/Akira\ Expanded\ Demo.otf");

    font-size: 0;            
    opacity: 0;
    transform: translateX(0);

    transition:
        font-size 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}


.back-btn:hover .back-btn-circle {
    transform: scale(1.05);
}

.back-btn:hover .back-btn-label {
    font-size: 1rem;
    opacity: 1;
    transform: translateX(4px);
}

/*
  __  __  __   __
|  \/  | | | / /
| |\/| | | |/ /
| |  | | |   |
| |  | | |    \
|_|  |_| |_| \_\
                         M  K  S  T  U  D  I  O
*/