.psa-main-bottom-clip
#demo-img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20%;
}

BODY {
    padding-top:80px;
    background: white;
    background: linear-gradient(180deg, rgba(222,223,223,1) 0%, rgba(255,255,255,1) 100%);
    background-repeat: repeat-x;
    background-size: 200px 470px;
    font-family:'Poppins', sans-serif;
   background-attachment: fixed;
   overflow-x:hidden;
}

BODY[data-header="photo"] {
  background:white;
}

A {
    color:#b19e75;
    text-decoration:underline;
}

A:hover {
    color:black;
    text-decoration:underline;
}

.psa-mw-50 {
    max-width: 50%;
}

/* Clip paths */

.psa-main-bottom-clip {
    clip-path: polygon(98% 0%, 100% 5%, 100% 100%, 50% 100%);
    background-color: #FFF;
    width: 100%;
    height: 454px;
    position: absolute;
    bottom: -99px;
    z-index: 1;
}

.psa-training-top-clip {
    clip-path: polygon(0 0, 30% 0, 6% 100%, 0% 73%);
    background-color: #2D2D2D;
    width: 100%;
    height: 255px;
    position: absolute;
    z-index: 2;
    margin-top: -180px;
}

.psa-training-bottom-clip {
    clip-path: polygon(98% 0%, 100% 5%, 100% 100%, 50% 100%);
    background-color: #FFF;
    width: 100%;
    height: 454px;
    position: absolute;
    margin-top: -274px;
    z-index: 1;
}

.psa-register-bottom-clip {
    clip-path: polygon(100% -3%, 100% 5%, 100% 100%, 68% 100%);
    background: url(https://www.prosoccer-academy.nl/images/uploads/headers/_large/shutterstock_520903210.jpg), #000;
    width: 100%;
    height: 408px;
    position: absolute;
    display: block;
    margin-top: -308px;
}

/* Register Call-to-Action */
.psa-register-cta {
    background-color: #2D2D2D;
    color: #fff;
    padding: 100px 0;
}
.psa-register-cta h3 {
    max-width: 511px;
    margin-bottom: 42px;
    font-size: 48px;
    line-height: 48px;
}
.psa-register-cta {}

/*Navigation*/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    border-color: transparent;
}
.no-transition {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.psa-subscribe {
  position:fixed;
  top:0px;
  right:0px;
  height:80px;
  background-color:#B19E75;
  display:block;
  color:white;
  font-family:'Rift',sans-serif;
  font-style:italic;
  font-weight:600;
  font-size:16px;
  line-height:16px;
  z-index:21;
  text-align:center;
  width:140px;
  letter-spacing: 2px;
        text-decoration:none;
}

.psa-subscribe i {
  margin:10px 10px 8px 10px;
}

.psa-socials {
  position:fixed;
  top:0px;
  right:140px;
  width:140px;
  height:80px;
  background-color:#2D2D2D;
  padding:0px 10px;
  z-index:22;
}

.psa-social {
  color:white;
  display:block;
  float:left;
  padding:25px 20px;
  font-size:20px;
}

.psa-social i {
  width:20px;
  text-align:center;
}

.psa-social:hover {
  opacity:0.8;
  color:white;
}

.psa-subscribe:hover {
  text-decoration:none;
  color:white;
  background-color:#DFC388;
}

.nav-menu {
    position:fixed;
    z-index:20;
    left:0px;
    top:0px;
    width: 100%;
    height: 80px;
    background-color: black;
}

.nav-logo {
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 99;
    max-width:40%;
}

.nav-link {
  color: white;
  font-family: 'Rift', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
    text-decoration:none;
}

.nav-link.active {
    color: #B19E75;
}

.nav-link:hover {
  color:#B19E75;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding:25px 1em;
}

.psa-header h1 {
    font-size: 100px;
    font-family: 'Rift', sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -1px;
    line-height:80px;
    color:white;
    margin-top:-60px;
}

.psa-header .psa-date-format {
    position: relative;
    top: -60px;
    font-family: Rift, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}

.psa-header.psa-header-nws h1 {
    font-size: 80px;
    line-height:70px;
}

.navbar-collapse.show {
    background: black;
    text-align: center;
    height: calc(100vh - 80px);
    margin-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-toggler {
    right: 10px;
    position: absolute;
}

/*homepage*/

section {
    display:block;
    float:left;
    width:100%;

}

.psa-main-image {
    display:block;
    float:left;
    width:100%;
    min-height:998px;
    background-image:url('/images/main_image_bg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.psa-main-title {
    font-size:300px;
    color:white;
    line-height:250px;
    font-family:"rift", sans-serif;
    font-style:italic;
    font-weight:700;
    margin-top: 80px;
}

.psa-scroll {
  position:absolute;
  z-index:51;
  top:50px;
  right:16px;
}

.psa-btn-dark {
    border-radius: 0;
    background-color: #000;
}
.psa-btn-dark.disabled, .psa-btn-dark:disabled {
    background-color: #7F7F7F;
    color: #fff;
    opacity: 1;
}

.psa-mt-150 {
    margin-top: 150px;
}

.psa-medium-title{
    font-size: 100px;
    line-height: 80px;
}

.training-title-margin{
    margin: 100px auto 30px auto;
}

.homepage-info-content p{
    font-size: 16px;
    line-height: 34px;
    margin: 40px 0px;
}

.homepage-info-content a{
    font-size: 22px;
}

#first-image-quote{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 1px solid black;
}

#second-image-quote{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border: 1px solid black;
}

#image-quote{
    right: 35%;
    left: 65%;
    position: absolute;
    border: 1px solid black;
    z-index: 1;
}

