body, html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  scroll-behavior: smooth;
  /* background-color: hsl(264deg 77.11% 39.41%); */
   /* background: radial-gradient(circle at center, #4a17b1, #251537); */
   background: linear-gradient(to right,#251537, #4a17b1 );
   /* background-color: #AB2C24; */
}

.parallax-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  /* background-size: cover; */
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(0);
  z-index: 1;
  will-change: transform;
  opacity: 0.7;
}

.content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: white;
  text-align: center;
  top: 40%;
  transform: translateY(-40%);
  /* background-color: rgba(0, 0, 0, 0.4); */
  text-align: center;
    margin: 0 auto;
    width: 767px;
}

.normal-section {
  padding: 50px 20px;
  background-color: #f5f5f5;
  /* background-image: url('img/stars.png'); */
  background-size: 100% auto;
  background-position-y: -500px;
  text-align: center;
  color:#FFF;
}


.normal-section2 {
  padding: 50px 20px;
   /* background: linear-gradient(to right,#251537, #251537 ); */
   background:#251537;
   /* background-image: url('img/stars.png'); 
  background-size: 100% auto;
  background-position-y: -500px; */
  text-align: center;
}

.intro{
    width: 100%;
    margin-left:50px;
}

h2{
    color:#FFF;
    font-size: 2.5em;
}
p{
    color:#FFF;
    font-size: 1em;
}
p.moreinformation{
    font-size: 1.5em;
}
p.joinus{
    font-size: 2.2em;
    font-weight: 300;
    margin-top: 40px;
}

.separator{
    width:100%;
    height:50px;
}
.separator-big{
    width:100%;
    height:150px;
}
.title{
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 25px;;
}
.description{
    font-size: 1.2em;
    font-weight: 400;
}



.wrapper-box{
    width: 767px;
    margin:0 auto;
}

/*
    FACULTY
*/
.faculty{
    width: 90%;
    text-align: center;
    margin-top:30px;
}
.faculty .photo{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: #FFF;
    background-size: cover;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.faculty .flag{
    width: 30px;
    height: auto;
    margin: 0 auto;
    margin-top: -25px;
}
.faculty .name{
    font-size: 0.9em;
    font-weight: 200;
    color: #FFF;
    margin-top:-5px;
}
.faculty .country{
    font-size: 0.9em;
    font-weight: 200;
    color: #FFF;
}
.faculty .director_label{
    width: 130px;
    padding:5px 10px;
    text-align: center;
    background-color: #AB2C24;
    color:#FFF;
    font-weight: 700;
    font-size: 0.9em;
    margin: 0 auto;
}


/*
    SCHEDULE
*/
.title-schedule{
    text-align: left;
}
.title-schedule h2{
    font-size: 3.4em;
    font-weight: 700;
    color:#FFF;
}
.title-schedule h3{
    font-size: 2.5em;
    font-weight: 400;
    color:#FFF;
}
.title-schedule .separator{
    width: 120px;
    height: 5px;
    background-color: #AB2C24;
}
.title-schedule img{
    width: 300px;
    height: auto;
}
.schedule-wrapper{
    text-align: left;
}
.schedule-wrapper .row{
    margin-top:27px;
}
.schedule-wrapper .row .col-4{
    text-align: right;
}
.schedule-wrapper .row .col-2{
    font-weight: bold;
}
.schedule-wrapper .row .col-6{
    text-align: left;
}
.schedule-wrapper span{
    color:#FFF;
    font-size: 0.9em;
}



/*
    FORM
*/
.container-form{
    width:500px;
}
.form-label{
    font-size: 0.8em;
    margin-bottom: 2px;
    font-weight: bold;
}
.mb-3{
    margin-bottom: 12px !important;
}
.form-control{
    font-size: 0.9em;
}
.select2-results__option--selectable {
    font-size: 0.9em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9em;
}
.mb-4 {
    margin-bottom: 1rem !important;
    margin-top: 1em;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
}
form{
    text-align: left;
}
button[type="submit"] {
    /* Your CSS properties here */
    background: #AB2C24 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    font-size: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
    border-color: #AB2C24;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn:hover {
    color: #FFF;
    background-color: #000;
    border-color: #FFF;
}
.form-control:hover {
    border-color: #AB2C24; /* Bootstrap's success green */
}
/* Change border color on hover */
.form-control:hover {
    border-color: #AB2C24; /* Replace with your desired color */
}

/* Change border color and box-shadow on focus */
.form-control:focus {
    border-color: #AB2C24; /* Replace with your desired color */
    box-shadow: none;
    /* Example for no glow: box-shadow: none; */
}
a.btn.btn-primary{
    background: #AB2C24 0% 0% no-repeat padding-box;
    border-color: #AB2C24; /* Replace with your desired color */
    box-shadow: none;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 20px;
}
a.btn.btn-primary:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-color: #FFFFFF; /* Replace with your desired color */
    color:#AB2C24;
}


/*
    SPONSORS
*/
.sponsors img{
    width:80%;
    margin-top: 50px;
}
.sponsors img.sponsors-title{
    margin-top: -127px; 
    height:60px
}


/* 
    Footer 
*/
.footer{
    text-align: left;
    padding-top:120px;
    padding-bottom:120px
}
.footer h3{
    color:#FFFFFF;
    font-size: 1.1em;
}
.footer .separator{
    width:50px;
    height:5px;
    background-color: #AB2C24;
    margin-bottom: 10px;
}
.footer .organizedby .col,.footer .pentaxcongress .col{
    height: 50px;
}
.footer .organizedby  img{
    width:90% !important;
    height: auto;    
}
.footer .pentaxcongress img{
    width:50px !important;
    height: auto;    
}
.footer .pentaxcongress .apps img{
    width:auto !important;
    height: 25px !important;    
}
.footer .socials img{
    margin-right: 10px !important;  
}
.footer h4{
    font-size: 0.8em;
    color:#FFFFFF;
    margin-bottom: 10px;
}


/* Styles for screens smaller than 768px (e.g., phones) */
@media (max-width: 767px) {
    /* CSS rules for small screens */
    .general-wrapper{
        width: 90%;
        margin-left: 5%;
    }
    .wrapper-box{
        width: 100%;
        margin:0 auto;
    }
    .content{
        width: 100%;;
    }
    .intro{
        margin-left: 0px;
        width: 100%;
    }
    .parallax {
        background-position: top;
        background-repeat: repeat-y;
        opacity: 0.3;
    }
    .container-form {
        width: 100%;
    }
    a.btn.btn-primary {
        font-size: 1.1em;
    }
    p.joinus{
        font-size: 1.8em;
    }
    .schedule-wrapper span {
        font-size: 0.8em;
    }
    .footer{
        padding-top:80px;
        padding-bottom:80px
    }
    .footer h3 {
        margin-top: 40px;
    }
    .footer .pentaxcongress .apps img{
        margin-bottom: 40px;   
    }
    .schedule-wrapper .row {
        padding-top: 30px;
        border-bottom: solid 1px #43394f;
        padding-bottom: 30px;
    }
}


