/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

 html, body {
	 height: 100%
 }
 
body {
    padding-top: 54px;
	font-family: 'Cormorant Garamond', serif;
	display: flex;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 'min-height' bug */
}

p {
	color: black;
	font-family: 'EB Garamond', serif;
}

a {
	color: #584165;

}

footer {
	flex-shrink: 0; /** Set `flex-shrink` to `0` to prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default
    minimum size.
 */
}

.container {
	flex: 1 0 auto; 
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
	font-weight: 700;
}

.bg-dark {
    background-color: #584165!important;
}

.btn-primary {
    color: #fff;
    background-color: #615469;
    border-color:  #615469;
}

.btn-primary:hover{
	background-color: #e0e0e0;
	border-color:  #615469;
}

.bg-secondary {
    background-color: #e0e0e0!important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #584165;
    border-color: #584165;
}

.uppercase {
	text-transform:uppercase;
	
}

.help-block{
	color: red;
}

.card {
    word-wrap: normal;
    
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
