@import url('https://fonts.googleapis.com/css2?family=Avenir&display=swap');
/* Theme World Police Summit 2026 */
 /* Style Attributes */
body
{
background: linear-gradient(#001193, #18A4AE);
}

 /* Standard Content */
}
#page {
font-family: 'museo-sans', sans-serif ! important;
/*margin: auto; /* defines the horizontal centering of the content – you should not change this value */
border-radius:15px;
-moz-border-radius:15px;
-ms-border-radius:15px;
-webkit-border-radius:15px;*/
width: 100% !important;
max-width: 100% !important;
}
body {
      //  background: conic-gradient(#18a4ae, #001193);
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: no-repeat;
        background-attachment: fixed;
       // background-image: conic-gradient (rgb(40, 167, 69), rgb(253, 126, 20));
        background-size: cover;
        background-origin: padding-box;
        background-clip: border-box;
        font-family: 'Ubuntu', sans-serif !important;
}
.ui.form .field > label {
font-weight: bolder;
}
.ui.dividing.header {
display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #5F3F75!important;
}
#page-footer {
    background-color: rgb(16 55 124) !important;
    color: ghostwhite !important;
}

/* END Theme World Police Summit 2026 */
