@font-face {
    font-family: 'procoreSans';
    src: url('../fonts/77011b20c10ab581-s.p.woff2') format('woff2');
    font-weight:bold;
    font-style:normal;
}
	  
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/inter-tight-cyrillic-ext-400-normal.9936a138.woff2') format('woff2');
    font-weight: 400;
    font-style:normal;
}

/* Minimal, friendly defaults */
:root {
    --brand: #ff5201; /* swap to your brand colour if desired */
    --brand-accent: #ECE0d6; /* Bootstrap primary by default */
}

body {
    background: #ECE0d6;
}
	  
.form-label{color:#000!important;} 
.modal-title{color:#000!important;} 
.label {color:#000!important;} 
	   
/* Hero */
.hero {
    background: #ECE0d6;
    color: #fff;
    padding: 50px;
    /*height: 68dvh;*/
    margin: 0;
    position:relative;
    flex-grow: 1;
    align-items:center;
    width:100%;
}
	  
.hero-image {    
    /*
    object-fit: cover;
    object-position: center;

    */
    max-width: 100%;
    height: auto;
    
}

/* Button */ 
.btn{
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    background-color: #ff5201;
    padding: 12px 24px;
    border-radius: 5px;
    float: right !important;
    border-color: #ff5201;
}

.btn:hover {
    background-color:#e14504;
    color:#fff;
}

.br {
    margin-right:0;
}

.bl-auto {
    margin-left:auto;
}

/* Section spacing */
section {
    padding: 3rem 0; 
}

/* Simple cards */
.feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    padding: 1.25rem;
    height: 100%;
}

/* Speakers */
.avatar {
    width: 72px; height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

/* Footer */
foot {
   
    position: absolute;
	padding: 20px;
    bottom:0;
    left:0;
    width:100%;
    background:#FFF;
}



h1 {
    font-family: 'procoreSans', sans-serif;
    font-size: 4em!important;
    line-height:auto;
    margin: 24px 0px 0px !important;
}
	  
p {
    font-family: 'Inter Tight', sans-serif;
}
	  
.btn {
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    background-color: #ff5201!important;
    padding: 12px 24px;
    border-radius: 5px;
    border-color: #FF5201;
    float: right !important;
	border-width: 5px;
}

.btn-primary {
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    background-color: #ff5201!important;
    padding: 12px 24px;
    border-radius: 5px;
    border-color: #FF5201 !important;
    float: right !important;
	border: 2px;
}

.btn:hover {
    background-color:#e14504 !important;
}
	  
.btn-register {
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    background-color: #ff5201;
    padding: 12px 24px;
    border-radius: 5px;
    width:100%;
    border:0;
}

.btn-register:hover {    
    background-color: #e14504;
    -webkit-transition: all .3s ease;
}

/* Optional: slightly larger modal for form comfort */
.modal-dialog{
    max-width: 720px;
}

.required::after{
    content:" *"; color:#d00;
}

.white-bkg {
    background-color:#FFFFFF;
}



.wrap {
   float: right; 
   margin: 5px;
}