﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');

*, *::before, *::after{
    box-sizing:border-box;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none;
}

ul {
    list-style: none;
}

.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;
}

/* Custom defined css*/
html {
    scroll-behavior: smooth;
}
html, body {
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Rubik", "Arial";
    color: #9E9E9E;
    width: 100%;
}

section {
    display: block;
    height: 100%;
    width: 100%;
    padding: 60px;
    padding-left: 120px;
}

.textLink {
    position: relative;
}

.text-left {
    margin-top: 2.5rem;
}

.imgFrame {
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 60px;
}

    .imgFrame img {
        border-radius: 140px;
    }

img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container .text-center .txt-type {
    border-right: 0.2rem solid #777;
}

li {
    text-decoration: none;
}

h1 {
    margin-top: 40px;
}

.col-sm {
    width: 30%;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #9E9E9E;
    text-align: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
}

/* Personal Work Section CSS  */

#one {
    height: 100vh;
}

#two{
    height: 100vh;
}

#three {
    height: 100vh;
}

#blurb {
    margin-bottom:2rem;
}

#bigpic {
    width: 600px;
    height: 400px;
}

#pageMessage {
    margin-top:2rem;
}

/* 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
-------------------------------------------------- */

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

