@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Signika:wght@300..700&display=swap');
.all-centered{
    text-align: center !important;
}
.minimum-full-height{
    min-height: 70vh;
}
/* Pasted from website css */
h1,
h2,
h3,
p,
a,
.btn {
    font-family: 'Poppins', sans-serif !important;
}
.body{
    padding: 0px;
    margin: 0px;
    background-color: #061D55 ;
    color: white !important;
}
.content {
    background-image: url("/img/texture2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-size: 100vw; */
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken;
    /* background-color: #061D55 ; */
    min-height: calc(100vh-35vh);
    color: white !important;
}
.error{
    height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* header,
h3,p {
    font-family: 'Poppins', sans-serif !important;
} */

.logo {
    max-height: 40vh;
    max-width: 100vw;
}

.main {
    background-color: #061D55;
}
/* Default */
.pa-2 {
    padding: 4px;
}

.pa-5 {
    padding: 10px;
}

.pa-10 {
    padding: 20px;
}

.pa-20 {
    padding: 40px;
}

.pb-10 {
    padding: 0px 20px 20px 20px;
}

.pa-40 {
    padding: 80px;
}

.about {
    font-size: 14px !important;
    overflow-wrap: break-word;
}

.about-title {
    font-size: 18px !important;
    overflow-wrap: break-word;
}


/* Desktop */
@media (min-width:900px) {

    .pa-2 {
        padding: 8px;
    }

    .pa-5 {
        padding: 20px;
    }

    .pa-10 {
        padding: 40px;
    }

    .pa-20 {
        padding: 80px;
    }

    .pa-20 {
        padding: 160px;
    }

    .pb-10 {
        padding: 0px 40px 40px 40px;
    }

    .about {
        font-size: 20px !important;
        overflow-wrap: break-word;
    }

    .about-title {
        font-size: 28px !important;
        overflow-wrap: break-word;
    }
}

.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

nav {
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px !important;
    position: relative;
}
#nav-shadow{
    top:0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100px !important;
    box-shadow: inset 0px -40px 40px -45px rgba(0,0,0,0.75);
    pointer-events: none;
}
#nav-center{
    width: 100vw;
}
nav img {
    margin-right: 10px;
    height: 100px !important;
    max-width: 250px;
}
.nav-active{
    color: #A8795A !important;
}
li a {
    color: #061D55;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 8px !important;
    font-size: 24px;
    margin-right: 20px;
}

li {
    list-style-type: none;
}

li a:hover {
    color: #A8795A;
    border-bottom: 1px solid #061D55;
}

#nav-toggle{
    border-color: transparent;
    position:relative;
    right:0px;
    margin: 0 auto;
}

#nav-toggle:focus,
#nav-toggle:active {
    border-color: transparent;
    color:#061D55;
}

.tagline {
    max-width: 800px;
}

.screenshot {
    width: 35vw;
    max-width: 250px;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}
.brown {
    background-color: #A8795A ;
}
footer {
    color: white;
    
    max-height: 35vh;
    min-height: 350px;
    background-color: #020D35;

}

footer a {
    color: white;
}

.btn-brown {
    background-color: #A8795A !important;
    color: white !important;
}

.btn-blue {
    background-color: #061D55 !important;
    color: white !important;
}

.btn-white {
    background-color: white !important;
    color: #061D55 !important;
}



.secondary {
    color: #A8795A !important;
}

.dark-text {
    color: #00143C !important;
}


.home-button {
    height: 120px !important;
    border: none;
}

.home-button-link {
    color: #082D75;
    text-decoration: none;
}

.user-img {
    padding: 10px 80px 30px 80px;
}

.link {
    color: white;
    text-decoration: none;
}

.team {
    padding: 20px 20vw;
}

#main {
    background-image: url("/img/beans.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-size: 100vw; */
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken;
}
#section {
    box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.75);
}
#features{
    text-align: center !important;
}
.feature-img{
    display: block;
    max-width: 120vw;
    max-height: 90vh;
    object-fit: contain;
    width: auto;
    height: auto;
}
.feature-img-padding{
    padding-top: 30px;
}
.feature-row-item{
   min-width: 50vw;
}
.features-secondary{
    background-color: #A8795A;
}
.limit-width{
    min-width: 40vw;
}

.bg-brown{
    background-color: #A8795A;
}
.bg-dark-blue{
    background-color: #082D75;
}