    /* Bootstrap 5 column grid */

    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xs-15 {
        width: 20%;
        float: left;
    }
    @media (min-width: 768px) {
    .col-sm-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 992px) {
        .col-md-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20%;
            float: left;
        }
    }



    html {
        overflow-x: hidden;
    }

    html,
    body {
        height: 100%;
        width: 100%;
    }
    body {
        font-family: 'Montserrat', 'sans-serif';
        font-weight: 400;
        color: #2F2F2F;
        background-size: 100% auto;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    a,img {
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        color: #fff;
/*         text-transform: uppercase; */
        font-weight: 400;
    }

    a.dark {
        color: #002A54;
    }

    a:hover,
    a:focus,
    a.dark:hover,
    a.dark:focus     {
        color: #fcbd20;
        text-decoration: none;
    }

	a.email {
		font-size: 14px !important;
		text-transform:lowercase;
	}

    hr {
        max-width: 100px;
        margin: 25px auto 0;
        border-width: 1px;
        border-color: rgba(34, 34, 34, 0.1);
    }

    hr.light {
        border-color: white;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Dancing Script', cursive;
        color: #3992CF;
    }

    p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    p.large {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        margin-left: 10px;
        /*margin-top: 100px;*/
    }

    h2 {
        font-size: 32px;
    }

    section .section-content-inner p a {
        font-size: 12px;
    }



    .cols-2 {
       -moz-column-count: 2;
    -webkit-column-count: 2;
             column-count:2;
    }

    .cols-3 {
           -moz-column-count: 3;
        -webkit-column-count: 3;
                 column-count:3;
    }

    .cols-4 {
           -moz-column-count: 4;
        -webkit-column-count: 4;
                 column-count:4;
    }

    /* ################################## */
    /* ########## XS AND ABOVE ########## */
    /* ################################## */

    .navbar-default {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .navbar-default .navbar-header {
        margin-top: 20px;
    }

    .navbar-default.affix .navbar-header {
        background-image: linear-gradient( to right, white, #ccc);
        margin-top: 0;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-header .navbar-brand img {
        width: 80%;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fcbd20;
    }

    .navbar-default .navbar-header .navbar-toggle {
        font-size: 22px;
        color: #fff;
        padding: 8px 10px;
        border: none;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

    .navbar-default .navbar-header .navbar-toggle:hover,
    .navbar-default .navbar-header .navbar-toggle:focus {
        color: #fff;
        background-color: #002A54;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .nav {
        background: #002A54;
        border: 1px solid #002A54;
        border-radius: 3px;
        padding: 8px 3px;
        margin-top: 0;
        margin-right: 0px;
    }
    .navbar-default .nav > li > a {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #fff;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #fdcc52;
    }
    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #fdcc52 !important;
        background-color: transparent;
    }
    .navbar-default .nav > li.active > a:hover,
    .navbar-default .nav > li.active > a:focus:hover {
        background-color: transparent;
    }


    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

        .navbar-default {
            background-color: transparent;
            border-color: transparent;
        }

        .navbar-default .navbar-header {
            margin-top: 20px;
        }

        .navbar-default .navbar-header .navbar-brand img {
            width: 130%;
        }
        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            /*color: white;*/
        }

        .navbar-default .nav {
            margin-right: 15px;
        }

        .navbar-default .nav > li > a,
        .navbar-default .nav > li > a:focus {
            /*color: rgba(255, 255, 255, 0.7);*/
        }
        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            /*color: white;*/
        }
        .navbar-default.affix {
        }
        .navbar-default.affix .navbar-header {
            background: none;
        }
        .navbar-default.affix .navbar-header .navbar-brand {
            opacity: 1;
        }
        .navbar-default.affix .navbar-header .navbar-brand img {
            width: 100%;
        }
        .navbar-default.affix .navbar-header .navbar-brand:hover,
        .navbar-default.affix .navbar-header .navbar-brand:focus {
            color: #fdcc52;
        }
        .navbar-default.affix .nav > li > a,
        .navbar-default.affix .nav > li > a:focus {
            color: #fff;
        }
        .navbar-default.affix .nav > li > a:hover,
        .navbar-default.affix .nav > li > a:focus:hover {
            color: #fdcc52;
        }

    }


    /* ################################## */
    /* ########## XS AND ABOVE ########## */
    /* ################################## */


    section {
        position: relative;
        width: 100%;
        min-height: auto;
        overflow-y: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    @media (min-width: 768px) {

        section {
            position: relative;
            width: 100%;
            min-height: auto;
            overflow-y: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

    }

    section .section-content {
        text-align: center;
        padding: 50px 0 100px;
        position: relative;
    }

    section .section-content .section-content-inner,
    section .section-content .section-content-header,
    section .section-content .section-content-footer {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }


/*  #### FOOTER LINKS ####  */

    section .section-content .section-content-footer {
        line-height: 1.3em;
    }

    section .section-content .section-content-footer a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    section .section-content .section-content-footer a:hover,
    section .section-content .section-content-footer a:focus {
        color: #ccc;
        text-decoration: none;
    }

    section .section-content .section-content-footer i {
        display: block;
        font-size: 20px;
    }




/*  #### BACKGROUND IMAGES ####  */

    section#supporters { background-image: url('../img/bg-supporters.jpg'); }
    section#news { background-image: url('../img/bg-news.jpg'); }
    section#contact { background-image: url('../img/bg-contact.jpg'); }



/*  #### SECTION FORMATTING ####  */


    section#intro {
        background-image: url('../img/bg-intro.jpg');
        background-position: 30%;
    }

    section#intro .section-content {
        height: 100vh;
    }

    section#intro .section-content .section-content-inner{
        max-width: none;
        margin: 0;
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
    }

    section#intro img#logo-intro {
        display: inline-block;
        margin-bottom: 30px;
        width: 200px;
    }



    section#about { 
        background-image: url('../img/bg-about.jpg'); 
        background-color: #ccc;
        background-blend-mode: multiply;
    }

    section#about .section-content {
        background-color: rgba(255,255,255,0.9);
        background-image: url('../img/decoration-line.svg');
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    section#about .section-content > div > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    section#about img.logo {
        width: 130px;
    }

    section#about a.page-scroll {
        display: inline-block;
        font-size: 16px;
        color: #F29995;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {

        section#about { 
            background-image: url('../img/bg-about.jpg'); 
            background-color: #ccc;
            background-blend-mode: normal;
        }

    }

    section#supporters h2 {
        font-size: 38px;
        color: #F29995;
    }

    section#supporters .supporter-list > div {
        float:none;
        display:inline-block;
        vertical-align:middle;
        margin-right:-4px;
        padding: 15px 0;
    }

    section#supporters .supporter-list > div:first-child {
        padding-bottom: 30px;
        margin-top: 20px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    section#supporters .operated-by {
        margin-top: 30px;
    }

    section#supporters .operated-by p {
        line-height: 1.2em;
        margin-top: 60px;
    }

    section#supporters a.page-scroll {
        display: inline-block;
        font-size: 16px;
        color: #3992CF;
        text-transform: uppercase;
    }


    section#news .section-content {
        background-color: rgba(255,255,255,0.9);
    }

    section#news .section-content > div > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    section#news .logo {
        width: 130px;
    }

    section#news a.page-scroll {
        display: inline-block;
        font-size: 16px;
        color: #F29995;
        text-transform: uppercase;
    }

    section#news ul.news-list  {
        padding: 0;
        padding-top: 40px;
        list-style-type: none;
    }

    section#news ul.news-list li  {
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.2em;
    }

    section#news ul.news-list li .fa  {
        font-size: 20px;
        /*margin-right: 10px;*/
        color: #658fb8;
    }

    section#news ul.news-list li a {
        color: #002A54;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
    }

    section#news ul.news-list li small {
        display: block;
        color: #ccc;
    }

    section#news .scroll-container {
      height: 85vh;
      overflow: hidden;
    }

    section#news .scroll-area{
      width:100%;
      height:calc(100%);
      /* overflow-y:scroll; */
    }

    section#news .modal-body h2{
      margin-top: 40px;
      margin-bottom: 40px;
    }

    section#contact img.logo {
        width: 130px;
    }

    section#contact .section-content {
        background-color: rgba(255,255,255,0.9);
        background-image: url('../img/decoration-line.svg');
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    section#contact .section-content > div > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    section#contact a.page-scroll {
        display: inline-block;
        font-size: 16px;
        color: #F29995;
        text-transform: uppercase;
    }

    section#contact a.facebook {
        display: inline-block;
        font-size: 16px;
        color: #3992CF;
        text-transform: none;
    }


    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

