body {
    padding-top: 56px;
    margin: 0px;
}
/* /* .left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; } */

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

h1, h2, h3 {
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 80px;
}

h1 {
    padding-top: 35px;
}

h2 {
    padding-top: 20px;
}

.discription h3 {
    padding-top: 75px;
}

p{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 30px;
}

footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

.card {
    margin-top: 50px;
    padding-bottom: 30px;
    border-radius: 20px;
    border-width: 2px;
    border-color: #FE036A;
}

.card h1 {
    font-size: 32px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #30c3cd;
}

.card p {
    font-size: 18px;
}

.card-body-content {
    padding-left: 5%; 
    padding-right: 5%;
    text-align: left;
}

.card-body-content-text {
    text-align: left;
}

.open-card {
    text-align: left;
    padding-left: 12.5%;
    padding-right: 12.5%;
}

.open-card h1 {
    text-align: left;
    font-size: 40px;
    color: #30c3cd;
}

.open-card h2 {
    text-align: left;
    font-size: 26px;
    font-weight: lighter;
    color: #FF7FE1;
}
.open-card h3 {
    text-align: left; 
    font-size: 22px;
    font-weight: lighter;
}

.open-card p {
    font-size: 18px;
    text-align: left;
}


hr {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
}

.footer p {
    text-align: left;
    font-size: 16px;
}


.profile-card {
    position: relative; 
    width: 400px; 
    height: 250px; 
    background: white; 
    border-radius: 20px; 
    box-shadow: 0 35px 80px rgba(0,0,0,0.15); 
    transition: 0.5s;
}

.profile-card:hover {
    height: 500px;
}

.image-box {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 150px;
    height: 200px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: 0.5s;
}

.profile-card:hover .image-box {
    width: 195px;
    height: 260px;
}

.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.col-lg-4 {
    text-align:center; 
    padding: 40px;
    display: inline-block;
}



.profile-card .content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.profile-card .content .details{
    text-align: center;
    width: 100%;
    transition: 0.5s;
    transform: translateY(78%);
}

.profile-card:hover .content .details{
    transform: translateY(0px);
}

.profile-card .content .details h2{
    font-size: 2em;
    font-weight: 600;
    color: rgb(0, 0, 0);
    line-height: 1.2em;
    margin: -50px 0;
}

.profile-card .content .details .discription{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.profile-card .content .details .discription h3{
    font-size: 1em;
    color: black;
    line-height: 1.2em;
    font-weight: 600;
}


.offscreen-scroll {
	position: relative; /* Contain the shadows inside it. */
	width: 100%; /* Be as wide as it's container */
	max-width: 100%; /* Not let it get any wider than the container */
	overflow: auto; /* This rule allows us to scroll left and right but only when we need to */
	overflow-y: hidden; /* Makes sure the vertical scrollbar dosen't show up */
}

.table1 {
    border-collapse:collapse;
    border: 2px solid #000000;
}

.table1 td {
    border: 0.5px solid #000000;

}

.table1 {

}

.tr {
    font-size: 20px;
}

td {
    padding-left: 50px;
    padding-right: 50px;
}

.wide-image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}

.square-image {
    object-fit: cover;
    width: 180px;
    height: 180px;
    border-radius: 24px;
}

.attributions-row {
    margin-top: 20px;
    margin-bottom: 20px;
}


.navbar-collapse {
    align-items: right;
    text-align: right;
}

.nav-item {
    background-color:rgb(255, 255, 255, 0.2);
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 12px;
    border-color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    text-align:  left;
}

.nav-link {
    font-family:'Trebuchet MS';
}

.nav-link:hover {
    font-size: 20px;
}

.dropdown-menu {
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 12px;
    border-color: #30c3cd;
    border-width: 2px;
    margin-bottom: 5px;
}

.dropdown-item {
    color: #222;
    font-size: 16px;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #FF7FE1;
}