body {
    font-family: 'Raleway', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
p {
    font-size: 18px;
}
.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.foot-wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -100px;
}
.push {
  height: 100px;
}
.page-form{
    max-width: 500px;
    padding-bottom: 50px;
}
.page-button{
    padding-top:20px;
}
.nav-text{
    font-size: 24px;
}
.navbar{
    padding: 0px;
    margin: 0px;
}
.log{
    background-color: white;
}
.log-text{
    color: #263238;
}
.center-header{
    padding-top: 50px;
}
footer {
    width: 100%;
    height: 100px;
    background-color: #D3D3D3;
}
.footer-text{
    padding-top: 40px;
}
/* Home page */
.jumbotron {
    padding-bottom: 0px;
}
.home-hero{
    background: linear-gradient(150deg, #4095BF 20%, #2D6886 20%);
}
.hero-image{
    width: 100%;
    height: 100%;
    background-image: url('../assets/Green_Hero_Logo.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 95% 170%;
}
.lead {
    padding-top: 40px;
}
.btn-start{
    background-color: #263238;
    border: 0px;
    color: white;
}
.btn-start:hover{
    background-color: #90EE90;
    color: white;
}
.home-col-flex{
    width: 100%;
    padding: 60px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-col-three{
    color: #263238;
    padding: 0px 25px;
    width: 400px;
}
.home-about{
     background-color: #4095BF;
     padding:50px 8%;
     margin-top: 30px;
}
.btn-about{
    border: 0px;
    background-color: white;
    color: #263238;
    margin-top: 20px;
}
.btn-about:hover {
    background-color: #90EE90;
}
.flex-col-two{
    color: #263238;
    padding: 0px 0px;
    width: 90%;
    max-width: 700px;
    min-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.home-strategies-text{
    width: 50%;
    min-width: 300px;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 180px;
}
.home-strategies-buttons{
    width: 350px;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.btn-strategies{
    width: 280px;
    margin: 5px auto;
    padding: auto;
}
/* Strategies Page */
.info-intro{
    padding: 50px 0px;
}
.checker-flex{
    width: 100%;
    padding: 90px 0px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}
.checker-flex-two{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.checker-item{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 350px;
    width: 50%;
    height: 450px;
    display: flex;
    align-items: center;
}
.checker-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* About Page */
.flex-col-three-sm{
    color: #263238;
    padding: 0px 30px;
    width: 330px;
}
.abt-checker {
    height: 300px;
}
.concept-background {
    width: 100%;
    background-color: #E8E8E8;
    padding: auto auto;
}
.about-concept{
    display: inline-block;
    padding-top: 30px;
    margin: 30px auto;
}
.three-icon{
    padding-top: 20px;
    padding-bottom: 20px;
}
.what-is-at {
     padding: 100px 0px;
}
.what-is-at img {
    float: right;
    vertical-align: top;
    margin:20px;
    width: 250px;
}
.about-uses{
    padding-top: 30px;
}
.limitation-background {
    width: 100%;
    background-color: #4095BF;
}
.about-limitations{
    display: table;
    padding: 40px 8%;
    margin: 30px auto;
}
.about-start-button{
    margin: 60px auto;
}
/* Algo pages */
.algo-intro{
    padding: 50px 6%;
}
.stock-data-form{
    padding: 40px;
    background-color: #E8E8E8;
}
.preset-data-form{
    padding: 40px;
    background-color: #A9A9A9;
    margin-bottom: 40px;
}
.strat-explained {
    background: linear-gradient(240deg, rgba(144,238,144,0.469625350140056) 0%, rgba(232,232,232,1) 30%, rgba(232,232,232,1) 70%, rgba(64,149,191,0.427608543417367) 100%);    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.graph-stack {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.strat-account {
    width: 35%;
    min-width: 210px;
    padding: 30px;
}
.strat-graph {
    width: 65%;
    min-width: 390px;
    padding: 30px;
}
.strat-legend {
    width: 100%;
    max-width: 800px;
    padding: 30px;
}
table.table-bordered {
    border:1px solid #2D6886;
}
table.table-bordered > thead > tr > th{
    border:1px solid #2D6886;
    border-bottom:3px solid #2D6886;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #2D6886;
}
/* Results page */
.results-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.results-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.results-criteria{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 350px;
    width: 50%;
    padding: 1%;
}
.results-results{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 350px;
    width:50%;
    padding: 1%;
}
.chart-div{
    width: 90%;
    min-width: 500px;
    height: 500px;
    padding: 20px;
    margin: auto;
    display: block;
}
canvas {
    padding: 0;
    margin: auto;
    display: block;
    width: 500px;
    height: 400px;
}
.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-elements: center;
}
.btn-ta {
    background-color: #90EE90;
    margin: 40px 20px;
}
.btn-se {
    background-color: #4095BF;
    margin: 40px 20px;
}
.btn-smo {
    background-color: #2D6886;
    margin: 40px 20px;
}

/* Login page */
.btn-register{
    background-color: #4095BF;
}

/* Profile page */
.profile-header {
    padding-top: 50px;
    padding-bottom: 20px;
}
.bio-info{
    height: 250px;
    width: 50%;
    min-width: 300px;
    position: relative;
}
.profile-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-button-container{
    width: 33%;
    height: 65px;
    padding: 10px;
}
.profile-button {
    background-color: #4095BF;
    border:0px;
}
.bio-section {
    padding: 10px;
}
.bio-section p{
    color: #a2a2a2;
}
.bio-pic {
    height: 250px;
    width: 50%;
    min-width: 300px;
    text-align: center;
}
.profile-text {
    padding-bottom:50px;
}
#user_entries_wrapper{
    margin: auto;
    width: 100%;
}
.page-item.active .page-link{
    background-color: #4095BF;
    border-color: #4095BF;
}
.page-link {
    color: #4095BF;
}
.page-link:hover {
    color: #4095BF;
}
.profile-posts {
    background-color: #E8E8E8;
    width: 100%;
    padding: 30px;
    margin-bottom: 40px;
}
.profile-post-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
}
.profile-post-plus {
    width: 45px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.profile-post-plus img{
    width: 25px;
    height: 25px;
}
.profile-post-content {
    width: 90%
}
/* Account */
.account-info {
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
}
.account-pic {
    width: 250px;
    height: 250px;
}
.account-text {
    padding-left: 50px;
    padding-right: 50px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
/* Entry dashboard */
.dash-select{
    width: 100%;
    height: 96vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: auto;
}
.dash-select-content {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: auto;
}
.dash-select-head {
    width: 100%;
    height: 60px;
    text-align: center;
}
.dash-select-choice {
    width: 300px;
    height: 150px;
    margin: 40px;
    border: 5px solid #4095BF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.dash-select-btn {
    height: 100%;
}
.dash-expand-button {
    width: 100%;
    min-width: 1200px;
    height: 25px;
    background:#f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash-expand-button img {
    margin-top: -3px;
    border-top: 3px solid #263238;
}
.dash-expand {
    width: 100%;
    min-width: 1200px;
    margin-bottom: -6px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background:#f8f8f8;
}
.dash-expand-box{
    width: 400px;
    height: 0px;
    display: flex;
    border-right: 6px solid #263238;
    border-left: 6px solid #263238;
    border-bottom: 0.01px solid #263238;
    transition: height 0.7s linear, border 0.8s ease-in;
    -webkit-transition: height 0.7s linear, border 0.8s ease-in;

}
.box-expanded {
    transition: height 0.7s linear, border 0.01s ease-in;
    -webkit-transition: height 0.7s linear, border 0.01s ease-in;
    height: 80px;
    border-bottom: 6px solid #263238;
}
.expand-btn-container {
    width: 50%;
    height: 100%;
    display: flex;
    visibility: hidden;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
.b-c-l {
    padding: 5% 2.5% 5% 5%;
}
.b-c-r {
    padding: 5% 5% 5% 2.5%;
}
.expand-btn-show {
    transition: visibility 1.2s ease-in, opacity 1.2s ease-in;
    -webkit-transition: visibility 1.2s ease-in, opacity 1.2s ease-in;
    visibility: visible;
    opacity: 1;
}
.dash-collapse-button {
    height: 25px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    justify-content: center;
}
.dash-collapse-button img {
    margin-top: -3px;
    border-top: 3px solid #263238;
}
.four-panel-wrapper{
    display: none;
}
.four-panel {
    height: 90vh;
    min-height: 800px;
}
.dash-four-row {
    height: 50%;
    min-height: 400px;
    width:100%;
    min-width: 1200px;
    margin: 0px;
    white-space: nowrap;
    display: flex;

}
.quarter-container {
    display: inline-block;
    width:50%;
    min-width: 570px;
    height:100%;
    min-height: 400px;
    vertical-align: top; /*Makes sure all the divs are correctly aligned.*/
    white-space: normal;
}
#d-q1 {
    border-left: 3px solid #263238;
    border-bottom: 3px solid #263238;
}
#d-q2 {
    border-right: 3px solid #263238;
    border-bottom: 3px solid #263238;
}
#d-q3 {
    border-right: 3px solid #263238;
    border-top: 3px solid #263238;
}
#d-q4 {
    border-left: 3px solid #263238;
    border-top: 3px solid #263238;
}
.two-panel-wrapper {
    display: none;
}
.two-panel {
    height: 96vh;
    min-height: 800px;
}
.dash-two-row {
    width:100%;
    height:100%;
    white-space: nowrap;
    display: flex;
}
.half-container {
    width:50%;
    min-width: 600px;
    height:100%;
    float:left;
    min-height: 800px;
    vertical-align: top; /*Makes sure all the divs are correctly aligned.*/
    white-space: normal;
}
#d-q5 {
    border-right: 3px solid #263238;
}
#d-q6 {
    border-left: 3px solid #263238;
}
.dash-entries-table {
    padding: 2%;
    width: 100%;
}
.tool-bar{
    height: 15%;
    width: 100%;
    margin: 0px;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-bar-half{
    height: 10%;
    width: 100%;
    margin: 0px;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quarter-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.half-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.dataTables_length{
    display: none;
}
.dash-entry {
    height: 100%;
    width: 100%;
    display: none;
}
.quarter-chart {
    height: 85%;
    width: 100%;
    padding: 2%;
}
.half-chart {
    height: 45%;
    width: 100%;
    padding: 2%;
}
.dash-chart {
    max-height: 100%;
}
.quarter-info {
    height: 100%;
    width: 100%;
    display: none;
}
.half-info {
    height: 45%;
    width: 100%;
}
.dash-criteria{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 200px;
    width: 50%;
    padding: 1%;
}
.dash-results{
    flex-grow: 1;
    flex-basis: 0;
    min-width: 200px;
    width:50%;
    padding: 1%;
}
.dash-results-flex {
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
}
.dash-button-contain {
    padding: 0px 1%;
    width: 32.5%;
    display: inline-block;
}
.dash-button-contain-2 {
    padding: 1%;
    width: 50%;
    display: inline-block;
}
.d-e-btn:hover {
    background-color: #90EE90;
    border: 0px;
}
.d-i-btn:hover {
    background-color: #4095BF;
    border: 0px;
}
.d-g-btn:hover {
    background-color: #2D6886;
    border: 0px;
}
/* New post page */

.new-post-form{
    max-width: 600px;
}

/* Forum */
.single-post{
    background-color: #E8E8E8;
    margin: 50px;
    padding: 50px;
}