.psa-main-title img {
    margin-top:-380px;
    max-height:1048px;
}

.home-info-shadow{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% -50%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% -50%, 0 50%);
    margin-top: -1px;
}

.homepage-info-content{
    margin: 180px 0px;
}

.psa-main-title span {
    position:relative;
    margin-top:-650px;
    z-index:9;
    display:block;
}

.psa-home-info{
    background-color: #292929;
    color: white;
}

h2, h3, h4{
    font-style: italic;
    text-transform: uppercase;
    font-family: rift, sans-serif;
    font-weight: bold;
}

.homepage-container{
    background-color: #fdfcfd;
}

.homepage-content{
    padding-top: 200px;
}

/* News Carousel */
.psa-car-holder {
    margin-top:120px;
    width:1248px;
    display:block;
    height:240px;
    float:right;
    overflow:hidden;
}

.psa-car-inner {
    position:relative;
    width:2520px;
    display:block;
    float:left;
    z-index: 2;
}

.psa-car-item {
    position:relative;
    display:block;
    float:left;
    width:240px;
    height:240px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    background-blend-mode:multiply;
    margin-right:12px;
    color:white;
    text-decoration:none;
    font-family:'Rift', sans-serif;
    font-size:30px;
    line-height:30px;
    font-style:italic;
}

.psa-car-item:hover {
    background-size:170%!important;
    background-position:center center!important;
    font-weight:bold;
    color:white;
}

.psa-car-item span {
    font-weight:300;
    font-size:24px;
    line-height:16px;
}

.psa-car-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 200px;
    font-style:italic;
    font-weight:bold;
}

.psa-nws-item {
    display:block;
    float:left;
    width:100%;
  text-decoration:none;
  font-family:'Rift', sans-serif;
  font-size:32px;
  line-height:32px;
  font-weight:bold;
  font-style:italic;
  color:#000000;
    margin-bottom:40px;
}

.psa-nws-item span {
  color:#B19E75;
  font-size:20px;
    line-height:32px;
}

.psa-nws-img {
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  height:240px;
margin-bottom:30px;
    
}

.psa-nws-item:hover {
    text-decoration:none;
    color:#000000;
}

.psa-nws-item:hover .psa-nws-img {
    background-size:150%!important;
    background-position:center center!important;
}

/* Tables */

.table-responsive::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #3A3A3A;
}

.table-responsive::-webkit-scrollbar
{
    width: 6px;
    background-color: #3A3A3A;
}

