
html {
  position: relative;
  min-height: 100%;
}

body {
	/*margin-bottom: 60px;*/
	/*background: #d9edf7;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9f6fd+100 */
	background: #e9f6fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9f6fd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9f6fd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9f6fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f6fd',GradientType=0 ); /* IE6-9 */
}

html,body,body>.container, body #main_container{
	min-height:100vh;
}

/*
body > .container {
  padding: 60px 15px 100px;
  box-shadow: 0 0 7px black;
  background: #fff;
}
*/

body #main_container {
    padding: 20px 15px;
    box-shadow: 0 0 7px black;
    background: #fff;
    margin-top: 85px;
    margin-bottom: 80px;
    border-radius: 10px;
}

.navbar-logo {
    line-height: 40px;
    display: inline;
    float: right;
    margin: 8px 10px 8px 0;
}

.navbar-brand >div{ 
	display: inline-block;
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
  line-height:20px;
  padding-top:10px;
  padding-bottom:5px;
}

.navbar-brand img {
	height: 40px; 
	padding-left: 10px; 
	border-left: 1px solid #000;
	vertical-align: baseline;
	margin-left: 5px;
}

.navbar-brand small {
  display:block;
  font-size:53%;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.navbar-nav {
	display:flex;
	align-items:center;
}

.navbar-nav>li>a {
	line-height: 30px;
}

.navbar-nav>li>a.small-padding {
	padding: 5px;
}
.navbar-default {
/*  background-color: #b3e0ff; */ /* #99CCFF */ /* #1c9eca #3097d1; */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,99d6f7+100 */
	background: #99d6f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #99d6f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#99d6f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#99d6f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99d6f7',GradientType=0 ); /* IE6-9 */

  border: 0;
  border-color: #1c73a5;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /* color: #ecf0f1 */ 
  color: #000080;
}
/*
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
*/
.navbar-default .navbar-text {
  color: #000; /* #ecf0f1 */
}
.navbar-default .navbar-nav > li > a {
  color: #000; /* #ecf0f1 */
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1c73a5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #1c73a5;
}
.navbar-default .navbar-toggle {
  border-color: #1c73a5;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1c73a5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000; /* #ecf0f1 */
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000; /* #ecf0f1 */
}
.navbar-default .navbar-link {
  color: #000; /* #ecf0f1 */
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000; /* #ecf0f1 */
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1c73a5;
  }
  
	.navbar-brand img {
		height: 30px; 
	}
	.navbar-brand {
		font-size: 16px;
		line-height:16px;
		padding-top:8px;
	}
	.form-horizontal .form-group {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 768px) { 
	.v-center {
	  position: relative;
	  transform: translateY(50%);
	}
}


#content {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
}
#subjects h1, #subjects h2, #subjects h3, #subjects h4, #subjects h5, #subjects h6, #subjects h7 {
	color: #000080;
}

#subjects h3 {
	font-size: 20px;
}

#subjects {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#subjects.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#subjects.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  	border: 1px solid #E2E0E0;
	border-radius: 7px;
	padding-bottom: 200px;
	text-align: justify;
}

.more_info::before {
    content: "\00a0\00a0";
}
.more_info { 
	font-weight: bold; 
}

#subjects .bottom  { width: 100%; height: 200px; text-align: center; position:absolute; bottom:0; margin: 0 -15px 7px auto; }
#subjects .bottom img { max-width: 90%; max-height: 90%; margin:15px auto; }

.images img , #subjects .bottom img { 
	height: 200px;
	width: 320px;
	object-fit: cover;
}

.btn {
	white-space:normal !important;
}


#contact_info h4:not(:first-child) {
	margin-top: 30px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* background-color: #f5f5f5; */
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  max-height: 60px;
}

footer span {
	white-space: nowrap;
}
