/*   
	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;
}

/* 
website links
 */
.sc-body-txt a{
color:#577AAB;
}

.sc-body-txt a:hover{
text-decoration: underline;
color:#577AAB;
}



 
