/* Globals */
a:hover
{
    color: #E78200;
}

/* Custom default button */
    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus 
{
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

html, body
{
  height: 100%;
  background-repeat: no-repeat;
  font-family: sans-serif, arial;
}

.modus-orange
{
    color: #E78200;
}

.modus-blue
{
    color: #1761A0;
}

.modus-gradient
{
    background-image: linear-gradient(110deg, #E78200 30%, #E78200 80%, #1761A0 80%);
}

/* Navigation */
.navigation-container
{
    height: 6.5%;
}

/* Contact */
.contact-container
{
    height: 9%;
    display: flex;
    justify-content: center;
    background-position: center;
    background-color:black;
    color:white; /*font awesome symbols */
}

.contact-flexbox img
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color:black;
    height:80px;
}

.contact-flexbox
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:0px;
    padding-left:0px;
    background-color:black;
}

.contact-font
{
    font-family: sans-serif;
    font-style: normal;
    font-size:16px;
    color:white;
}

/* Main Image */

.main-image-container
{
    height:75%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-image: url(../images/electrician.jpg);
    background-attachment: fixed;
}


.blue-transparent-banner
{
  background: rgba(23, 97, 160, 0.5);
  padding: 10px;
}

.title-font
{
    color:white;
    font-size:30px;
}

/* Footer */

.footer-container
{
    height:8.5%;
    background-color:black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-flexbox
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-font
{
    color:white;
    padding-right:5px;
}

/* Featuretttes */
.image-200
{
    height:400px;
    width:400px;
    padding-bottom:20px;
}

.padding-top-20
{
    padding-top: 20px;
}

.border
{
    border: 5px solid green;
}

/****************************other********************/
.fixed-bottom
{
    align-items:flex-end;
}

.fixed-top
{
    align-items:flex-start;
}

.flex-box-container
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-box
{
    align-items: center;
}

body
{
  color: black;
}

.cover-container
{
  max-width: 42em;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.white-title
{
    color:whitesmoke;
    font-size: 50px;
}

.navigation-title
{
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-info
{
    background-color:#1761A0 !important;
}

.btn-warning
{
    background:#E78200 !important;
}
