body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #1ee2e7;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #17d0d5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.nav-link{
      font-family: "Quicksand", sans-serif;
      font-size: 150%;
      color: white;
      margin-left: 10px;
}

.nav-link:hover{
      color: #0066ff;
}

.nav-link.active{
    background-color:#0066ff !important;
    padding-left: 20px;
    color: white !important;
    border-radius: 15px;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(/images/News_bg.png);
    min-height: 100%;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    color: #1ee2e7;
    font-weight: bold;
    display: inline-block;
    -webkit-text-stroke: 1px black;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "pressio", sans-serif;
    
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #f33c8a;
    /*-webkit-text-stroke: 4px grey;*/
    display: inline-block;
    text-shadow: 5px 5px #558abb;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: white;
}

footer span.copyright {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


/*Port Folio/////////////////////////*/
/*////////////////////////////////////*/
#news{
  padding-bottom: 0;
  
}

#news .news-item {
    right: 0;
    margin: 0 0 15px;
}

#news .news-item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#news .news-item .news-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#news .news-item .news-link .news-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1ee2e7;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#news .news-item .news-link .news-hover:hover {
    opacity: 0.5;
    filter: brightness(50%);
}

#news .news-item .news-link .news-hover .news-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#news .news-item .news-link .news-hover .news-hover-content i {
    margin-top: -12px;
}

#news .news-item .news-link .news-hover .news-hover-content h3,
#news .news-item .news-link .news-hover .news-hover-content h4 {
    margin: 0;
}

#news .news-item .news-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#news .news-item .news-caption h4 {
    margin: 0;
    text-transform: none;
}

#news .news-item .news-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#news * {
    z-index: 2;
}

@media(min-width:767px) {
    #news .news-item {
        margin: 0 0 30px;
    }
}


/*Pagination*/

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
