/* global */

html {
    position: relative;
    min-height: 100%;
}

h1 {
    font-size: 60px;
}

p {
    font-size: 15px;
}

body {
	background-color: #22242e;
    /*background: linear-gradient(180deg, #22242e 0%, #323443 100%);*/
    font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 60px;
}

.about-body{
    background-color: #fff;
}

.col-debug {
    background-color: #decfe2 !important;
    border: 1px solid #563d7c33 !important;
}
.centering {
    float:none;
    margin:0 auto;
}

nav {
    background-color: #22242e;
}

.navbar-brand {
    color: #fff; 
    padding-top: 20px;
    padding-left: 1rem;
}

ul.navbar-nav >li {
	color: #fff;
	display: inline-block;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 0px;
	padding-top: 9px;
	text-align: right;
	padding-left: 30px;
}

.nav-item {
	color: #adadad;
    font-family: Inter, sans-serif;
    align-items: center;
}
nav ul li:hover a {
    color: white;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.bullet-ul {
  display: block;
  margin-left: -10x;
}

.bullet-ul li {
  display: block;
  position: relative;
}

.bullet-ul li:not(:last-child) {
  margin-bottom: 16px;
}

.bullet-ul li:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -.6em;
  background: #22242e;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}


.verticalLine{
	border-left: solid  #142655;
	margin-left: 0rem;
}

.intro-quote{
    color: #fff;
    padding-top: 5rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
    font-size: 64px;
    font-family: Inter, sans-serif;
}

.intro-subquote{
    color: #adadad;
    font-size: 30px;
    font-family: Inter, sans-serif;
}

.intro-img {
    margin-top: 40px;
    position: relative;
    max-width: 520px;
}

.img {
  border: 15px solid #202020;
  width: 100%;
  border-radius: 6px;
}

.large-margin-top {
    margin-top: 120px;
}

.medium-margin-top {
    margin-top: 30px;
}
.small-margin-bottom {
	margin-bottom: 10px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.card-margin-bottom {
	margin-bottom: 20px;
}


.no-margin-bottom {
	margin-bottom: 0px;
}

.text-light {
    font-weight: 300;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.smoothed {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.jumbotron {
    /*background-color: #434e5e;*/
    background-color: #eee;
}

.align-vertical {
    display: flex;
    align-items: center;
}

@media print {
    a:link:after, a:visited:after {
        content: "";
    }
    div.panel {
        page-break-inside: avoid;
    }
}


/* header */
@media (max-width: 768px) {
	.jumbotron {
		text-align: center;
	}
    .jumbotron p {
        font-size: 16px;
    }
}

/*Mobile width settings*/

@media (max-width: 575px) {
    .self-image {display: none;}
}

.btn-primary,  .btn-primary:active, .btn-primary:visited {
    background-color: #454a5d !important;
    border-color: #454a5d !important;
}

.btn-primary:hover {
    background-color: #7E85A0 !important;
    border-color: #454a5d !important;
}

.btn-intro, .btn-intro:active .btn-intro:visited {
    color: #fff;
    background-color: #1D75AF;
    border-color: #1D75AF;
}

.btn-grey, .btn-grey:active, .btn-grey:visited {
    color: #adadad;
    opacity: 30%;
}

.btn-adjust, .btn {
	display: inline-block;
	margin-bottom: 5px;
}

.btn-xl {
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 10px;
}

.social-icons {
    color: #fff;
    font-size: 22px;
}

/* hightlight */
.highlight {

    border-left-color: #454a5d;
    border-left-width: 5px;
    border-left-style: solid;
    border-radius: 3px;
}

/* publication */
ol li {
	margin-bottom: 10px;
}

.media-body h1,
.media-body h2,
.media-body h3,
.media-body h4,
.media-body h5,
.media-body h6 {
    display: inline;
}

.label-adjust h4,

.label-adjust h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}

.label-adjust, .label {
	display: inline-block;
	margin-bottom: 5px;
    font-size: 100%;
	font-weight: 400;
} 

.label-primary {
    font-size: 18px;
}

.label-grey {
    color: rgb(73, 74, 78);
}

.card-width {
    max-width: 28rem;
}

.badge-blue {
    color: #fff;
    background-color: #2274A5;
}

.badge-green {
    color: #fff;
    background-color: #188B68;
}

.progress-group {
	font-weight: 300;
}

.progress {
	margin-bottom: 5px;
}

.progress-bar {
	padding-left: 10px;
	text-align: left;
    font-size: 14px;
}

.panel-body > h5:first-child {
    margin-top: 0px
}

.panel-body > p:last-child {
    margin-bottom: 0px;
}



.footer {
    position: absolute;
    bottom: 0;
    text-align: end;
    width: 100%;
    height: 60px; 
    line-height: 60px; 
    background-color: transparent;
  }


