@charset "UTF-8";
/* CSS Document */
/*font-family: 'Open Sans', sans-serif;
font-family: 'Charmonman', cursive;
font-family: 'Great Vibes', cursive;*/

/*
#AAD5F4
#D0D9DB
#768D3F
#716C66
#3F3830
*/
body{
	font-family: 'Open Sans', sans-serif;
	padding-top: 0px;
    background-color: #eee;
	
}

.bg-black {
/*	margin-top: 15px;*/
	background-color: #716C66;
}

.navbar-dark .navbar-nav .nav-link {
    color: #cccccc;
	
}

.navbar-dark .navbar-nav a.nav-link:hover{
	color: #fff;
}


footer .container .text-center a:hover{
	opacity: 0.5;
}



/*
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
	margin-right: 10px;
}change the shape of indicator
*/



.bg-pink{
	background-color: #768D3F;
}
i {
	font-size: 2rem;
}

.white-text{
	color:white;
}


.shape{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #768D3F;
	
}

.shape1{
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background-color:#716C66;
	
}

.bg-pink2 {
	background-color: #3F3830;
	border: 1px solid rgba(255,255,255,0.8);
	color: white;
	padding: 5px 15px
}

button:hover{
	background-color: #716C66;
}
.bg-green{
	background-color: #768D3F;
	
}
.fineprint {
	font-family: Georgia;
    color: #9d9d9d;
    font-size: 10px;
    font-style: italic;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.fineprint2 {
	font-family: Georgia;
    color: #9d9d9d;
    font-size: 16px;
    font-style: italic;
  
}


.fineprint3 {
	font-family: Georgia;
    color: #fff;
    font-size: 16px;
    font-style: bold;
  
}
.fineprint4 {
	font-family: 'Great Vibes', cursive;
    color: #fff;
    font-size: 20px;
    font-style: bold;
  
}

.text-center a img{
	margin:10px 10px;
	position: relative;
}


p{
	margin-top: 10px;
}
.container .row .mt-5 p{
	line-height: 1.8rem;
}
p a {
    color: #E34879;
    font-weight: bold;
}

ul li a{
	font-size: 1.2rem;
}


.nav-link{
	padding: 0rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.carousel-item {
	width: 100%;

} /*editing the slide size*/

.img-fluid {
	height: 100%;
	width: 100%;
}


.center-block {
	margin: 0px auto;
	width: 100%;
	/*height: 100%;*/
	border-radius: 6px;
}

.social{
	color: #768D3F;
}

/*pinterest try-out*/

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.code{
  height: 50vh;
}
.image-box{
  padding: 60px;
}

.btn--green{
  font-size: 4rem;
  font-weight: 400;
  color: #9d9d9d;
  text-decoration: none;
  transition: all .2s;
  padding: 1rem 2rem 1.5rem 2rem;
}

.btn--green:hover{
  background-color: #768D3F;
  transform: translateY(-.2rem);
  color: #fff;
}
.paragraph{
  font-size: 1.3rem;
  color: #eee;
}
.u-text-align-left{
    text-align: left;
    padding-left: .6rem;
}


.u-text-align-right{
    text-align: right;
    padding-right: .6rem;
}

.text-grey{
    color: #eee;
}
