/* Site Colors */

.pri-color {
  background-color: #08195F;
}

body {
  background-color: #dfe0e2;
}


/*Custom Font Styles*/

body {
  font-family: montserrat, Arial, Helvetica, sans-serif;
}

#override h1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

#override p {
  font-size: 18px;
  font-weight: 200;
}

.small-t {
  font-size: 14px;
}

.white-t {
  color: #ffffff;
}

.sm-white-t {
  color: #ffffff;
  font-size: 11px;
}

/*Custom Layout Styles*/

#override .container {
  max-width: 1300px;
}

.bannerCut {
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-thumbnail {
  box-shadow: 3px 3px 8px #888888;
}

#override .pageHero {
  background-position: center;
  background-size: cover;
  height: 300px;
}

#override .pageHero h1 {
  margin-top: 125px;
}

.buffer {
  height: 40px;
}

/* Header Styles */
nav {
  background-color: #fff;
}

 #logo {
   width: 350px;
 }

#phone-row {
  height: 45px;
}

#phone-num {
    padding-right: 15px;
    padding-bottom: 5px;
    margin: 0;
}

#phone-num p {
  color: #ffffff;
  font-size: 14px;
}
#phone-num a {
  color: #ffffff;
  font-size: 14px;
}

#override .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link {
  font-size: 20px;
  border-bottom: 2px solid #ffffff;
}

.nav-link:hover {
  border-bottom: 2px solid #08195F;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

#override .navbar-toggler-icon {
  font-size: 25px;
}

/* Footer Styles */

#footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/new_footer_bg_image-min.jpg');
}

#foot-r-1 {
  height: 250px;
  margin-top: -40px;
}

#foot-r-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/footer-black.png');
  padding-bottom: 25px;
}

.footer-list {
  list-style: none;
  padding-top: 20px;
  padding-left: 0;
  font-size: 14px;
}

.footer-list li {
  display: inline-flex;

}

/* Homepage Styles */

#homeHero {
  background-image: url('../images/homePage/homeHeroBG.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

#homeHero p{
  font-weight: 400;
}

/* for the old hero image with the two pictures overlaping
#override .img-home {
 width: 102%;
 margin-top: -3vh;
 margin-bottom: -6vh;
}
*/

#homeSlider img {
  border-radius: 5px;
  box-shadow: 3px 3px 10px #000000;
}

.img-home-c {
  padding: 60px 20px;
}

.homeh1 {
  padding-bottom: 5px;
}

.homep {
  padding-top: 7px;
}


.skills-list {
  list-style: none;
  padding-top: 20px;
  padding-left: 0;
}

.skills-list li {
  display: inline-flex;
  font-size: 16px;

}

#homeProjects .img-thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-row {
  margin-top: 40px;
  margin-bottom: -95px;
  margin-left: auto;
  margin-right: auto;
}

.btn-see-more {
  background-color: #ffffff;
  opacity: .8;
  border-radius: 5px;
  font-size: 18px;
  color: black;
  padding: 10px 20px 10px 20px;
}

/*Projects Page Styles*/
#projectsGallery {
  margin-top: 20px;
}

#projectsGallery .img-thumbnail {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*about page styles*/


#aboutPersonnelSec .col-sm-6 {
  margin: 40px 0 20px 0;
}

/*Services Page Styles*/

#servicesListSec .skills-list-c {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

/*testimonials Page Styles*/

#testimonialsImg1 {
  margin-top: 15px;
}

#testimonialsImg2 {
  margin-bottom: 25px;
}

/*Contact Styles*/
.submitBtn {
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}

/*Rollover Effect*/
#override .rollover {
  transition: .5s ease;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#override .project-text {
  font-size: 18px;
 color: black;
 font-weight: bold;
}

#override .rollover-c:hover img {
  opacity: 0.5;
}

.rollover-c:hover .middle {
  opacity: 1;
}
/*end style for hover effect*/

/*responsive styles*/

@media only screen and (max-width: 924px) {
  #override h1 {font-size: 33px;}
  #override p {font-size: 20px;}
  #homeHero {padding: 30px 0 30px 0;}
}

@media only screen and (max-width: 766px) {
  #override h1 {font-size: 30px;}
  #override p {font-size: 18px;}
  #homeHero {padding: 30px 0 30px 0;}
  .img-home-c {padding: 0;}
}

@media only screen and (max-width: 575px) {
  #logo {width: 250px;}
  #footer {height: 100%}
  #foot-r-2 {padding: 0 0 10px 0;
              height: 30vh;}

  .pad-t-s {padding-top: 20px;}

  /*about page*/
  #aboutFirstSec {margin:0;}
  #aboutFirstSec .col-sm-6 {margin: 20px 0 0 0;}
  #aboutAwardssec {margin:0;}
  #aboutAwardssec .col-sm-4 {margin:20px 0 0 0;}
  #aboutPersonnelSec .col-sm-6 {margin: 20px 0 0 0;}
}

@media only screen and (max-width: 362px) {
  #logo {width: 200px;}
}

/*Start Style for Modal*/
.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border: none;
}

.modal-footer {
  border: none;
}

.close:hover {
  color: white;
}

.white-t {
  color: #fff;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.clear {
  background-color: rgba(255, 0, 0, 0.0);
  border: none;
}

.modalImage {
  width: 100%;
}
/*End Styles for Modal*/

/* Line Styles */

.line-b {
  border: none;
  height: 2px;
  /* Set the hr color */
  color: #ffffff; /* old IE */
  background-color: #ffffff; /* Modern Browsers */
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0;
}

.line {
  border: none;
  height: 2px;
  /* Set the hr color */
  color: #ffffff; /* old IE */
  background-color: #ffffff; /* Modern Browsers */
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.line-black {
  border: none;
  height: 2px;
  /* Set the hr color */
  color: #000000; /* old IE */
  background-color: #000000; /* Modern Browsers */
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

/*custom utilities */

.noPad {
  padding: 0;
}

.pad {
  padding: 60px 0 60px 0;
}

.pad-t {
  padding: 60px 0 0 0;
}

.pad-b {
  padding: 0 0 60px 0;
}


.coaster {
  border: solid 2px #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #888888;
}
