﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #0a1524;
    color: white;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-nav li a.active {
    border-bottom: 2px solid #0b3876;
    color:white!important;
}

.navbar-nav li a {
    border-bottom: 2px solid transparent;
}

a.anchor {
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}

.img-border {
    margin: auto;
    text-align: center;
}

.img-border img {
    border: 20px solid rgba(0, 0, 0, 0.9);
    height: 400px;
    width: 400px;
    margin: 0 auto;
    border-radius: 50%;
}

.img-border img{
    border-radius: 50%;
    padding:10px;
}

.skill-keyword {
    width: auto;
    display: inline-block;
    margin: 5px;
    font-size: 12px;
}

    .skill-keyword span {
        border: 1px solid #096fa3;
        border-radius: 5px;
        padding: 2px 6px 2px 6px;
    }

.path {
    visibility: hidden;
}

@keyframes imagefadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        stroke-opacity: 1;
    }

    66% {
        stroke-opacity: 1;
    }

    100% {
        stroke-opacity: 0;
    }
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    margin-top: 10%;
}

.svg-content {
    display: inline-block;
    position: relative;
    top: 10%;
    left: 0;
    z-index: 1;
    width: 100%;
}

.experience-card {
    box-shadow: -0.5rem 0 2rem #000;
    margin-bottom: 30px;
    padding: 26px 30px;
    background-color: #12364a;
    display: inline-block;
    border-radius:5px;
}

.experience-card-education {
    background-color: #1e1c34;
}

    .experience-card p {
        font-size: 14px;
    }

    .experience-card .colored {
        color:#00b572;
    }

.contact-card {
    border-radius: 5px;
    padding-bottom: 20%;
    background-color: #11588e;
    height: 150px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: -0.5rem 0 2rem #000;
}

.contact-card-text {
    position: absolute;
    top:50px;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    /*padding-top:5px;*/
    /*display:inline-block;
    vertical-align:middle;
    line-height:18px;*/
}

.contact-card a{
    color:white;
}

.support-card {
    border-radius: 5px;
    padding-bottom: 20%;
    padding-top:2em;
    background-color: #12364a;
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: -0.5rem 0 2rem #000;
}

.support-card-text {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    font-weight:lighter;
}

.support-card a {
    color: white;
}