.table-responsive::-webkit-scrollbar-thumb
{
    background-color: #b19e75;
}
.psa-training-section {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: rgba(255,255,255,1);
    background-image: url(https://www.prosoccer-academy.nl/images/uploads/headers/_large/shutterstock_1181723545.jpg);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: center;
}
/*
.psa-training-top-clip {
    clip-path: polygon(0 0, 66% 0, 16% 36%, 0 23%);
    background-color: #2D2D2D;
    width: 100%;
    height: 300px;
    position: relative;
}*/
.psa-training-section h2.psa-medium-title {
    color: #fff;
    margin-bottom: 55px;
}
/*
.psa-training-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(https://www.prosoccer-academy.nl/images/uploads/headers/_large/shutterstock_1181723545.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}*/
.psa-table-scheme {
    position: relative;
    z-index: 2;
}
.psa-table-scheme tr td {
    border: 1px solid #3A3A3A;
    padding: 30px 27px;
}
.psa-table-scheme tr {
    background-color: #000000;
}
.psa-table-scheme tr:nth-child(2n) {
    background-color: #2D2D2D;
}
.psa-table-scheme span {
    display: block;
}
.psa-table-scheme span.psa-text-light {
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    font-family: Rift, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.psa-table-scheme span.psa-text-bronze {
    font-size: 20px;
    line-height: 16px;
    color: #B19E75;
    font-family: Rift, sans-serif;
    font-weight: 500;
    font-style: italic;
}
.psa-table-scheme p.psa-text-light {
    font-size: 16px;
    line-height: 34px;
    color: #FFF;
    font-family: Poppins, sans-serif;
}
.psa-table-scheme .psa-btn-primary {
    margin: 0;
}

/* Partners */

.psa-partners-section {}
.psa-partners-section img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Registration*/
.registraion-form label{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.form-control, .custom-select {
    border-radius:0px;
}

.form-star{
    color: #ff5050;
    margin-left: -4px;
}

.psa-btn-primary {
    background-color: #b19e75;
    color: white;
    padding: 12px 30px;
    border-radius: inherit;
    font-family: rift, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    border-color: transparent;
    margin-bottom:20px;
}

.psa-btn-primary:hover {
    background-color:black;
    border-color: transparent;
}

.psa-btn-primary:not(:disabled):not(.disabled).active, .psa-btn-primary:not(:disabled):not(.disabled):active, .show>.psa-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b19e7560;
    border-color: #b19e7560;
}

.psa-body {
    font-size:16px;
    line-height:34px;
    margin-top:134px;
    margin-bottom:134px;
}

.psa-body h1 {
  color: #000000;
  font-family: 'Rift', sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 70px;
    margin-bottom:100px;
}

.psa-body h2 {
  color: #b19e75;
  font-family: 'Rift', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 44px;
    margin-top:40px;
}

.psa-header-arrow.psa-body {
    margin-top:70px;
}

.registraion-header p{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.registraion-header a{
    color: #b19e75;
    text-decoration: underline;
}

/* HEADER */
.psa-header {
    position:relative;
    display:flex;
    
    width:100%;
    height:490px;
    background-color:rgba(0,0,0,.4);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-blend-mode:multiply;
}

.psa-header:before {
    content:"";
    background-color: white;
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: -60px;
}

.psa-header:after {
    content:"";
    background-color: white;
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: -60px;
}

.psa-header-arrow:after {
   top:0;
   left:50%;
   border:solid transparent;
   content:"";
   height:0;
   width:0;
   position:absolute;
   border-color: rgba(136, 183, 213, 0);
   border-top-color:#2a2a2a;
   border-width: 60px;
   margin-left: -60px;
    border-color: white;
    border-top-color: transparent;
    top: 510px;
}

.psa-header-back-btn {
    position: absolute;
    bottom: -20px;
    background: #B19E75;
    font-family: Rift, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    /* height: 60px; */
    line-height: 80px;
    width: 50%;
    left: 50%;
    z-index: 52;
    text-indent: 127px;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*Training-table*/

.training{
    padding: 180px 0px;
}

.black-div{
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 25px;
}

.grey-div{
    background-color: #2D2D2D;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 25px;
}

.training h3{
    color: white;
    margin: 0;
}

.training h4{
    color: #B19E75;
    margin: 0;
}

.border-div{
    border-left: 1px solid #3A3A3A;
}

.training p {
    color: white;
    margin: auto 0;
    line-height: 34px;
}
/* Footer */
.psa-footer-section {
    background-color: #000000;
    color: #fff;
    padding: 55px 0;
}
.psa-footer-section {}
.psa-footer-section .psa-logo {
    max-width: 48px;
}
.psa-footer-section ul.psa-vertical-sitemap {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.psa-footer-section ul.psa-vertical-sitemap li {}
.psa-footer-section ul.psa-vertical-sitemap li a {
    text-decoration: none;
    color: #fff;
    font-family: Rift, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 68px;
    text-transform: uppercase;
}
.psa-footer-section ul.psa-footer-socials {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 70%;
    margin-left: 30%;
}
.psa-footer-section ul.psa-footer-socials li {
    display: inline-block;
}
.psa-footer-section ul.psa-footer-socials li a {
    color: #fff;
    line-height: 68px;
}
.psa-border-bottom-1 {
    border-bottom: 1px solid #494949;
    padding-bottom: 31px;
}
.psa-footer-bottom {
    margin-top: 55px;
    color: #494949;
    font-family: Poppins, sans-serif;
}
.psa-footer-bottom a.text-muted {

}
span.psa-copyrights {
    font-size: 16px;
}
.psa-powered img {
    filter: contrast(0.4);
    max-width: 80px;
}

/* Contact */
.psa-contact-section {
    padding: 120px 0;
}
.psa-contact-section h1 {
    font-family: Rift, sans-serif;
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 76px;
}
.psa-contact-section a {
    color: #000;
    text-decoration: none;
}
.psa-contact-item {}
.psa-contact-item strong {
    display: block;
}
.psa-contact-item h3 {
    color: #B19E75;
}
.psa-detail {
    margin-bottom: 16px;
}
.psa-detail .psa-detail-left {
    display: inline-block;
    width: 120px;
}
.psa-detail .psa-detail-right {
    display: inline-block;
}

/* Cookie */
#cookie-message {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: black;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    z-index: 999;
    /* border-radius: 0; */
    /* box-shadow: 0 0 10px #d2d2d2; */
    display: none;
    border-top: 4px solid #B19E75;
}
#cookie-message p {
    margin: 0;
    padding: 10px 0 5px 0;
    color: #fff;
}
#cookie-message h4 {
    margin: 0;
    padding: 0;
    color: #B19E75;
}
#cookie-message a {
    display: block;
}
#cookie-message span {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: white;
    font-size: 26px;;
}
#cookie-message span:hover {
    color: #ccc;
}

