/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
/* updates */
.bg-dark{background-color:#2a3152 !important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}

.navbar-nav .nav-item .nav-link   {
   color: #fff;
}

.navbar-nav .nav-item .nav-link:hover   {
   color: #f81c9e;
}

/* social media icon form styling */
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #f81c9e;
 }
 #social-ig:hover {
     color: #ffffff;
 }
 #social-em:hover {
     color: #f39c12;
 }
 
.fa-send {
 color: #2a3152;
 background-color: #f81c9e;
 }
.btn-default {
 	background-color: #f81c9e;
 }
.input-group-btn {
 	background-color: #f81c9e;
 }
 
 /* adjust the <small> heading size */
 small {
  font-size: 60%;
}