/* this is the header*/ 
.page-header {
  color: black;
}

/* this is the navigation bar*/ 
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-left: 100px;
}
.region-navigation{
  width:100%;
}

.region-navigation .contextual-region{
  float:left;
}
a {
  color: Black;
  text-decoration: none;
}

a:hover {
  color: grey;
  text-decoration: none;
}

h2{ 
  font-family: Courier, monospace;
  font-size: 14px;
  color: #777;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

/* this is the footer*/ 
.footer {
    margin-top: 60px;
    padding-top: 35px;
    padding-bottom: 36px;
    position:sticky;
    border-top: transparent;
}

/* this is the content stuff*/ 
.col-sm-9 {
  position: relative;
  display: contents;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* this is the default body for every page*/ 
body {
    font-family: Courier, monospace;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: white;
}

/* this is the content edit nav bar*/ 
.nav-tabs {
   border-bottom: none;
}

/* this is the "Create your first content" custom button*/ 
.make-button {
  background-color:#007bff;
  border-radius:5px;
  padding:7px;
  margin-top:10px;
  color: white;
  border:#2e6da4 1px solid;
}

/* this is the group that surrrounds "Create your first content" custom button*/ 
#views-form-my-content-page-1 {
  margin-top: 100px;
}

/* this is the "Edit" button inside Mycontent accordion*/ 
.edit{
  color:#2e6da4;
}

/* this is the "View" button inside Mycontent accordion*/ 
.view-node{
  color:#2e6da4;
}

/* these are for the buttons inside a location accordion while viewing a tour content*/ 
.edit-accordion{
  color:#2e6da4;
}

.view-accordion{
  color:#2e6da4;
}
.delete-accordion{
  color:#2e6da4;
}

/* These are buttons for the locations editor in tours. */
.ief-entity-submit {
  position:relative;
  visibility: hidden;
  margin-right: 30px;
}
.ief-entity-submit:after {
  content:'Save location'; 
  visibility: visible;
  display: block;
  position: absolute;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
  top: 0;
  left: 0;
}


