/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 2.2.2
*/


@media only screen and (min-width: 601px) {
	.inside-article{
		min-height: calc(100vh - 470px);
	}
}

@media only screen and (max-width: 600px) {
	.doc-content h3{
		font-size: 22px;
	}
}

.doc-content a{
	text-decoration: underline;
}


* {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  -webkit-appearance: none;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.test{
	text-align: center;
}