@charset "utf-8";
#Paragrr {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #DD1418;
	font-size: xx-large;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height:inherit;	
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

#cloud {
 width:450px;
 height:450px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
   opacity: 1;
}

#cloud:hover {     /*Hover means when you go over the element with the mouse*/
  opacity: 0.1;}


.container {
  margin: 0 auto;
  position: relative;
  width:450px;
 height:450px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: white;
}

.container:hover .overlay {
  opacity: 1;
	text-align:center;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.ctr {
  display: block;
	text-align:center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
	
}
