a:link {
    text-decoration: none;
    font-weight: bold;
    color: #22223B;
    text-decoration: none;
	font-family: 'Nunito', sans-serif;
}
footer {
		text-align: center;
		padding-top: 1em;
	}
html {
		background-color: #A9EFD5;
}
body {
    margin: 30px;
}
.carousel .carousel-item {
    padding-top: 50%;
    position: relative;
		height: 500px;
	}

.carousel-item img {
    max-width: 100%; /* Ensures the image is never more than 100% of its parent */
    height: auto; /* Allows the height to scale proportionally */
    display: block; /* To replace the absolute positioning */
    margin: 0 auto; /* To center the images if they are not full width */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel {
		padding-bottom: 1em;
}
.centertext {
		text-align: center;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
#sidebar {
        background-color: orange;
    }
img {
    vertical-align: middle;
}
element.style {
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail img {
    border: 0;
}
img {
    padding: 6px;
    max-width: 100%;
    height: auto;
	vertical-align: middle;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.4285;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a:link {
    text-decoration: none;
    font-weight: bold;
    color: #22223B;
    text-decoration: none;
}
.footer {
   padding-bottom: .4em;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #22223B;
   text: #E49273;
   text-align: center;
}
h2 {
	font-family: 'Montserrat', sans-serif;
}
p{
	font-family: 'Nunito', sans-serif;
	
}
a {
	font-family: 'Nunito', sans-serif;
}

