a {
    color: white;
}

.header {
    padding: 5px;
    text-align: center;
    font-size: 30px;
    color: ghostwhite;
    font-family: 'Concert One', cursive; 
}

.header h1 {
    font-size: 95px;
}

/*The linear-gradient darkens the photo, by changing the last value the picture can be lightend or darkend as needed*/
body {
    font-size: 18px;
    background-size: cover;
    background-attachment: fixed;
    background-image:linear-gradient(
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.35)
        ),url(background.jpg);
    color: whitesmoke;
    font-family: 'Sunflower', sans-serif;
}

html, body {
    padding: 0;
    margin: 0;
}

#dropdowntext {
    color: ghostwhite;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-family: 'Sunflower', sans-serif;
}

.location-form {
    padding: 2px;
    width: 175px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.column {
    float: left;
    width: 50%;
    padding 15px;
}

.aboutcolumn {
    float: left;
    width: auto;
    padding: 15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.simple-form label {
    font-weight: bold;
}

.simple-form input[type=text], 
.simple-form select, 
.simple-form[type=password],
.simple-form textarea {
    width: 150px;
}

.simple-form input[type=submit] {
    background-color: aquamarine;
    color: black;
    border-radius: 15px;
    padding: 3px;
    margin-top: 5px;
}

header nav {
    float: right;
    margin-right: 5px;
}

header nav li {
    display: inline;
    font-size: 12px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;        
}

li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/*Change the link color to light blue-FFFF00 on hover */
li a:hover {
    background-color: #ADD8E6;
}


#smallbutton {
    width: 50px;
    height: 25px;    
}

#uncledavephoto {
    height: 250px;
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.uncledave {
    padding: 3px;
    display: inline-block;
    text-align: center;
    padding; 0px;
}



#formtext {
    color: whitesmoke;
    font-size: 22px;
    text-align: center;
}

#commentbox {
    width: 900px;
    text-align: left;
    vertical-align: baseline;
    padding: 0 0 200px 0;
}

#buybox {
    width: 600px;
    text-align: left;
    vertical-align: baseline;
    padding: 0 0 200px 0;
}

#seaglassexamples {
    height: 250px;
    width: 250px;
    display: inline-block;
    float: right;
}

.contactform {
    text-align: left;
}

#rppano {
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#panotext {
    text-align: center;
}

#rpmain {
    height: 600px;
}

#rpmulti {
    height: 250px;
    width: 33%;
    display: inline-block;
    padding: 1px;
}

#multitext {
    text-align: center;
}

#rpvideo {
    padding-left: 10px;
    vertical-align: center;
}

#richarttitle {
    text-align: center;
}

#ritidechart {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 15px;
    padding-bottom: 10px;
}

#sgbuy {
    display: inline-block;
    width: 33%;
    padding: 1px;
}

.footer {
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

#buyglass {
    border: solid; 1px; color: whitesmoke;
}

#seaglassvid {
    padding-left: 5px;
}

#nptext {
    text-align: center;
}

#buyglass {
    text-align: center;
}

#ship {
    text-align: center;
}