body {
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    color: #242424;
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 1.2em;
}

.navbar {
  background-color: #242424;
}

h2,
h5,
h6,
#sideNav,
.family-name,
.fa-user-tag,
.list-inline-item i:hover,
.linkedin-link a {
    color: #1874cd;
}

h2,
h4,
h5,
h6,
#sideNav {
  font-weight: 300;
}

.fullname
{
    font-size: 5.5rem;
    letter-spacing: 0.1rem;
}

.fullname,
.edu-icons {
  color: #696969;
}

.list-social-icons a,
a:hover,
a:focus {
  color: #c4c4c4;
}

.list-social-icons {
  font-size: 1.5rem;
}

.list-icons {
  font-size: 3rem;
}

.list-social-icons a:hover,
#sideNav .navbar-nav .nav-item a:hover,
.nav-link a:hover,
a {
  color: #add8e6;
  transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  color: #c4c4c4;
}

.nav-item {
  border-bottom: 0.1rem groove #696969;
}

.navbar-nav:first-child {
  border-top: 0.1rem groove #696969;
}

#contact a
{
    color: #242424;
}

.fa-ul {
  margin-left: 0rem;
}

.form-group {
  padding-left: 0;
}

.progress-bar,
.btn {
  background-image: linear-gradient(
    to right,
    #bfefff,
    #8dd2f3,
    #5fb4e8,
    #3594dc,
    #1874cd
  );
}

.btn {
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: white;
  width: 50%;
  border: none;
}

.card {
  border: none;
}

button:focus,
button:active {
  outline: solid #add8e6 2px;
}

@media (max-width: 992px)
{
    h4.desktop
    {
        font-size: 5rem;
    }
    .desktop
    {
        display: none;
    }

    .mobile-img
    {
        height: 150px;
        width: 150px;
        border: solid whitesmoke 5px;
        border-radius: 100%;
    }

    .fullname
    {
        font-size: 3rem;
        margin-top: 3vh !important;
        line-height: 11vh;
        font-weight: 300;
    }

  .mobile-profession {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .resume-section {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .linkedin-link {
    text-align: center !important;
  }
}

.contact-form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

#skill-bars
{
    width: 75%;
    margin: 0 auto;
}

#skill-bars p.text-left
{
    margin-top: 1rem;
    margin-bottom: 0;
}

.form-group {
  width: 50%;
}

@media (max-width: 992px)
{
    #skill-bars
    {
        width: 100%;
        margin: 0 auto;
    }
    .form-group
    {
        width: 100%;
    }
}

@media (min-width: 992px)
{
    body {
    padding-top: 0;
    padding-left: 18rem;
    }
    .resume-section {
    padding-top: 3rem !important;
    padding-bottom: 10rem !important;
    }

    #sideNav {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 18rem;
    height: 100vh;
    }
    .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
    }
    .navbar-brand .img-profile {
    max-width: 12rem;
    max-height: 12rem;
    border: 0.3rem solid #1873cde0;
    border-radius: 100%;
    }
    .navbar-collapse {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
    }
    .navbar-collapse .navbar-nav {
    width: 100%;
    }
    .navbar-nav:first-child {
    border-top: none;
    }

    .mobile
    {
        display: none;
    }
}

/*
    accordion
*/
.accordion-toggle
{
    cursor: pointer;
}

@media screen
{
    .accordion-toggle > div:first-child::after
    {
    /*
        font-family: Fontawesome;
    */
        /*content: '\f077'; chevron-up */
        content: '-';
        float: right;
        padding-left: 2px;
    }
    .accordion-toggle div.collapsed:after
    {
    /*
        font-family: Fontawesome;
    */
        /*content: '\f078'; chevron-down */
        content: '+';
        float: right;
        padding-left: 2px;
    }
} /* media screen */

.collapsed .crop
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

ul.techlist
{
  list-style: none;
  text-align: left;
}
/*
    drop anoying border on sandwich click
*/
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus
{
    outline: none;
    box-shadow: none;
}

.availability
{
    border-radius: 5px;
    animation: availabilityBG 6s infinite;
}
@keyframes availabilityBG
{
    0%    { background-color: #68C25E64;}
    25%   { background-color: #68C25E96;}
    50%   { background-color: #68C25EFF;}
    75%   { background-color: #68C25E96;}
    100%  { background-color: #68C25E64;}
}

@media screen
{
    section
    {
        box-shadow: inset 0px -7px 2px -6px rgba(135,135,135,0.35);
    }
}

a:focus
{
    text-decoration: none !important;
}

.skills.d-print-block, .skills
{
    margin-top: 10%;
    display: inline-block;
    width: 80%;
}

@media screen and (min-width: 640px), print
{
    .text-full-width
    {
        display: inline-block;
        width: 80%;
    }
}

@media screen
{
    #about
    {
        min-height: 100vh;
    }
}

@media print
{

    section
    {
        padding: 0 !important;
        text-align: center !important;
        page-break-after: always;
    }

    .skills
    {
        width: 60%;
        margin-top: 20%;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }

    .card
    {
        display: inline-block;
    }

    .card-img-top
    {
        width: 70%;
    }
} /* media print */


/*
    language
    @NOTE this has to be the last css definition!
*/
.lang
{
    font-weight: 700;
}
/* disable non-default language */
.lang-en
{
    display: none;
}
