﻿/* 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: 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: 10px;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: normal;
    margin: auto;
    line-height: 30px;
}

.typewriterXX {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 3px;
    animation: typing 5s steps(34, end),blink .75s step-end infinite;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700;
    border-right: 4px solid orange;
    box-sizing: border-box;
}

.project {
    transition: transform 0.05s ease-in;
    will-change: auto;
}

.project:hover {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0);
    transform: translate3d(0, 0, 0) scale(1.0325, 1.0325);
}

.nav-link-single {
    border-bottom: solid 1px transparent;
}

.nav-link-single:hover, .nav-link:active {
    /*text-decoration: underline;*/
    border-bottom: solid 1px black;
}

.buttonLink:hover {
    text-decoration: underline;
}

.projectmodel {
    color: black;
}
.projectmodel:hover {
    text-decoration: none;
    color: black;
}

.overflow-y-auto {
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}

.overflow-break-word{
    overflow-wrap: break-word;
}
.overflow-normal {
    overflow-wrap:normal;
}

.font-big-6 {
    font-size: 6em;
    font-weight:lighter;
}
.font-big-2 {
    font-size: 2em;
    font-weight: lighter;
}

.footer-text{
    overflow-wrap: break-word;
}

.line-height{
    line-height: 70px;
}

.nav-bar-dropdown-items:hover{
    background-color: #e5e5e5;
    border: none;
}

.under-construction {
    padding:2px;
    color: darkorange;
    /*font-style: italic;*/
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/*Mobile view below*/
@media all and (max-width: 770px) {
    .projectmodel img.img-thumbnail {
        width: 25% !important;
    }

    .projectmodel .m-5 {
        margin: 2rem !important;
    }

    .projectmodel p.para-p {
        font-size: 16px !important;
    }

    main p {
        font-size: 17px !important;
    }

    footer p.para-p {
        font-size: 17px !important;
    }

    main .row.p-3.align-items-center {
        padding: 0.5rem !important;
    }

    div.p-5 {
        padding: 1rem !important;
    }

    div.mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    div.m-3 {
        margin: 0.5rem !important;
    }
}

@media all {
    .navbar .nav-item:active .nav-link {
        border: none;
        color: rgba(0,0,0,.5);
    }
}