/*  #### HEADING LINES ####  */



        .padded-left {
            margin-left: 15px;
        }


/*  #### SECTION FORMATTING ####  */


        section {
            min-height: 100%;
        }

        section .section-content {
            text-align: left;
            padding: 0;
            height: 100vh;
            min-height: 570px;
        }

        section .section-content .section-content-inner,
        section .section-content .section-content-footer {
            max-width: none;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        section .section-content .section-content-footer {
            top: auto;
            bottom: 30px;
            text-align: left;
            transform: none;
        }

        section#intro .section-content .section-content-inner {
            top: 30%;
            transform: translateY(-30%);
        }

        section#supporters .section-content .section-content-inner{
            top: 30%;
            transform: translateY(-30%);
        }

        section#intro h1 {
            font-size: 38px;
            margin-top: 0;
        }

        section#intro img#logo-intro {
            display: inline-block;
            margin-bottom: 50px;
            width: 220px;
        }

        section h1 {
            font-size: 44px;
            margin-top: 0;
        }

        section#about .section-content > div > div {
            padding-left: 50px;
            padding-right: 50px;
        }

        section#news .section-content > div > div {
            padding-left: 50px;
            padding-right: 50px;
        }

        section#news .scroll-container {
          height: 60vh;
          overflow: hidden;
          margin-top: 30px;
          margin-bottom: 30px;
        }

        section#news h2 {
            margin-top: -50px;
        }

        section#contact .section-content > div > div {
            padding-left: 50px;
            padding-right: 50px;
        }


    }

    /* ################################## */
    /* ########## MD AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 992px) {



        .padded-left {
            margin-left: 15px;
        }


/*  #### SECTION FORMATTING ####  */


        section {
            min-height: 100%;
        }

        section .section-content {
            text-align: left;
            padding: 0;
            height: 100vh;
            min-height: 570px;
        }

        section .section-content .section-content-inner,
        section .section-content .section-content-footer {
            max-width: none;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        section .section-content .section-content-footer {
            top: auto;
            bottom: 30px;
            text-align: left;
            transform: none;
        }

        section#intro .section-content .section-content-inner {
            top: 30%;
            transform: translateY(-30%);
        }


        section#intro h1 {
            font-size: 48px;
            margin-top: 0;
        }

        section#intro img#logo-intro {
            display: inline-block;
            margin-bottom: 50px;
            width: 260px;
        }

        section h1 {
            font-size: 44px;
            margin-top: 0;
        }





    }


    /* ################################# */
    /* ##########    MODAL    ########## */
    /* ################################# */




    .modal-open {
        padding-right: 0 !important;
        overflow: visible !important;
    }

    .modal-dialog,
    .modal.in .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        /*top: 20%;*/
        /*transform: translateY(-22%);*/
        background-color: #fff;
    }

    .modal-head .close {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 10px;
        margin-right: 20px;
        z-index: 9999;
    }

    .modal-body {
/*         text-align: center; */
        color: #424242;
        padding: 0;
        padding-top: 20px;
    }

    #news-modal .modal-body {
        text-align: left;
    }

    .modal-body iframe {
        width:90vw;
        height:90vh;
        border: none;
        /*height:54vw;*/
        /*max-width: 1170px;*/
        /*max-height: 658px;*/
    }

    .modal-body h2 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .modal-body h3 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .modal-body h4 {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
        margin-top: 30px;
    }

    .modal-body p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .modal-body.small p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .modal-body a {
        display: inline-block;
        color: #002A54;
        font-weight: 700;
        margin-top: 10px;
    }

    .modal-body a:hover,
    .modal-body a:focus {
        color: #ccc;
    }


    .modal-content {
        position: relative;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        outline: 0;
        box-shadow: none;
    }

    .modal-backdrop {
        /*display: none !important;*/
    }

    .modal-backdrop {
        position: fixed;
        /*top: 20%;*/
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #fff;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .modal.fade .modal-dialog {
      -webkit-transition: -webkit-transform .3s ease-out;
           -o-transition:      -o-transform .3s ease-out;
              transition:         transform .3s ease-out;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
    }



    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

        .modal-body p,
        .modal-body li {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .modal-body.small p,
        .modal-body.small li {
            font-size: 12px;
            line-height: 1.6;
            margin-bottom: 15px;
        }

    }



    /* ################################## */
    /* ########## CONTACT FORM ########## */
    /* ################################## */



    #contact .contact{
        padding-right: 50px;
    }

    input,textarea,button{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #contact .contact form .form{
        width:100%;
        height: auto;
        padding:12px 12px 12px;
        font-size:14px;
        margin-bottom:18px;
        color:#7f7f7f;
        letter-spacing: 0.5px;
    }

    .light-form{
        background:#fff;
        border:1px solid #c1d1e0;
    }

    #contact .contact form .textarea{
        height: 201px;
        max-width: 100%;
        max-height: 201px;
    }

    #contact .contact form button.contact-form-button{
        margin-bottom:0;
        width: 40%;
        background-color: #002a54;
        border-color: #002a54;
        color: #fff;
    }

    #contact .contact form button.contact-form-button:hover{
        background-color: #0a4e92;
        border-color: #0a4e92;
    }


  /* Actives, Focuses and Rollovers */

    #contact .contact form .form:active,
    #contact .contact form .form:focus{
        outline: none;
    }

    #contact .contact form button.contact-form-button:hover{
        color:white;
    }

    #contact .contact form .light-form:hover{
        border-color:#dadada;
    }

  /* Message For Mail */

    .mail-message-area{
        width:100%;
        padding:0 15px;
    }

    .mail-message{
        width: 100%;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
        margin:0 auto;
        border-radius: 0;
    }

    .not-visible-message{
        height:0px;
        opacity: 0;
    }

    .visible-message{
        height:auto;
        opacity: 1;
        margin:25px auto 0;
    }

    .contact span {
        display:none;
        font-size:12px;
        line-height:30px;
        color:red;
    }