/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*padding-top: 56px;*/
  background-color: #C6E2FF;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar_style {
	background-color: black;
}
.nav-link {
	color: white;
}

.content_wrapper {
	background-color: white; /*#C6E2FF;*/
	border-radius: 10px;
	padding: 30px 0;
	margin: 80px 0;
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.section_title {
	text-align: center;
}

.article_author {
	font-weight: bold;
	margin-bottom: 0px;
}

.article_date {
	margin-top: 0px;
}

.project_title {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
}

.section_heading {
	font-size: 1.5rem;
  font-weight: bold;
}

.section {
	padding-bottom: 20px;
}

.button {
  /*min-width: 130px;*/
  padding: 3px 3px;
  margin: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.0rem;
  border: 0.04rem solid black;
  border-radius: 5px;
  background: #007fff; /*#00B2EE; /*#f1e0d6;*/
  color: white; /*#3366BB;*/
  font-weight: bold;
}

video, img {
  width: 100%    !important;
  height: auto   !important;
}

.about_head {
	padding-bottom: 30px;
}

.footer {
	background-color: black;
	color: white;
	font-size: 0.75rem;
}