/*
.orange {
    color: #F79646;
}
.magenta {
    color: #FD1786;
}
*/

body {
    color: rgb(127,127,127);
}

strong, a, h1, h2, h3, h4, h5 {
    color:  #FD1786;
}

.content {
    padding-top: 160px;
    padding-bottom: 100px;
}

.background {
    background: url('../img/Jacob.jpeg')top left no-repeat;
}

.header h2 {
    background: #F79646;
    color: #FD1786;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 40px;
}

.navbar-fixed-top {
    top: 0;
    border-bottom: 3px solid rgb(247,150,70);  
    background: #fff;
}

.navbar-brand {
    height: auto;
}
.navbar-brand>img {
  display: block;
  margin-bottom: -25px;
}
.navbar-nav {
    margin-top:40px;
}

.nav li a {
    color: #FD1786;
    font-size: 16px;
    line-height: 20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #F79646;
}

.dropdown-menu li {
    list-style-type: none;
    margin:0;
    padding:0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
  color: #F79646;
}


.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
  color: #FD1786;
  border-bottom: 3px solid #FD1786;
  background: #fff;
  border-radius: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  border-top: 3px solid rgb(247,150,70);  
}