﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

li{
    font-size: 18px !important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 2000px;
}

p {font-size: 20px; }

.finalFigures{
    font-size: 120px;
    font-family: 'Times New Roman', Times, serif;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }
    .body-content {
        padding: 0;
    }
}

.carousel-caption {
    bottom: 1rem;
    z-index: 10;
}

.btn-primary{
    background-color: rgb(218, 48, 48)  !important;
    color: rgb(255, 255, 255) !important;
}

.bg-primary {
    background-color:rgb(218, 48, 48) !important;
  }

.card-footer{
    background: transparent;
    border-top: 0px;
}

.jumbotron{
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0);
    height: 65vh;
    background-size: cover;
}

.landing {
    color: red;
    font-size: 40px;
    font-family: times-new-roman;
    margin-left: 150px;
    margin-top: 40px;
}

.main {
    color: black;
    font-size: 20px;
    margin-left: 150px;
    width: 530px;
    margin-top: 15px;
}

.dashboard {
    width: 30%;
    margin-left: 800px;
    margin-top:-270px;
}

.about {
    margin-left:-975px;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    background-color: white;
    color: red;
    border-width: 2px;
    border-color: red;
    border-style: solid;
    padding-left: 32px;
    padding-top: 10px;
}

.about:hover {
    color: white;
    background-color:red;
}

.projection-tool {
    margin-left:50px;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    background-color: red;
    color: white;
    border-width: 2px;
    border-color: red;
    border-style: solid;
    padding-left: 20px;
    padding-top: 10px;
}

.projection-tool:hover {
    color: red;
    background-color:white;
}

.aboutImg1 {
    width: 700px;
}

.about1 {
    font-style: italic;
    font-size: 20px;
}

.about2 {
    margin-left: 250px;
    margin-top: 60px;
    width: 50%;
}

.aboutImg2 {
    margin-top: 50px;
    margin-right: 150px;
    width: 400px;
}

.headerWhy {
    margin-top: 50px;
    margin-left: 250px;
}

.about3 {
    margin-top: 5px;
    margin-left: 250px;
}

.aboutImg3_4 {
    width: 400px;
    margin-left: 250px;
}

.about4 {
    margin-left: 0px;
    width: 400px;
}

.about5 {
    margin-left: 250px;
    margin-top:25px;
    width: 400px;
}

.aboutImg5 {
    width: 300px;
}

.headerWhy2 {
    margin-top: 50px;
}

.about6 {
    margin-left: 200px;
    margin-top:25px;
    width: 950px;
}

.trend {
    margin-left: 250px;
    margin-top: 20px;
    width: 500px;
}

.trendImg {
    margin-top: 0px;
    margin-right: 100px;
    width: 430px;
}
