/*
Theme Name: GIJC23
Theme URI: https://www.elegantthemes.com/
Description: A child theme of Divi Theme
Author: Alan Kawamara
Author URI: https://gijc2023.org
Version: 1.0.3
Template: Divi
*/
@import url("../Divi/style.css");

body {
    font-weight: 400;
}

.et_pb_post_content_0_tb_body a {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: solid;
}

.no-content {
    text-align: center;
    font-size: 1em;
}

p:not(.has-background):last-of-type {
    padding-bottom: 0.5em;
}

.registration-button-container {
	display: block;
	text-align: center;
}
.registration-button {
	display: inline-block;
	outline: 0;
    cursor: pointer;
    border: none;
    padding: 1.5em 2em;
	font-weight: 600;
    font-size: 1.5em;
    line-height: 1.7;
    border-radius: 7px;
    background-color: #D1410A;
    color: white;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
}
.registration-button:hover{
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}