/*
Assignment Name: Project Soft Launch 
File Name: styles.css
Date: 05/30/18 
Programmer: Liana Schweitzer
*/

* {
    box-sizing: border-box;
}

a {    
    text-decoration: none;
}

a:link {
    color: blue;
}

a:visited {
    color: mediumpurple;
}

a:hover {
    color: limegreen;
    font-weight: bold;
}

aside {
    align-items: center;
    background-color: lightblue;
    display: flex;
    flex: 4;
    flex-direction: column;
    justify-content: center;
    padding: 32.5px;
    text-align: justify;
    vertical-align: middle;
}

body {
    background-color: #609eb7;
    font-family: Verdana, Arial, sans-serif;
    height: 100%;
}

footer {
    background-color: #505050;
    color: #ffffff;
    padding: 30px;
    text-align: center;
}

footer a:link {
    color: #00e6e6;
}

footer a:hover {
    color: limegreen;
    font-weight: normal;
}

form {
    background-color: lightgray;
    border-style: double;
}

header {
    align-items: center;
    background-image: url(Logo.png), url(Portland%20Historical%20Tours.jpg);
    background-position: top 15px right 15px, left top;
    background-repeat: no-repeat;
    background-size: 100px, 100% 100%;
    display: flex;
    height: 380px;
    justify-content: center;
}

h1 {
    color: #ffffff;
    font-family: Palatino, sans-serif;
    font-size: 60px;
    text-shadow: 2px 0 2px #000000;
}

h2 {
    margin: 18px 0;
}

h3 {
    font-size: 130%;
    margin: 0 0 16px 0;
}

img {
    align-items: center;
    display: block;
    margin: auto;
}

label {
    clear: left;
    float: left;
    font-weight: bold;
    height: 21px;
    margin-top: 15px;
    padding-right: 10px;
    text-align: right;
    width: 40%;
}

main {
    background-color: #ffffff;
    display: inline-block;
    flex: 6;
    padding: 25px 40px;
    text-align: justify;
    width: 100%;
}

nav {
    background-color: #05314c;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    z-index: 100;
}

nav li {
    display: inline-block;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

select {
    height: 21px;
    margin-left: 180px;
}

.bold {
    font-weight: bold;
}

.button {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    width: 100px;
}

.companyinfo {
    color: #00e6e6;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.contactform {
    padding: 2em 2em 2em 1em;
}

.contactform input,
.contactform textarea {
    display: block;
    margin-top: 15px; 
}

.dd {
    background-color: inherit;
    float: left;
    font-weight: bold;
    list-style: none;
    width: 100%;
}

.dd a {
    color: #fff;
    display: block;
    padding: 20px;
    text-decoration: none;
}

.dd li {
    padding: 0 10px;
    position: relative;
}

.dd li .current {
    background-color: #00e6e6;
    color: black;
}

.dd ul {
    left: -9999px;
    position: absolute;
}

.dd ul li {
    border-top: 1px solid white;
    padding: 0;
    width: 160px;
}

.dd li ul li .current {
    background-color: #00e6e6;
    color: black;
}

.dd li:hover a {
    background-color: #505050;
    color: #00e6e6;
}

.dd li:hover ul {
    left: 0;
}

.dd li:hover ul li a:hover {
    background-color: #00e6e6;
    color: #505050;
}

.formQ {
    padding-left: 6px;
    padding-right: 40px;
    text-align: left;
}

.main img {
    border: 5px solid #05314c;
    width: 100%;
}

.navw {
    width: 160px;
}

.pics img {
    width: 90%;
}

.tour img {
    width: 100%;
}

.reservationsform {
    padding: 2em .5em 2em 4em;
}

.reservationsform input, 
.reseravationsform textarea {
    display: block;
    margin-top: 15px;    
}

#flexcon {
    clear: both;
    display: flex;
    flex-direction: row;
}

#desktop {
    display: inline;
}

#intro {
    font-size: 125%;
}

#mobile {
    display: none;
}

#myComments {
    margin-left: 6px;
}

#mySubmit {
    margin-left: 190px;
    margin-top: 15px;
}

#signup {
    float: left;
}

#submitButton {
    margin-left: 6px;
    margin-top: 15px;
}

#wrapper {
    box-shadow: 2px 2px 2px #303030;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    min-width: 700px;
    width: 90%;
}