@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Poppins', Helvetica, Arial, sans-serif; 
	background-color: #ffffff;
	font-weight: 400;
	color: #212529;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	padding-top: 50px;
	margin: 0px;
}

main{
	display: block;
}

*{
	box-sizing: border-box;
}

nav{
	font-family: 'Poppins', Helvetica, Arial, sans-serif; 
	font-size: 1.2em;
	line-height: 2em;
	text-transform: lowercase;
	letter-spacing: 1px;
}

nav li {
    padding-left: 10px;

}

hr{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

hr{
	border: 0;
	border-top-color: #d19d82;
	border-top-style: solid;
	border-top-width: 1.5px;
	border-right-color: initial;
	border-right-style: initial;
	border-right-width: 0px;
	border-bottom-color: initial;
	border-bottom-style: initial;
	border-left-color: initial;
	border-left-style: initial;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	height: 0;
	overflow-x: visible;
	overflow-y: visible;	
}

h2 {
    text-transform: lowercase;
    font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	color: #004b73;
}

h4{
	margin-top: 25px;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #004b73;
}

h3{
	margin-top: 25px;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #d19d82;
}

h4 a{
	color: #004b73;
	text-decoration: none;
	
}

h5{
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
}

p{
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #888888;
	margin-top: 0;
	margin-bottom: 1rem;
}

footer a {
    color: #000000;
}

small {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #888888;
	font-size: 80%;
    font-weight: 400;
}

footer a{
	color: #000000;
}

ul{
	text-decoration-line: none;
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}
ul{
	margin-top: 0px;
}

img{

	vertical-align: middle;
	border-style: none;
}

table {
    border-collapse: collapse;
}

a{
	text-decoration: none;
	color: #d19d82;
	text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    background-color: transparent;
	
}


.container-fluid{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
}


.img-fluid{
	max-width: 100%;
	max-height: 100%;
}

.ml-md-auto{
	margin-left: auto;
}



.mb-1{
	margin-bottom: 0.25rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4{
	margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem;
}

.ml-auto{
	margin-left: auto;
}

.mr-auto{
	margin-right: auto;
}

.mr-md-n2{
	margin-right: -0.5rem !important;
}

.mr-md-auto{
	margin-right: auto !important;
}

.mb-md-0{
	margin-bottom: 0;
}

.pb-md-0{
	padding-bottom: 0;
}

.pt-md-0{
	padding-top: 0;
}

.mt-1{
	margin-top:  0.25rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem;
}

.navbar-expand-md{
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
}

.navbar-nav{
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
	list-style-position: initial;
	list-style-image: initial;
	list-style-type: none;
}




.navbar-light .navbar-nav .nav-link.active {
    color: #d09d81;
}

.navbar-nav .nav-link{
	padding-right: 0;
	padding-left: 0;

}

.nav-link.active{
	font-weight: 600;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
	text-decoration: none;
	color: #BFBFBF;
}

.navbar-light .navbar-nav .nav-link {
    color: #BFBFBF;
	text-decoration: none;
}

.navbar-light .navbar-toggler{
	color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-collapse{
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler-icon{
	display: inline block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-toggler{
	padding-top: 0.25rem;
	padding-right: 0.75rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: transparent;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-radius: 0.25rem;
	
}


.justify-content-center{
	justify-content: center !important;
}

.align-items-end{
	align-items: flex-end !important;
	
}

.row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.pt-0{
	padding-top: 0;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3{
	padding-top: 1rem;
}

.pb-1{
	padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-4{
	padding-bottom: 1.5rem;
}

.pb-md-3{
	padding-bottom: 1rem;
}





.hover-overlay a {
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

.hover-overlay img{
	width: 100%;
	height: auto;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.hover-overlay .text-white{
	transform: scale(0);
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	opacity: 0;
}

.text-white{
	color: #ffffff;
}

.text-center {
    text-align: center;
}

.hover-overlay a h5{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	padding-top: 40%;
	padding-right: 20px;
	padding-bottom: 40%;
	padding-left: 20px;
	text-align: center;
	background-color: #004b73;
	opacity: 0;
}

.list-group-horizontal{
	flex-direction: row;
}

.list-group{
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item{
	margin-right: -1px;
	margin-bottom: 0;
}

.border-0{
	border-top-color: initial;
	border-top-style: initial;
	border-top-width: 0px;
	border-right-color: initial;
	border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.list-group-item{
	 position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.p-2{
	padding: 0.5rem;
}




.icon{
	height: 2em;
	padding: 2px;
}


#social{
	padding-top: 3em;
	padding-bottom: 3em;
}


#title{
	padding: 2em;
}

#desc{
	font-size: .8em;
	line-height: 2em;
}



#connect{
	padding-top: 2em;
}




