/*
 Theme Name:   Portfolio Suave
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/

:root {
	--basecolor: #96dec7;
	--lightcolor: #D9F2EA;
	--background-color: #C7EFE3;
	--strongcolor: #34b28a;
}


.btn_gallery {
  border: 2px solid black;
  background-color: white;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  /*display: block; responsible for unnice underline*/
margin-left: auto;
margin-right: auto;

}

@media screen and (min-width:600px) {
	.btn_gallery {
margin-right: 0px;


	}
}

/* Green */
.success {
  border-color: #34b28a;
  color: #34b28a;
}

.success:hover {
  background-color: #D9F2EA;
  color: #34b28a;
}

