.btn-primary {
     background: "#ad211f";
}
/* #### Mobile Phones Portrait #### */
/* @media screen and (max-device-width: 480px) and (orientation: portrait){
     font-size:1.6em;
     textarea {
         width: 200px;
         padding: 10px;
         min-height: 200px;
    }
}
 */
 #popup {
     position:fixed !important;
     width:100% !important;
     height:100% !important;
     top:0px !important;
     left:0px !important;
     right: 0px !important;
     z-index:1000 !important;
     -webkit-transform: translate3d(0,0,0);
     background-color:rgba(0,0,0,0.3) !important;
}
 .background {
     height: 100vh;
     min-height: 350px;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .scrolling-wrapper{
     overflow-x: auto;
}
 .my-scroll {
     overflow-x: scroll;
    /*overflow-y: hidden;
    */
     white-space: nowrap;
}
 .dropdown:hover .dropdown {
     display: block;
     margin-top: 0;
}
 .kwes-form {
     background-color: rgba(255,255,255,0.2);
}
 h2, h5 {
     font-family: 'Playfair Display', serif;
}
 .carousel-control-prev, .carousel-control-next {
     background-color: rgba(0, 0, 0, 0.4);
}
/*SCROLL DOWN BUTTON*/
 .ct-btn-scroll {
     width: 49px;
     height: 49px;
     position: absolute;
     bottom: 30px;
     left: 0;
     right: 0;
     margin: auto;
     padding-top: 500px;
     z-index: 9;
     border-radius: 50%;
     -webkit-transition: background-color 0.25s ease-in-out;
     transition: background-color 0.25s ease-in-out;
}
 @media (max-width: 600px) {
     hr {
         border: none;
         height: 3px;
        /* Set the hr color */
         color: #333;
        /* old IE */
         background-color: #841518;
        /* Modern Browsers */
        /*border-color: #841518;
         border-radius: 10px;
        */
    }
}
 h5.text-uppercase {
     margin-bottom: 5px !important;
}
 .card {
     background-color: #eededf !important;
}
 h6.text-uppercase {
     margin-bottom: 5px !important;
}
 hr.small-hr {
     border: none;
     height: 2px;
    /* Set the hr color */
     color: #333;
    /* old IE */
     background-color: #841518;
    /* Modern Browsers */
}
 #rolunk {
     margin-bottom: 20px !important;
     padding-left: 30px;
     padding-right: 30px;
}
 @media (min-width: 600px) {
     #rolunk {
         box-shadow: -30px 0px 0px 0px #7d1316, 30px 0px 0px 0px #7d1316;
    }
     hr {
         border: none;
         height: 5px;
        /* Set the hr color */
         color: #333;
        /* old IE */
         background-color: #841518;
        /* Modern Browsers */
        /*border-color: #841518;
         border-radius: 10px;
        */
    }
}
/*KWES*/
 input {
     min-width: 300px;
     padding: 5px;
}
 label {
     color:white;
     margin-top: 10px;
     font-family: inherit;
}
 textarea {
     width: 500px;
     padding: 10px;
     height: 200px;
}
 @media only screen and (max-width: 550px) {
     textarea {
         width: 300px;
         padding: 15px;
         height: 120px;
    }
}
 .background {
     height: 100vh;
     min-height: 350px;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
/*CAROUSEL*/
 @media (orientation:portrait) {
     .responsive-iframe {
         position: absolute;
         top: 0;
         left: 0;
         bottom: 0;
         right: 0;
         width: 100%;
         height: 100%;
    }
     .iframe-container {
         position: relative;
         overflow: hidden;
         width: 100%;
         padding-top: 100%;
    }
     .carousel-landscape {
         visibility: hidden;
         display: none;
    }
     .carousel-portrait {
         visibility: visible;
         display: block;
    }
     .desk-img {
         display: none !important;
    }
     .mobile-img {
         display: block;
    }
}
 .desk-img, .mobile-img {
     width: 100%;
     object-fit: cover;
     vertical-align: baseline;
     height: 100%;
}
 @media (orientation:landscape) {
     .responsive-iframe {
         position: absolute;
         top: 0;
         left: 0;
         bottom: 0;
         right: 0;
         width: 100%;
         height: 85%;
    }
     .iframe-container {
         position: relative;
         overflow: hidden;
         width: 100%;
         padding-top: 56.25%;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
     .desk-img {
         display: block !important;
    }
     .mobile-img {
         display: none !important;
    }
     #first-carousel-image {
         background-image: url('assets/img/cover3.jpg');
    }
     .carousel-landscape {
         visibility: visible;
         display: block;
    }
     .carousel-portrait {
         visibility: hidden;
         display: none;
    }
}
/*COLUMNS*/
 .hajnal-about-title .p-heading {
     margin-top: 30px;
    /*color: #841518;
    */
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     text-align: center;
}
 .hajnal-about {
     text-align: justify;
}
 .hajnal-about p {
     -webkit-column-break-inside: avoid;
     break-inside: avoid-column;
}
 @media (min-width: 600px) {
     .hajnal-about {
         -webkit-column-count: 2;
         -moz-column-count: 2;
         column-count: 2;
         -webkit-column-gap: 3em;
         -moz-column-gap: 3em;
         column-gap: 3em;
    }
}
 @media (max-width: 600px) {
     .hajnal-about {
         margin-left: 5px;
         margin-right: 5px;
         -webkit-column-count: 1;
         -moz-column-count: 1;
         column-count: 1;
         -webkit-column-gap: 3em;
         -moz-column-gap: 3em;
         column-gap: 3em;
    }
}
