* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
}

html,body {
    height:100%;
}

.wrapper {
  position: relative;
  z-index: 99;
}
.containers {
  max-width: 100% !important;
  overflow: hidden;
}


body {
  max-width: 100% !important;
}
h1 {
  font-family: "Montserrat", sans-serif;;
  font-weight: 800;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
section {

}

h3{
  font-size: 1em;
}
video {
  max-width: 100%;
  object-fit: cover;
}
strong {
  color: red;
  text-decoration: underline;
}


.navbar-nav>.active>a {
  background: none !important;
  color: #F0F0F0 !important
}

.center {
  text-align: center !important;
}

.section {
  min-height: 100vh;
}

.logo {
  color: white;
  position: relative;
  font-size: 1em;
  bottom: 5px;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.logo:hover {
  color: white;
  text-decoration: none;
}

.lactive {
  visibility: visible;
  bottom: 10px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.0);
  border: 0;
  z-index: 99999;
  transition: all 0.2s ease-in-out;
  margin-top: 2%;
  margin-right: 5%;
}

.navbar.nactive {
  background: rgba(0, 0, 0, 0.8);
  margin-top: 0; margin-right: 0;
  padding-top: 10px;
  visibility: visible;
}


.navbar .navbar-nav li a {
  color: white;
}

.navbar .navbar-nav li a:hover {
  color: blue;
}


.btn {
  background-color: rgba(27, 127, 188, 0.4);
  transition: all 0.3s;
  color: white;
}
.btn:hover {
  background-color: rgba(27, 127, 188, 0.8);
  color: white;
}


.intro {
  text-align: center;
  padding: 25% 0;
  background-image: url("../assets/intro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.intro h1 {
  font-size: 4em;
}


.about {
  text-align: center;
  margin-top: 60px;
}

.about-logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50px; right: 50px;
}

.about-logo {
  height: 150px;
}

.about-text {
  max-width: 50vw;
  text-align: left;
  margin: 0 auto;
  padding-left: 50px;
  border-left: solid 1px;
  border-color: gray;

  display: inline-block;
}

.about-text p h2 {
  display: inline-block;
}


.panels-div {
  text-align: center;
}

.panels{
  margin: 0 auto;
  margin-top: 100px;
}
.panel {
  display: inline-block;
  max-width: 150px;
  margin-left: 20px; margin-right: 20px;
  vertical-align: top;
}
.panel:hover {

}
.panel img {
  height: 75px; width: auto;
}


.gmr {
  background:url("../assets/global-media-reach.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.gmr-text {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  position: relative;
  left: 55%;
  top: 30%;
  max-width: 40%;
}


.medpart {
  margin-top: 20px;margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}

.medpart-text {
  vertical-align: top;
  padding-top: 40px;
  text-align: left;
  max-width: 50%;
  margin: 0 auto;
  padding-right: 50px;

  display: inline-block;
}

.medpart-img {
  text-align: center;
  display: inline-block;
  max-width: 30%;
  border: solid 1px #c8c8c8;
  padding: 20px;
}

.medpart-img img {
  width: 120px; height: auto;
}

#medpart-list img {
  width: 150px; height: auto;
}


.services {
  text-align: center;

}

.services-intro {
  height: 50vh; width: 100%;
  background-image: url("../assets/services.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.services-intro-text {
  background: rgba(255,255,255,0.5);
  text-align: left;
  max-width: 40vw;
  padding: 20px;
  position: relative;
  top: 30%;
  left: 5%;
}

.services-control {
  padding-top: 20px;
  margin: 0 auto;
}

.services-control h2 {
  font-weight: lighter;
  font-size: 1.5em;
}

.services-control img {
  height: 60px; width: auto;
  position: relative;
  top: 10px;
}

.services-control-btn {
  width: 170px;
  height: 150px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s;
}

.services-control-btn:hover {
  background-color: #F0F0F0;
}

.active {

}

.services-control-btn h4 {
  padding: 15% 0;
}

.services-panel {
  margin-top: 20px;
  vertical-align: top;
}


.content {
  display: flex;
  vertical-align: top;
}

.services-panel-content {
  min-height: 50vh;
  display: inline-block;
}

.services-content-img

.print-nav {
  display: inline-block;
  margin-bottom: 20px;
}



.print-nav li {
  width: 250px;
  display: inline-block;
  font-size: 1.25em;
  transition: all 0.2s;
}

.print-nav li:hover {
  background-color: #F0F0F0;
}

.print-nav li img{
  height: 45px; width: auto;
  position: relative;
  top: 20px;
}

.broadcast-nav li {
  width: 250px;
  display: inline-block;
  font-size: 1.25em;
  transition: all 0.2s;
}

.broadcast-nav li:hover {
  background-color: #F0F0F0;
}

.broadcast-nav li img{
  height: 45px; width: auto;
  position: relative;
  top: 20px;
}

.services-content-text {
  text-align: left;
}

.services-content-text img {
  width: 120px;height: auto;
}
.services-content-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
}
.np {
  background-image: url("../assets/np-bg.png");
}
.mag {
  background-image: url("../assets/mag-bg.png");
}
.bj {
  background-image: url("../assets/bj-bg.png");
}
.tv {
  background-image: url("../assets/tv-bg.png");
}
.radio {
  background-image: url("../assets/radio-bg.png");
}
.dig {
  background-image: url("../assets/dig-bg.png");
}
.pr {
  background-image: url("../assets/pr-bg.png");
}
.sr {
  background-image: url("../assets/sr-bg.png");
}
.ra {
  background-image: url("../assets/ra-bg.png");
  margin-right: 10px;
}

.clients {
  margin-top: 50px;
}
.clients-intro {
  background-image: url("../assets/clients.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;

  margin-bottom: 20px;
}
.clients-intro-text {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
  left: 5%;
  top: 30%;
  max-width: 40%;
}

.clients-logo {
  margin-top: 30px;
  border: solid 1px #cccccc;
  padding: 20px;
}

.clients-logo img {
  height: 75px; width: auto;
}

footer {
  margin-top: 50px;
  min-height: 150px;
  background-color: #1e76ba;

  vertical-align: bottom;
}

.footer-contact {
  color: white !important;
}

.footer-contact a {
  color: white !important;

  transition: all 0.2s ease-in-out;
}

.footer-contact a:hover {
  text-decoration: none;

  font-weight: bolder;
}

.footer-logo {
  text-align: right;
  color: white;
}

.footer-logo h1 {
  font-size: 1.5em;ping
}

.social-media {
  position: fixed;
  bottom: 40%;
  right: 0;
}

.social-media-div {
  height: 26px; width: 26px;
}

.fb {
  background-color: rgba(59, 89, 152, 0.7);

  transition: all 0.2s;
}
.fb:hover{
  background-color: rgba(59, 89, 152, 1);
}


.li {
  background-color: rgba(0, 123, 181, 0.7);

  transition: all 0.2s;
}
.li:hover {
  background-color: rgba(0, 123, 181, 1);
}

.tw {
  background-color: rgba(64, 153, 255, 0.7);

  transition: all 0.2s;
}
.tw:hover {
  background-color: rgba(64, 153, 255, 1);
}

.insta {
  background-color: rgba(233, 89, 80, 0.7);

  transition: all 0.2s;
}
.insta:hover {
  background-color: rgba(233, 89, 80, 1);
}

.mail {
  background-color: rgba(30, 118, 186, 0.7);

  transition: all 0.2s;
}
.mail:hover {
  background-color: rgba(30, 118, 186, 1);
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {

  .panels {
    margin-bottom: 40px;
  }

  .panel {
    margin-left: 10px; margin-right: 10px;
    max-width: 130px;
  }

  .panel img {
    width: 60px; height: auto;
  }

  .gmr-text {
    max-width: 50%;
    position: relative;
    left: 48%; top: 30%;
    padding: 10px;
  }

  .gmr-text h1 {
    font-size: 1.5em;
  }

  .medpart {
    width: 100vw;
    text-align: center;
  }

  .medpart-centerer {
    margin: 0 auto;
  }

  .medpart-text {
    display: inline-block;
    max-width: 50vw;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px;
  }

  .medpart-text h1 {
    font-size: 1.5em;
  }

  .medpart-img {
    display: inline-block;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .services-intro-text {
    max-width: 50%;
    position: relative;
    right: 48%; top: 30%;
    padding: 10px;
  }

  .services-intro-text h1 {
    font-size: 1.5em;
  }

  .clients-intro-text {
    max-width: 50%;
    position: relative;
    left: 48%; top: 30%;
    padding: 10px;
  }

  .clients-intro-text h1 {
    font-size: 1.5em;
  }

}

@media screen and (max-width: 1000px) {

  .logo h2 {
    font-size: 1.5em !important;
    position: relative;
    top: 5px;
  }
  .intro h1 {
    font-size: 2.5em;
    padding: 30% 0;
  }

  .logo {
    height: 30px; width: auto;
    position: relative; bottom: 15px; left: 10px;
  }

  .navbar .nactive {
    background: rgba(0, 0, 0, 0.3);
  }

  .about-logo  {
    display: block;
    position: static;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
  }

  .about-logo img {
    margin: 0 auto;
    height: 200px; width: auto;
    border: thin solid;
    border-color: gray;
    padding: 20px;
  }

  .about-text {
    max-width: 95vw;
    display: block;
    margin: 0; border: 0; padding: 0;
    text-align: center !important;
  }

  .about-text h2 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .about-text p {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  .panels {
    margin-top: 30px;
  }

  .panel {
    max-width: 90px;
  }

  .gmr {
    height: 50vh;
    text-align: center;
  }
  .gmr-text {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    top: 40px; left: 0;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .gmr-text h1 {
    font-size: 1.5em;
    text-align: left;
  }

  .gmr-text p {
    text-align: left;
  }

  .gmr button {
    margin: 0 auto;
  }

  .medpart-text {
    display: block;
    max-width: 90%;
    padding-top: 20px;
    margin-bottom: 50px;
  }

  .medpart-text h1 {
    font-size: 1.5em;
  }

  .medpart-img {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .services-intro {
    height: 50vh;
    text-align: center;
  }
  .services-intro-text {
    position: relative;
    top: 40px; left: 0;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .services-intro-text h1 {
    font-size: 1.5em;
    text-align: left;
  }

  .services-intro-text p {
    text-align: left;
  }

  .services-control-btn {
    width: 120px;height: 100px;
  }

  .services-control-btn img {
    height: 40px; width: auto !important;
  }

  .services-control-btn h2 {
    font-size: 1.1em !important;
  }

  .print-control-btn {
    margin-top: 20px;
    width: 120px !important; height: 100px;
  }

  .print-control-btn img {
    height: 40px; width: auto;
  }

  .print-control-btn h3 {
    font-size: 0.9em !important;
  }

  .services-content-img {
    display: none;
  }

  .services-content-text {
    text-align: center;
  }

  .services-content-text h1 {
    font-size: 1.5em;
    text-align: left;
  }

  .services-content-text p {
    margin-bottom: 30px;
    text-align: left;
  }

  .services-content-text img {
    margin: 0 auto;
  }

  .clients-intro {
    height: 50vh;
    text-align: center;
  }

  .clients-intro-text {
    position: relative;
    top: 50px; left: 0;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px;
  }

  .clients-intro-text h1 {
    font-size: 1.5em;
    text-align: left;
  }

  .clients-intro-text p {
    text-align: left;
  }

  .clients-logo {
    max-width: 450px;
  }

  .clients-logo img {
    width: 120px; height: auto;
  }

  .social-media {
    bottom: 5%;
  }

}
