html, body {
    height: 100vh;
    margin: 0;
}
a.navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

.official-title {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 100 !important;
    font-size: 22px !important;
    color: gray !important;
    padding-left: 10px;
}

.copyright {
    color: white;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 44px;
}
.subtitle {
    font-size: 34px;
}



.m-b-md {
    margin-bottom: 30px;
}
.container {
    max-width: 75vw;
}
nav.navbar + .container {
    margin-top: 60px;
}
.push-lg {
    margin-top: 30px;
}
.table-underline {
	border-bottom: 4px solid #227dc7 !important;
}

.subtitle {
	font-size: 12px;
	color: gray;
}

.card-tip {
	z-index: 999;
	bottom: 0;
	position: fixed
}


svg {
	margin-bottom: 4px;
}


.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}


.portfolio-btn a .fa {
    line-height: 2!important;
}

.pull-lg {
    margin-bottom: 30px;
}

.pull-sm {
    margin-bottom: 10px;
}


.push-sm {
    margin-top: 10px;
}