/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/

/* Algemeen */
html,
body {
  padding: 0;
  margin: 0;
}

a,
input,
button,
select,
textarea,
i {
  outline: none;
}
main {
    overflow-x: clip!important;
}

main#main {
    overflow-x: clip!important;
}

.dialog-lightbox-close-button {
  text-decoration: none;
}


.boog {
	width: 100%;
	height: 200px;
	background: linear-gradient(to right, #00C292, #9400FF);
	clip-path: ellipse(100% 100% at 50% 00%);
  }
  .boog2 {
	width: 100%;
	height: 200px;
	background: linear-gradient(to right, #00C292, #9400FF);
	clip-path: ellipse(99% 99% at 50% 00%);
  }




/* iPhone Portrait */
@media only screen and (max-width: 479px) {
	.boog {
		width: 100%;
		height: 10px;
		background: linear-gradient(to right, #00C292, #9400FF);
		clip-path: ellipse(100% 100% at 50% 00%);
	  }
	  .boog2 {
		width: 100%;
		height: 10px;
		background: linear-gradient(to right, #00C292, #9400FF);
		clip-path: ellipse(99% 99% at 50% 00%);
	  }
	
}