/* #FFD580 */
body {
  background-color: white;
  font: 400 15px 'Lato', sans-serif;
  font-size: 18px;
  margin: 0;
  color: #444;                                                    
  display:block;
  text-align:center;
}



h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

#subtitle{
  color: #303030;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* my code starts */

/* nav bar styling*/
.navbar {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  background-color:blue;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  
}

.navbar li a {
  color: #fff;
  display: flex;
  list-style: none;
}

/* Style when nav is hovered over */
.navbar-nav li a:hover {
  text-decoration: underline;
}

/* Active link styling */
.navbar-nav li.active a {
  font-weight: bold; /* You can adjust the styling as needed */
}

/* Jumbotron styling */
.jumbotron { 
  font-family: 'Montserrat', sans-serif;
  background-color: #f6f6f6; /* Light grey */
  color: orange;
  text-align: center;
  padding: 80px 25px;
  margin-bottom: auto;
}


.btn{
  border-color:orange;
  color:whitesmoke;
  background-color:orange;
}

.btn:hover {
  border-color:orange;
  color:black;
  background-color:orangered;
}
.btn a{
  color: whitesmoke;
  text-decoration: none;
  font-weight: bolder;
}

img { 
  margin: auto;
  vertical-align: middle;
  align-items: center;

}

/* main container stlying - maybe all containers? */
.container-fluid {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin: auto;
}

#services {
  
  background-color: #f6f6f6; /* light grey */
}
/* logo within container */
.logo {
  font-size: 200px;

}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
    padding-top: 5px;
  }
}

/* styling of pricing panels */
.panel {
  border: 1px solid #FFD580; 
  border-radius:0;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer {
  border: 1px solid #FFD580;
  background-color: #FFD580 !important;
  color:orange;
}

.panel-heading {
  color: #fff !important;
  background-color: orange !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: #fff !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color:orange;

}

/* contact styling */

#contact {
  background-color: #f6f6f6; /* light grey */
}

/* footer styling */
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color:orange;
  display:block;
  text-align:center;
  text-decoration: none;
}
