@media screen and (max-width: 1024px) {
    .slide-header{
        font-size: 50px !important;
    }
    .slide-p{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 992px) {
    .slide-header{
        font-size: 45px !important;
    }
    .slide-p{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 600px) {
    .slide-header{
        font-size: 35px !important;
    }
    .slide-p{
        font-size: 15px !important;
    }
}
@media (max-width: 768px) and (min-width: 600px) {
    .slide-header{
        font-size: 35px !important;
    }
    .slide-p{
        font-size: 14px !important;
    }
}
@media screen and (max-width: 360px) {
    .slide-header{
        font-size: 20px !important;
    }
    .slide-p{
        font-size: 15px !important;
    }
}


@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@font-face {
    font-family: Helvetica;
    src: url("../assets/fonts/Helvetica.ttf");
}
@font-face {
    font-family: Helvetica-Light;
    src: url("../assets/fonts/Helvetica-Light.ttf");
}
@font-face {
    font-family: Helvetica-Bold;
    src: url("../assets/fonts/Helvetica-Bold.ttf");
}
@font-face {
    font-family: Helvetica-Compressed;
    src: url("../assets/fonts/Helvetica-Compressed.ttf");
}
@font-face {
    font-family: Helvetica-Black-Cyrillic-Bold;
    src: url("../assets/fonts/Helvetica-Black-Cyrillic-Bold.ttf");
}

.nav-link{
    font-family:Helvetica-Light;
    margin-left:15px;
    margin-right: 15px;
}
.text-color-dark-green{
    color:#1B231B !important;
}
.header{
    background-color: #ffffff !important;
    border-bottom: solid;
    border-width: 10px;
    border-color: #54896E;
}

.footer{
    background-color: #54896E!important;
}

.small-footer-p{
    width: 100%;
    text-align: right;
    color:#FFF !important;
    font-family:Helvetica-Light;
    font-size:11px;
    margin-top:1rem;
}

.slide{
    position: relative;
}

.slide-img{
    position: absolute;
    top: 0;
}
.slide-header{
    font-family: Helvetica-Bold;
    color:#fff;
    font-size: 65px;
    font-weight: 800;
    text-align: center;
}
.slide-p{
    font-family:Helvetica-Light;
    text-align: center;
    font-size: 35px;
    color:#CCCCCC;
}
.slide-content{
    position:absolute;
    top:0;
    width:100%;
    text-align: center;
}

.img-full{
    width:100%;
}

.slide-overlay{
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    height:100%;
    width:100%;
}

  .section-padding{
      padding:35px;
  }
  .title{
    font-family: Helvetica-Bold;
    color: #54896E;
  }
  .title-icon{
    font-family: Helvetica;
    color: #54896E; 
  }

  .custom-btn{
      background-color: #54896E;
      color: #FFF;
  }
  .green-background{
    background-color: #A8CCB8;
  }
  .p-content{
    font-family:Helvetica-Light;
    color:#1B231B
  }

  .p-quotes{
    font-family: Helvetica;
    color:#FFF;
    font-size: 20px;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
  }

  .img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
  .icon-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px; 
    margin-bottom: 20px;
  }

  .img-bottom-border{
      margin-bottom: 20px; 
  }

  .scope-img-top-margin{
      margin-top:40px;
  }
  .section-grey{
      background-color: #f4f4f4;
  }

  .banner-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

    .swing:hover
    {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .grow:hover
    {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .image-shadow{
        -webkit-box-shadow: 2px -2px 10px -2px rgba(10,10,10,1);
        -moz-box-shadow: 2px -2px 10px -2px rgba(10,10,10,1);
        box-shadow: 2px -2px 10px -2px rgba(10,10,10,1);
    }
    .custom-ul {
        display: block;
        list-style-type: disc;
        margin-top: 1em;
        margin-bottom: 1 em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
      }
    .button-link{
        color:#FFF;
        text-decoration: none;
    }
    .text-link{
        text-decoration: none;
    }
    .text-link:hover{
        text-decoration: none;
    }
    .button-link:hover{
        color:#FFF;
        text-decoration: none;
    }
    #map{
        width:500px;
        height:200px;
    }

    div.image{
        width:100%;
        height:250px !important;
        background-color: #1B231B;
        margin-bottom:5px;
    }

    .proj-img{
        margin-bottom:10px;
    }

    .link-image:hover{
        text-decoration: none;
    }

