/* 
--- MAIN
*/

body {
    background-color: rgb(33, 36, 40);
    font-family: sans-serif;
}

.outside-container {
    background-color: rgb(66, 70, 77);
    width: 92%;
    height: 90%;
    margin-left: 5%;
    margin-top: 5%;
}

.inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    height: 90%;
    margin-left: 5%;
    background-color: rgb(56, 60, 66);
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: 90%;
    margin-left: 10%;
    background-color: rgb(56, 60, 66);
}

h1, p, li {
    font-size: 1rem;
}

h1 {
    font-size: 3rem;
}

div, h1, h2, p, li, ul, ol, img {
    color: whitesmoke;
    overflow: hidden;
    text-wrap: wrap;
}

p, h1, h2, ul, ol {
    width: 70%;
}

ul, ol {
    margin-bottom: 30px;
}

footer {
    justify-self: center;
    width: 100%;
}

footer > div {
    padding-top: 5%;
    width: 90%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(33, 36, 40);
}

footer > div > p {
    font-size: 0.75rem;
    text-align: center;
}




/* 
--- Div rows
*/

.div-row-container-1 {
    width: 75%;
    display: flex;
    flex-direction: row;
    gap: 10%;
    margin-bottom: 30px;
}

.div-row-container-2 {
    width: 75%;
    display: flex;
    flex-direction: row;
    gap: 10px;;
    margin-bottom: 30px;
}

.div-row-1 {
    width: 100px;
    height: 100px;
    background-color: rgba(170, 170, 200, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.div-row-2 {
    width: 100px;
    height: 200px;
    background-color: rgba(170, 170, 200, 0.3);
    display: flex;
    flex-direction: column;
    gap: 10%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.div-row-2-top {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(170, 170, 200, 0.3);
}

.div-row-2-bottom {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(170, 170, 200, 0.3);
}

.div-row-container p {
    text-align: center;
    color: whitesmoke;
    text-wrap: wrap;
}




/* 
--- Arrow for rows
*/

.div-arrow-container-1 {
    width: 75%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.div-arrow-1 {
    width: 0;
    height: 0;
    margin-top: 97.5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(170, 170, 200, 0.3);
}

.div-arrow-2 {
    width: 0;
    height: 0;
    margin-top: 45px;
    margin-left: 7.5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(170, 170, 200, 0.3);
    position: absolute;
}

.div-arrow-3 {
    width: 0;
    height: 0;
    margin-top: 145px;
    margin-left: 7.5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(170, 170, 200, 0.3);
    position: absolute;
}

.div-arrow-text-1 {
    width: 200px;
    height: 30px;
    margin-top: 15px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-arrow-text-2 {
    width: 200px;
    height: 30px;
    margin-top: 115px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-arrow-text-1 > p {
    text-align: center;
    font-size: 13px;
}

.div-arrow-text-2 > p {
    text-align: center;
    font-size: 13px;
}




/* 
--- Inline Modifications
*/

.height-100 {
    height: 100%;
}

.height-90 {
    height: 90%;
}

.height-80 {
    height: 80%;
}

.height-70 {
    height: 70%;
}

.height-60 {
    height: 60%;
}

.height-50 {
    height: 50%;
}

.height-40 {
    height: 40%;
}

.height-30 {
    height: 30%;
}

.height-20 {
    height: 20%;
}

.height-10 {
    height: 10%;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.bold {
    font-weight: bold;
}

.bg-1 {
    background-color: rgba(170, 170, 200, 0.3);
}

.overflow-hidden {
    overflow: hidden;
}

a {
    color: whitesmoke
}

.img-70 {
    width: 70%;
}

.img-h-200 {
    max-height: 200px;
}

.img-h-400 {
    max-height: 400px;
}

.img-h-500 {
    max-height: 500px;
}

.img-h-600 {
    max-height: 600px;
}

.img-w-200 {
    max-width: 200px;
}

.img-w-400 {
    max-width: 400px;
}

.img-w-500 {
    max-width: 500px;
}

.img-w-600 {
    max-width: 600px;
}

.img-w-800 {
    max-width: 800px;
}

.img-container {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.img-text-container {
    display: flex;
    flex-direction: row;
    align-items: left;
    width: 70%;
}

.img-text-container > .img-container {
    width: auto;
}

.img-container > img {
    width: 100%;
    align-self: left;
}

.img-align-center {
    align-self: center;
}

.img-container > p {
    position: absolute;
    margin-top: auto;
    text-align: center;
    text-wrap: wrap;
    align-self: center;
}

.span-bold {
    font-weight: bold;
}