body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 2rem;
  font-weight: 400;
  background-color: #161616;
  color: white;    
}

section{
    padding-bottom: 1em;
    border-bottom: 0.15em solid #333;
}



/*.vertical_nav :link{
	text-decoration: none;
    color: #bda67c;
    
    
}*/

.vertical_nav ul{
	-webkit-padding-start: 0px;
    list-style-type: none;
    color: #bda67c;
    
}


.vertical_nav li{
    /*padding-top: 15px;*/
    padding:15px;
    font-size: 20px;

   
}

.vertical_nav ul :hover {
    background-color: #555;
    color: white;
}

.vertical_nav li :hover {
    background-color: #555;
    color: white;
}



img {
    max-width: 100%;
    height: auto;
}

.button-add {
  display: inline-block;
  padding: 0.8em 2.8em;
  color: #bea67c;
  background-color: #fff;
  border: 2px solid #bea67c;
  border-radius: 0em;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.button-add:hover, .button-add:focus {
  color: white;
  background-color: #bea67c;
  border: 2px solid #bea67c;
}

/* Styling for the Checkout button */
.button-checkout {
  display: inline-block;
  padding: 0.8em 2.8em;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0em;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.button-checkout:hover, .button-checkout:focus {
  color: white;
  background-color: #000;
  border: 2px solid #000;
}


/* Styling for the Submit/Reset button */
.button-submit {
  display: inline-block;
  padding: 0.8em 2.8em;
  color: #fff;
  background-color: #bea67c;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.button-submit:hover, .button-submit:focus {
  color: #fff;
  background-color: #000;
}


h1{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #181919;
    padding-left: 10px; 
}

h2{
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-weight: 400;
    color: #555;
}

h3{
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-weight: 400;
    color: #bbb;
}

h4{
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-weight: 400;
    color: #bbb;
}

h5{
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-weight: 400;
    color: #bbb;
}

.in_text_link {
    font-weight: 400;
    text-decoration: none;
    color: #bda67c;
}



a.vertical_nav :active {
    text-decoration: none;
}

li a {
    text-decoration: none;
    color: #eee;
}

li a:visited {
  color: #555;
}

a.main_nav :hover {
    text-decoration: none;
    color: #000;
}

a.vertical_nav :active {
    text-decoration: none;
}

.floating-box {
    display: inline-block;
    width: 300px;
    height: 350px;
    margin: 5px;
    border: 1px solid #bea67c;  
}

/* Styling for paragraph */
p {
  letter-spacing: 1.3px;
  line-height: 150%;
}

a {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

a:hover {
  color: #eee;
}

.btn.btn-primary {
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #d7d8da;
    background: transparent;
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding: 12px 20px;
    letter-spacing: 0.2em;
    transition: all 0.2s ease-in-out;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
    background: white;
    color: #333;
}

.form-field {
    width: 100%;
    margin-bottom: 10px;
}

.form-field input, .form-field textarea {
    width: 100%;
    border: 0;
    padding: 15px;
    border: 1px solid #6C6E6E;
    background: rgba(0,0,0,0.3);
    outline: none;
}

.form-field input:focus, .form-field textarea:focus {
    background: rgba(0,0,0,0.7);
}

h1 {
  color: white;
    line-height: 1.3em;
    font-size: 50px;
}

.vertical-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.vertical-nav ul li {
    margin-bottom: 20px;
}

.vertical-nav a {
    color: white;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding-bottom: 3px;
    text-decoration: none;
    position: relative;
}

.vertical-nav a:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 25%;
    right: 25%;
    border-bottom: 1px solid white;
    display: none;
    pointer-events: none;
}

.vertical-nav a:hover:after, .vertical-nav a.active:after {
    display: block;
}

.row.photo-grid img {
  margin-bottom: 25px;
}

