*{
    color:#321;
    font-family: 'Roboto', sans-serif;
}
a{
	color: rgb(144,44,44);
	margin:8px;
	padding:8px;
	font-size: 18pt;
	text-decoration:none;
}

body{
    background:#ffffff;
    min-height: 800px;
}
.card{
	display:block;
	text-align:center;
}
.carousel-item{
width:100%;
    margin: auto;
    text-align: center;
}
.div-carousel-inner{
    text-align: center;
}
.checkout-button{
	background: #5bb33d73;
}
#footer{
	/*
	rgb(255,183,197);
	rgb(i244,194,194);
	*/

	background-color: rgb(255,183,197);
	display:flex;
}
.footer_div{
	flex:1;
	padding-top:8px;
	text-align:center;
}
.footer_links{
	width:100%;

}

#google_reviews_img{
	width:480px;
	padding:0px;
	margin:0px;
}


.google_review_container {
  width: 320px;
  border: 1px solid #777;
}
.google_reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

h1{
   color:#321; 
    
}
img{
	margin:8px;
	padding:8px;
}
nav{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;

}
nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
nav ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
align-items:center;
	list-style:none;
}
nav ul li a{
	color: rgb(144,44,44);
	margin:8px;
	padding:8px;
	font-size: 12pt;
	text-decoration:none;
	height:78px;
	display:flex;
       align-items:center;

}
/*
#navbarNav{

}

/*
 * NAV BAR ON TOP OF WEBSITE
 */
#nav_bar{

    display: flex;
    justify-content: center;
    align-items: center; 
    padding-right:120px;
}

.nav-item{

}


.center-div{
    display: flex;
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
}
.nav_bar_active{
	color: red;
}

.nav_container{
    background:#fdf1f8;
    display:flex;
}
.product_image{
	max-width:240px;

}
.phone-only{
    display: none;
    
    
}
.flex1{
	flex:1;
}
section{
	display:inline-block;
	min-height:312px;
	text-align:center;
	width:100%;
}
#site-title{
    max-width:380px;   
    margin-left:24px;
}
