/************************************************
				Body          
************************************************/

body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.alignleft {float:left;}
.alignright {float:right;}


/************************************************
				Content          
************************************************/

.content {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	height: auto;
	padding: 10px;
	margin-bottom: 15px;
	text-align: justify;
	border: 3px solid #ffffff;
	border-radius: 10px;
	background-color:#faf5f9;
	float: left;
	box-shadow: 0 0 2px #cdf7ed;
}

.centralccontent {
	/* 75.png for stripes, 76.png for polka dots, 77.png for new photo*/
	font-family: 'Dancing Script', cursive;
	background:url(77sm2.png);
	padding: 10px;
	background-size: 100% 100%;
	border-radius: 10px;
	font-size: 14px;
}

.misccontent {
	/* 75.png for stripes, 76.png for polka dots, 77.png for new photo*/
	font-family: 'Playfair Display', serif;
	background:url(78.png);
	padding: 10px;
	background-size: 100% 100%;
	font-size: 14px;
}

.misccontent2 {
	/* 75.png for stripes, 76.png for polka dots, 77.png for new photo*/
	font-family: 'Dancing Script', cursive;
	background:url(78sm2.png);
	padding: 10px;
	background-size: 100% 100%;
	font-size: 14px;
}

.misccontent3 {
	/* 75.png for stripes, 76.png for polka dots, 77.png for new photo*/
	font-family: 'Playfair Display', serif;
	background:url(79.png);
	padding: 10px;
	background-size: 100% 100%;
	font-size: 14px;
}

.container {
	width: 100%;
}

.left-sidebar .content{float:right;}
.none-sidebar .content{width:974px;}
.label {
	padding-top:5px;
	text-transform:uppercase;
	font-weight:100;
	font-size:14px;
	top: 10px;
}
.label a {
	color:#000;
	text-transform:uppercase;
	font-weight: 100;
	font-size: 14px;
}
.label a:hover {
	color:#0b6492;
}
.clearz{
	width: 760px;
	float: right;
}
.tags{ 
	width: auto;
	float: right;
	border-top: 1px solid #4a4646;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}

/************************************************
 navbar  custom changes OVERRIDE DEFAULT BOOTSTRAP FILES HERE
************************************************/

/* Do not make changes to the files in bootstrap folder. Override those changes here .  */
/* The hot pink of the logo is #ED008C */

/* Logo: Regular color */
.navbar-light .navbar-brand {
  color: #F986C3;
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
}

/* Logo: Hover color */
.navbar-light .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FF0090 !important;
}

/* Testing */

/* navbar item color */
.navbar-light .navbar-nav .nav-link {
	color: #000;
}

/* navbar item color ON HOVER */
.navbar-light .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #FF0090 !important;
	background-color: #f2edf0;
}

/* navbar item color ACTIVE */
.navbar-light .navbar-nav .active > .nav-link {
	color: #F986C3;
}

.dropdown-item.active {
	color: #FF0090;
	background-color: #fff;
}

.dropdown-item:hover, .dropdown-item.active:hover {
	background-color: #ffcadf;
}

/* End testing */

textarea {
	resize: both !important;
	width: 100%;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/************************************************
				Old Navigation          
************************************************/

