﻿/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
@import url('https://fonts.googleapis.com/css?family=Charm');
body {
  margin:0;
  padding:0;  
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100vh;
}
main {
  flex:1 0 auto;
}

html,
body,
.view {
  height: 100%; }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.6); }

.top-nav-collapse {
  background-color: #929FBA; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #929FBA; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #929FBA; }

.light-form{
	padding:5px;
	outline:none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	border-radius:.125rem;
	width:100%
}
.top-logo{
	margin-top:-13px;max-height:100px;margin-bottom:-42px;padding-right:30px
}
.nav-item, nav-flex-icons{
	text-align:right
}
.charm{
	font-family: 'Charm', cursive;
	font-size:2rem
}
h1.charm{
		font-size:3.5rem
}