/*@font-face { font-family: "Workbench";   src: url('fonts/Workbench.ttf'); } */

/* alexandria-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Alexandria';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/alexandria-v3-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/alexandria-v3-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}  

/* saira-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/saira-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/saira-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
  
#project-description {
    font-family: "Alexandria", monospace;
    margin: 0rem;
    font-size: large;
    text-align: justify;
    margin-left: 1rem;
    margin-right: 1rem;
}

#technical-info-table {
    font-family: "Saira", sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.image-legend-text {
    text-align: center;
    font-size: large;
}

#bem-disclaimer-text {
    text-align: center;
    font-size: 1rem;
}

#plan-title {
    font-family: "Alexandria", monospace;
    color: #84fb9e;
    text-align: left;
    font-size: 5rem;
    text-align: center;
    position: relative;
    top: 1rem;
    margin-top: 0;
}

.plan-list-plan-title {
    color: #84fb9e;
    text-align: left;
    font-size: 2.5rem; 
    text-align: left;
    margin-top: 0;
}

#side-column-l {
    height:100%;
}
#side-column-r {
    height:100%;
}

#plan-list-page-title {
    color: #9499ff;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-decoration: underline;
    text-decoration-color: #505050; /*#ff8b85 */
    text-decoration-thickness: 3px;
    text-decoration-style: solid;
}

.plan-list-pimage {
    margin-right: 5%;
    margin-left: auto;
    display: block;
}

.centered-fs-img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 90%;
}

.render {
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: -4rem;
    margin-bottom: 2rem;

    border-radius: 15px;
    width: 75%;
    height: auto;
    
    height: intrinsic;
}

td, th {
    font-size: medium;
    height: 3rem;
    text-indent: 0.5rem;
    height: 2rem;
}

table, th, td {
    border: 2px solid #606060;
    border-collapse: collapse;
    background-color: rgb(12, 12, 12);
    vertical-align: middle;
}

html, body {
    color: rgb(212, 212, 212);
    background-color: #101010;
    max-width: 100%;
    overflow-x: hidden;
}

p {
    margin: 0;
    font-family: "Saira", sans-serif;
}

a {
    font-family: "Alexandria", monospace;
}

#home-title {
    font-size: 4vmax;
}

#home-subtitle {
    text-align: center;
    font-size: 1.5vmax;
    position: relative;
    top: -0.5rem;
    right: -5rem;
}

.orange-button {
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    border-width: 0;
    background-color: #fca55f;
}

.orange-button:hover {
    opacity: .6;
}

#plans-button {
    display: flex;
    width: 12rem;
    height: 2rem;
}

#home-button {
    border-radius: 3px;
    background-color: transparent;
    width: 3.5rem;
    height: fit-content;
}

.download-plan-container {
    text-align: center;
}

#download-plan-pdf {
    text-decoration: none;
    color: #fe4a4a;
    font-size: 2rem;
    vertical-align:text-bottom;
    background-color: transparent;
}

#home-text {
    font-size: 1.5rem;
    top: -0.5rem; 
    position: relative;
    background-color: transparent;
}