@charset "utf-8";
/* CSS Document */


.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.boxpadding {       
        margin: 20px 20px;
		border: 5px solid #999999;
  		padding: 30px;
 } 	
 
 
 .contentA	 {
		margin: 30px 10px;
		border: 5px solid #999999;
  		padding: 15px;
}
/* Css For Collpsable Starts Here*/

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -70vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/

.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background:#663300;
}

.accordion label:hover,
.accordion label:focus {
  background: #800000;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}

/*                  */
*,
*:before,
*:after {
  box-sizing: border-box;
}


a {
  color: #660000;
}

p {
  margin: 0 0 1em;
}

h4 { text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.accordion {
  max-width: 75em;
}

.accordion p:last-child {
  margin-bottom: 10;
  margin-left: 10px;
}

/* Collapsable ends here */

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.ColunmRTI {
  float: left;
  width: 50%;
  padding: 10px;
  background-image:url('https://source.unsplash.com/random'); 

}

/* Clear floats after the columns */
.mainRTI:after {
  content: "";
  display: table;
  clear: both;
  margin:15px;
}


/* Clear floats after the columns */
		
			
			