:root {
    --main-color: #000000;
    --main-secondary-color: #8f8f8f;
    --btn-hover: #0000050;
    --btn-color: #00000050;
    --btn-text: #ffffff;
    --main-secondary-Text-color: #0000050;
    --link-text: #111122;
    --link-hover: #8f8f8f;
    --blue: #5e50f4;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #e91e63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-background1: #cfcfcf;
    --gray-dark: #0f1531;
    --gray-light: #aab2bd;
    --gray-lighter: #e8eff4;
    --gray-lightest: #e6e9ed;
    --black: #000000;
    --primary: #6610f2;
    --secondary: #3a3a3a;
    --success: #3e8177;
    --info: #4d7cff;
    --warning: #f5a623;
    --danger: #fc5661;
    --light: #f8f9fa;
    --dark: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.form-group {  
    padding-top: 12px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.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;
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

html {
  font-size: 14px;
}

/*@media (min-width: 768px) {
html {
    font-size: 16px;
  }
}*/
.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn:focus, 
.btn:active:focus, 
.btn-link.nav-link:focus, 
.form-control:focus, 
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.education {
    /* display: none;*/ 
    margin-bottom: 10px;
    max-height: 50px;
}

.cert {
    margin: 10px;
    max-width: 100px;
    max-height: 70px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
  a {
    
        text-decoration: none;
    }

.a:focus, .a:active, .a:active:focus a:hover {
    color: var(--link-hover);
    text-decoration: none;
}
  

#scrolltotop {
    background-color: var(--link-hover);
    bottom: 20px;
    color: #ffffff;
    display: none;
    height: 40px;
    line-height: 29px;
    position: fixed;
    right: 20px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#scrolltotop {
    display: none;
}

    #scrolltotop:hover,
    #scrolltotop:focus,
    #scrolltotop:active {
        color: #ffffff;
        border-radius: 100%;
    }

.form-select {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--link-hover);
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 20px);
    line-height: 1.35;
    color: var(--link-hover);
}