html {
    height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  /* background-color: #f9f9f9; */
  color: #c1c1c1;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#142432, #111c24);
  /* background-image: url('/_images/bg4.png'); */
  background-size: cover;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}

.header {
  padding: 10px;
  background-color: #142432;
  /* border-bottom: 1px solid #000000; */
  box-shadow: 0px 5px 8px rgba(0,0,0,.3);
}
.header a {color: #ffffff;}

.main-content {
  padding: 50px 30px;
  /* margin-top: 75px; */
  /* background-color: rgba(10, 10, 10, 0.6); */

}

.offcanvas a {color: #ffffff;}
.main-content-portfolio {
  background-color: #2a4e69;
  padding: 50px 30px;
}

.center-main {
    background-color: #ffffff;
}


h1 {font-weight: 200; font-family: 'Poppins', serif; color: #ffffff;}
h2 {font-weight: 200; font-family: 'Poppins', serif; color: #ffffff;}
h3, h4, h5, h6 {font-weight: 700; color: #67abde; font-family: 'Poppins', serif;}
a {text-decoration: none; color: #2a4e69; font-weight: bold;}
a:hover {color: #67abde;}
.btn-dark {background-color: #2a4e69; border-color: #2a4e69;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #2a4e69; border-color: #2a4e69;}

.jumboTron {
  padding: 100px 20px 100px;
  margin-top: 75px;
  /* background-color: rgba(21, 47, 66, 0.6); */

}

.jumboTronSub {
  padding: 60px 20px 70px;
  margin-top: 75px;
  /* background-color: rgba(21, 47, 66, 0.6); */

}

.custom-element {
  background-color: #e5e5e5;
  border-left: 5px solid #2a4e69;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.custom-element > b {font-weight: bold; color: #2a4e69;}
.custom-element > p {font-size: 12px; padding-bottom: 0; margin-bottom: 0;}

.bandLtBlue {
  background-color: rgba(103, 171, 222, 0.5);
  padding: 40px 15px;
}

.bandDkBlue {
  background-color: rgba(8, 30, 46, 0.5);
  padding: 40px 15px;
}

.footer {
  padding: 20px;
  background-color: #0a151f;
  /* background-color: #142432; */
  /* border-top: 1px solid #000000; */
  box-shadow: -5px -5px 10px #111c24;
  min-height: 400px;
  font-size: 12px;
}


#colorSwap img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#colorSwap img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


.zoom {
  /* padding: 50px;
  background-color: green; */
  transition: transform .2s; /* Animation */
  /* width: 200px;
  height: 200px; */
  /* margin: 0 auto; */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomLogos {
  /* padding: 50px; */
  transition: transform .2s; /* Animation */
  /* width: 200px;
  height: 200px; */
  /* margin: 0 auto; */
}

.zoomLogos:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background-color: white;

}