/*Responsive*/

@media screen and (max-width: 1559px) {
    .psa-main-bottom-clip {
        bottom: -336px;
    }
}
@media screen and (max-width: 1199px) {
    /*.psa-main-bottom-clip {
        bottom: -569px;
    }*/
    .psa-main-title {
        font-size: 250px;
    }
}
@media (max-width: 1661px) {
    .nav-logo {
        max-width: 30%;
    }
}
@media (max-width: 1441px) {
    .nav-logo {
        max-width: 25%;
    }
}
@media (max-width: 1286px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 1146px) {
    .psa-socials {
        display: none;
    }
}
@media (max-width: 1086px) {
    .nav-logo {
        max-width: 20%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 7vw;
    }
    .nav-logo {
        max-width: 40%;
    }
    .psa-main-title {
        font-size: 200px;
    }
    .psa-subscribe {
        right: 80px;
    }
}

@media (max-width: 767px) {
    .registraion-btn-div {
        text-align:left !important;
    }

    .nav-menu img{
        width: 50%;
    }
    .psa-socials {
        display: none;
    }
    .psa-main-title {
        font-size: 140px;
    }

    .psa-table-scheme span.psa-text-light {
        font-size: 19px;
        line-height: 18px;
    }
    .psa-table-scheme span.psa-text-bronze {
        font-size: 16px;
        line-height: 23px;
    }
    .psa-table-scheme p.psa-text-light {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 528px) {
    .psa-main-title {
        font-size: 140px;
        line-height: 125px;
    }

    .psa-footer-section ul.psa-footer-socials {
        max-width: unset;
        margin-left: unset;
    }

    .psa-main-title img {
        max-width: 100%;
        margin-top: -220px;
    }
    .psa-main-title {

    }
    .psa-main-title span {
        margin-top: -330px;
    }
    .psa-main-bottom-clip, .psa-training-bottom-clip, .psa-training-top-clip {
        display: none;
    }

    .psa-medium-title {
        font-size: 60px;
    }

    .psa-footer-section ul.psa-vertical-sitemap {
        display: block;
    }

    .psa-info-img {
        padding: 30px;
        margin-top: 80px;
    }

    .homepage-info-content {
        margin: 50px 0;
    }

    .psa-training-section h2.psa-medium-title {
        margin-top: 50px;
    }

    .psa-training-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .psa-pb-0 {
        padding-bottom: 0;
    }
    .psa-pb-0 .psa-footer-socials {
        margin-bottom: 0;
    }

    .psa-header.psa-header-nws h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .psa-header-back-btn {
        text-indent: 87px;
        clip-path: polygon(38% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
