
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("images/J-039-0705%20View%20of%20Tetons%20Fr%20Trail%20GTNP-1920.jpg");
  background-color: #33d7ff;
  background-size: 100% auto;
  color: #000000;
  font-size: 1.1em;
  line-height: 1;
  text-align: center;
  }

        html, body, #site {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }


img {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}

.navbar-light .navbar-brand {
    color: red;
}

div
{
    color: white;
}

h1 {
  font-weight: bold;
  color: #ff0000;
  font-family: 'Pacifico';
  font-size: 48px;
}

h2 {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}

h4 {
    font-weight: bold;
    color: #ff0000;
    font-size: 48px;
}

/* Header header */

#header {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 50px;
}

.row {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; 
}

/* Left column */

.leftcolumn {
    float: left;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
}

#slideshow {
    float: left;
    width: 60%;
    z-index: 10;
}

.centercolumn {
    float: left;
    width: 60%;
    z-index: 10;
}

/* Right column */

.rightcolumn {
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 20px;
    z-index: 10;
}

/* Add a card effect for articles */

.card {
    background-color: rgba(255,255,255,0.0);
    padding: 20px;
    margin-top: 20px;
    border: 0;
}

.card-content {
    text-decoration: none;

}

p.solid {
    border-style: solid;
}

* {
    box-sizing: border-box;
}

/* If used, set width to desired width */ 
.sidecolumn {
    float: left;
    width: 2.5%;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer */

.main-footer counter {
    display: inline-flex;
}

.main-footer {
    float:center;
    padding: 200px;
    text-align: center;

    margin-top: 20px;
}


/* Media Queries  */

/*
@media screen and (max-width: var(--width)) {
    .leftcolumn,
    .centercolumn,
    .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: var(--width)) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: var(--width)) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
*/
