﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

h2{
    font-size: 1.75rem;
    align-self: flex-start;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
    width: 100%;
    white-space: nowrap;

    background: white;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.main-links{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-row a, .bot-row a{
    color: black;
}

.top-row a + a{
    margin-left: 2rem;
}

.helper {
    bottom: 170px;
    right: 20px;
    position: absolute;
}

.bot-row{
    display:flex;
    width: 100%;
    justify-content:space-evenly;
    margin-top: 2rem;
}

section + section{
    margin: 4rem auto;
}

.picture-links{
    display:flex;
    flex-direction:column;
    gap: 2rem;
    margin-left: 4rem;
    width: 100px;
    justify-content: center;
    align-items: center;
}


.linkedin-a{
    width: 20px;
}

.picture-links a + a{
    width: 100%;
}

.picture-links a img{
    width: 100%;
}

.section-bottom .left .slider-container .slider{
    height: 120px;
}

.big-slider-text {
    height: 100%;
    padding: 1rem;
}

.big-slider-text p {
    margin: 0;
}

.higher-swirl {
    top: 0;
}

#mobile-nav{
    display: none;
}

@media (max-width: 990px) {
    .footer{
        flex-direction: column;
        padding: 1rem;
        margin-top: 4rem;
    }

    .top-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }

    .top-row a + a{
        margin-left: 0;
    }

    .bot-row {
        margin-top: 0.25rem;
        gap: 0.25rem;
        flex-direction: column;
        align-items: center;
    }

    .picture-links{
        flex-direction: row;
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .linkedin-a{
        width: 25px;
    }

    .picture-links a img{
        width:auto;
    }

    .picture-links a + a {
        width: 150px;
    }

    .helper{
        bottom: 228px;
        right: 8px;
    }

    .header-content{
        margin-top: -40px;
    }

    #mobile-nav{
        display:block;
    }
}