p {
text-indent: 20px;
font-family: cambria;
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
color: #272987;}
	
body {
background-image: 
    linear-gradient(
      rgba(8,154,227, 0.4),
      rgba(8,154,227, 0.4)
    ),
    url("poze/rest/white.png");
background-size: 100%; 
background-repeat: no-repeat;
background-attachment: fixed;
}

h2 {
text-align: center;
color: #27B6E6;
}

dd, dt, li {
font-family: cambria;
font-size: 15px;
color: #272987;}

button {
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;	
		
}

.button2 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

img {
	border-radius: 8px;
	margin-bottom: 20px;
	
}

.img-center {margin:0 auto;}

.vcenter {   
  padding-top:33px;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

/*   @media screen and (min-width: 992px) {
	
	#modalmare .modal-dialog  {width:350px;}

}   */
 
/*  @media screen and (min-width: 768px) {
	
	#modalmare .modal-dialog  {width:350px;}

}  */



/*  body.modal-open {
    overflow: visible;
}   */