﻿
.flex-container {
    /*max-width: 1250px;*/
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-content-header {
    width: 97%;
    min-width: 300px;
    margin: 5px;
    border-radius: 1vw;
    border: 1px #008cb3 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.flex-content-huge {
    width: 360px;
    max-width: 360px;
    max-height: 1200px;
    min-width: 300px;
    min-height: 200px;
    border: 1px #ffc800 solid;
    border-radius: 1vw;
    margin: 5px;
    padding: 5px;    
}

.flex-content-big {
    width: 360px;
    max-width: 360px;
    max-height: 800px;
    min-width: 300px;
    min-height: 200px;
    border: 1px #ffc800 solid;
    border-radius: 1vw;
    margin: 5px;
    padding: 5px;
}

.flex-content-small {
    width: 360px;
    max-width: 360px;
    max-height: 360px;
    min-width: 300px;
    min-height: 100px;
    border: 1px #ffc800 solid;
    border-radius: 1vw;
    margin: 5px;
    padding: 5px;
}


.flex-content-table {
    border-radius: 1vw;
    border: 1px #ffc800 solid;
    margin: 5px 0px;
    padding: 5px 5px 5px;
}


/*.flex-container {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
}*/

/*.flex-content {
    width: 360px;
    max-width: 360px;
    min-width: 300px;
    min-height: 200px;
    border-radius: 1vw;
    border: 2px red solid;
    margin: 5px;
    padding: 5px;
    align-items: center;
}*/


/*.flex-content-table {
    
    margin: 5px 0px;
    padding: 0px 5px 5px;
}*/

.flex-content-huge:nth-child(1) {
    border: 1px #ffc800 solid;
}

.flex-content-big:nth-child(1) {
    border: 1px #ffc800 solid;
}

.flex-content-big:nth-child(2) {
    border: 1px #e83670 solid;
}

.flex-content-big:nth-child(3) {
    border: 1px #008cb3 solid;
}

.flex-content-big:nth-child(4) {
    border: 1px #ffc800 solid;
}

.flex-content-big:nth-child(5) {
    border: 1px #e83670 solid;
}

.flex-content-big:nth-child(6) {
    border: 1px #008cb3 solid;
}

.flex-content-small:nth-child(1) {
    border: 1px #ffc800 solid;
}

.flex-content-small:nth-child(2) {
    border: 1px #e83670 solid;
}

.flex-content-small:nth-child(3) {
    border: 1px #008cb3 solid;
}

.flex-content-small:nth-child(4) {
    border: 1px #ffc800 solid;
}

.flex-content-small:nth-child(5) {
    border: 1px #e83670 solid;
}

.flex-content-small:nth-child(6) {
    border: 1px #008cb3 solid;
}

.header2 {
    text-align: center;
}

.flex-details-container {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   /* width: 360px;
    max-width: 360px;
    max-height: 800px;
    min-width: 300px;
    min-height: 200px;
    border: 2px #ffc800 solid;
    border-radius: 1vw;*/
    margin: 0px 5px 5px 5px;
    padding: 5px;
}




.flex-details-content {
    width: 360px;
    max-width: 360px;
    min-width: 300px;
    min-height: 200px;
    border-radius: 1vw;
    border: 1px red solid;
    margin: 0px 5px 5px 5px;
    padding: 5px;
    align-items: center;
}


.flex-details-content-table {
    margin: 0px 5px;
    max-width: 360px;
    /*padding: 10px 5px 5px;*/
}

.flex-details-content:nth-child(1) {
    border: 1px #ffc800 solid;
}

.flex-details-content:nth-child(2) {
    border: 1px #e83670 solid;
}

.flex-details-content:nth-child(3) {
    border: 1px #008cb3 solid;
}

.header2 {
    text-align: center;
}




.my-local-table {
}

.flex-content:nth-child(1) {
    border: 1px #ffc800 solid;
}

.flex-content:nth-child(2) {
    border: 1px #e83670 solid;
}

.flex-content:nth-child(3) {
    border: 1px #008cb3 solid;
}

.flex-content:nth-child(4) {
    border: 1px grey;
}

.header5 {
    text-align: center;
}
