
a {
	text-decoration:none;
	}

blockquote {
	font-size: 20px;
	font-style: italic;
	font-family:playfair display;
	width: 65%;
	color:#000;
	/*margin: 30px 0 30px 50px;
	border-left:none;*/
	padding: 20px 20px 20px 50px;
/*	float:right;
	position: relative;
	color: #383838;
	border:0.5px solid #e0e0e0;
	border-radius:10px;*/
	-webkit-box-shadow: 6px 6px 10px #bbb;
    box-shadow: 6px 6px 10px #ccc;
	}
blockquote::before {
	content:"\f10d";
	font-family:FontAwesome;
	}
.info-mark {
	background:#95d3f1;
	padding:24px;
	display:inline-block;
	border-radius: 25px 0px 25px 0px;
	/*width:max-content;*/
	}
.quote-pink {
	background:pink;
	padding:30px;
	width: max-content;
    height: auto;
    font-size:30px;
    font-weight:900;
    border-radius:50%;
    text-align:center;
    display: block;
    line-height:1.3;
    
	}
.icy {
  border: 1px solid #005cb9;
  background-color: #eef6f9;
  padding: 30px;
  width:100%;
}
.callout {
	background-color: #d5f0c3;
    border-radius: 16px;
    color: #000c2a;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 0 1.5em;
    padding: 1em 1.25em;
    position: relative;
    display:inline-block;
    }
.note {
   background-color: #d5f0c3;
   }
  .warning {
	background-color:#ffbab5;
	}
.info {
	background-color: #c6e3ff;
	}
.cite {
	font-style:italic;
	font-family:serif;
}
p.citation {
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
	font-family:serif;
	text-align:justify;
	font-style:italic;
	margin:10px 50px 20px 50px;
	padding:30px;
	}
p.info-jck	{
    display:inline-block;
	background:url("/images/body/info.png")!important;
	background-color: #CBE8F2 !important;
    background-position: 5px center !important;
  	background-repeat: no-repeat !important;
	background-size: 70px auto !important;
    border-radius:10px;
    margin-top: 10px !important;
    margin-bottom:20px;
    padding: 20px 20px 20px 100px!important;
	
	font-size: 18px;
	color:#111;
}

p.aside-right, p.aside-left, p.aside-center {
	
	width:40%;
	border-right:2px solid #A0A0A0;
	border-left:2px solid #A0A0A0;
	padding:30px;
	display:block;
	margin-bottom:30px!important;
	margin-top:30px!important;
	background-color:#F0F0F0;
	border-radius:10px;
	font-style:italic;
	}
p.aside-left {
	float:left;
	margin-right:20px;
	}
p.aside-right {
	float:right;
	margin-left:20px;
	}
p.aside-center {
	margin:auto;
	}
p.aside li {
	margin-bottom:20px;
	list-style-type:square;
	}
/*p.alert{
	padding: 15px;
    background-color: #f44336; /* Red */
    color: white;
    text-shadow:1px #000;
    margin: 20px 5px 40px 5px;
    border:1px solid #c0c0c0;
    border-radius:10px;
}*/
.info{background-color: #2196F3;}
.success{background-color: #4CAF50;}
.alert{
	padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid red;
  border-radius: .55rem;
  background: red;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  width: 50%;
  margin: auto;
	}

/*.status{
	border:1px solid #c0c0c0;
	border-radius:10px;
	padding:20px;
	}*/
div#status p:first-of-type::first-letter {
	 color: #AC142C;
     float: left;
     font-family: italiana;
     font-size: 75px;
     line-height: 60px;
     padding-top: 4px;
     padding-right: 8px;
     padding-left: 3px;
  }
.polaroid:hover {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.275);
  position: relative;
  z-index: 5;
}
.polaroid  {
  padding: 10px 10px 30px 10px; /*size of the frame*/
	border:0.5px solid #e5e5e5;
	background: #fff;
	-webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	-moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.figcaption {
	text-align: center;

	font-size:1.0em;
	color: #454f40;
	letter-spacing: 0.09em;
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin-top:-25px;
}
div.clear-left {
	clear:left;
	}
div.clear-right {
	clear:right;
	}
div.clear {
	clear:both;
	}


/********** Media Queries *******************/

@media screen and (max-width: 900px) {

p.aside-center, p.aside-left, p.aside-left {
 width:90%;
 }
}
