﻿/*Made by: Joakim Andreasen*/

body {
	background-color: #191a25;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.jumbotron {
    background-color: rgba(0,0,0,0);
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0rem;
    margin: 0rem;
}


.card {
    background-color:#2CD39C;
    margin-bottom: 2rem;
}


.card-expand {
    max-height: 4rem;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.card-expand:hover {
    max-height: 60rem;
}

.card-body,
.modal-content {
	background-color: #2F313F;
}

.modal-header,
.modal-footer {
    border-top: 0 none;
    border-bottom: 0 none;
}

.card-pop {
	opacity: 0.5;
	transition: all .2s ease-in-out;
}

.card-pop:hover {
    opacity: 0.9;
    transform: scale(1.03);
}

.btn {
    opacity: 0.6;
    transition: all .2s ease-in-out;
}

.btn:hover {
    opacity: 0.9;
    transform: scale(1.10);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color:#2CD39C;
    border-color: #2CD39C;
}

.card-deck {
	margin: 30px;
}

.download-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.download-item {
	margin: 20px;
}

.bg-blue {
    background-color: #0044FF;
}

.bg-red {
    background-color: #ff0000;
}

.corners-rounded-top {
    border-radius: 10px 10px 0px 0px;
}

.corners-rounded {
    border-radius: 11px 11px 10px 10px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.row,
.col,
.p5Canvas {
    margin: 0rem;
    padding: 1rem;
}

button {
    align-items: center;
}

.container {
    padding: 0rem;
    margin-bottom: 1rem;
}