html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fff;
	/*font-family: sans-serif;*/
}

html {
	width: 100%;
	/*overflow-x:hidden; I should probably address this at some point.*/
}

body {
	text-align: center;
	width: 100%;
	
}

nav {
	width: 100%;
}

.navbar-brand img {
	height: 100%;
}

.view {
    height: 70%;
    min-height: 350px;
    height: 400px;
    margin-top: 50px;
}

.view {
    /*background: url("https://mdbootstrap.com/images/regular/city/img%20(17).jpg") no-repeat center center fixed;*/
    background: url("../img/montyreallysmall.jpeg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#img_highQuality {
    display: none;
}

section {
	padding: 20px 30px 60px;
	background-color: #EEEEEE;
}

section.background-dark {
	/*background-color: #e2e1e0;*/
	/*background-color: #f2f1f0;*/
	background-color: #4f61b5;
	/*#0a366c*/
	/*color: white;*/
}

section > h1 {
	font-size: 40px;
}

section.background-dark > h1 {
	color: white;
}

#welcome {
	height: 500px;
	background: url('img/background.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#about img {
	max-width: 400px;
}

#abouttext {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.md-card {
	background-color: #fff;
	border-radius: 2px;
  	display: inline-block;
  	box-shadow: 0 2px 5px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
  	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.md-card:hover {
	/*box-shadow: 0 0px 20px rgba(0,0,0,0.25), 0 3px 7px rgba(0,0,0,0.22);*/
}

.faq-card {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 20px 10px;
	text-align: left;
}

.faq-card h3 {
	color: #444;
}

.faq-card p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

#team {
	background-color: #e8f0e7;
}

.teammember img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.teammember .btn {
	font-size: 20px;
	padding: 1px 7px;
}

.teammember h4 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.teammember {
	display: inline-block;
	margin: 10px;
	padding: 15px 10px;
	width: 170px;
}

#footer {
	background-color: #444;
	color: white;
	padding-bottom: 20px;
}

#footersocial span {
	font-size: 30px;
	color: white;
	margin: 0px 15px;
}

.panel-title {
	font-size: 18px;
}

blockquote {
	margin-bottom: 0px;
}

#bell {
	margin-left: 0px;
	margin-right: 0px;
	/*font-size: 12px;*/
}

@media (max-width: 450px) {  
  #bell {
  	font-size: 12px;
  }
}

/*@media (min-width: 768px) {  
  #bell {
  	font-size: 16px ;
  }
}*/

#bell th {
	text-align: center;
}

#bell .col-12 {
	padding-right: 0px;
  	padding-left: 0px;
}

.small-gutters {
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
}

.panel-body {
	word-wrap: break-word;
}
a.btn {
	word-wrap: break-word;
	white-space: normal;
}