/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */

html, body {
    position: relative;
    overflow-x: hidden;
}

body {
    background: url("../img/attractions.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100vh;
}

nav {
    height: 10vh;
    font-size: 1vmax;
}

nav img {
    height: 9vmin;
    margin-left: 3vw;
}

nav h3 {
    display: inline-block;
    color: plum;
    margin-left: 2vw;
    font-size: 7vmin;
} 

.navbar-light .navbar-nav .nav-link {
    color: orchid;
    line-height: 3vh;
}

.navbar-light .navbar-nav .active .nav-link{
    color: orchid;
    line-height: 3vh;
}

.active {
    border-bottom: 3px solid orchid;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: orchid;
    line-height: 3vh;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: orchid;
    line-height: 3vh;
}

.dropdown-menu {
    min-width: 10rem;
}

.dropdown-item {
    color: orchid;
    transition: all 1s;
    line-height: 3vh;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

figcaption {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

footer {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 50vh;
    color: whitesmoke;
}

footer h1 {
    font-size: 8vmin;
    margin-top: 5vh;
    color: lavenderblush;
}

footer p {
    font-size: 1.5vmin;
    color: lavenderblush;
}

input[type="text"], input[type="email"] {
    height: 2.5vmax;
    width: 20vmax;
    background-color: transparent;
    font-size: 2vmin;
    color: lavenderblush;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid white;
}

input[type="text"]:focus, input[type="email"]:focus {
    background-color: transparent;
    font-size: 2.5vmin;
    color: lavenderblush;
}

footer button {
    height: 4vmax;
    width: 12vmax;
}

.btn {
    border-radius: 50px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.4);
    color: lavenderblush;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lavenderblush;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: lavenderblush;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: lavenderblush;
}

footer a {
    text-decoration: none;
    color: whitesmoke;
}
/* =============================================================================
   Page Styles
   ========================================================================== */

.landing {
    height: 90vh;
    background: url("../img/attractions.jpg") no-repeat center center;
    background-size: cover;
}

.landing figcaption {
    background-image: url("../img/map-1.jpg");
    padding-top: 55vh;
}

.landing h2 {
    font-size: 6vmin;
    margin-right: 8vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
}

.landing h1 {
    font-size: 10vmax;
    margin-right: 8vw;
    margin-top: -2vh;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
}

.sites {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url("../img/map-1.jpg") no-repeat bottom center;
    background-size: cover;
    height: 100vh;
}

.sites h2 {
    color: lavenderblush;
    margin-top: 10vh;
    font-size: 4.5vmin;
}

.sites h1 {
    color: lavenderblush;
    font-size: 7vmax;
    margin-top: -1vh;
}

#map {
    height: 50vh;
}

.sites div a, .sites div div{
    /* line-height: 5vh; */
    font-size: 4vmin;
    transition: all 1s;
    text-decoration: none;
    color: lavender;
}

.sites a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.site {
    background: url("../img/attractions.jpg") no-repeat top center fixed;
    background-size: cover;
    color: white;
    padding: 5vh 5vw;
    min-height: 100vh;
}

.site.odd {
    background: rgba(0, 0, 0, 0.3);
}

.site.even {
    color: black;
    background: white;
}

.site h2 {
    color: lavenderblush;
    text-align: center;
    font-size: 4vmax;
    line-height: 10vh;
    /* min-height: 90vh; */
}

.site.even h2 {
    color: rebeccapurple;
}

.site p {
    font-size: 2.5vmin;
    padding: 2vh 5vw;
}


.site table, tr, td{
    border-collapse: collapse;
    text-align: center;
    border: 3px solid plum;
    font-size: 2.3vmin;
}

.site table {
    width: 80vw;
    margin: 3vh 5vw;
}

.site th, td {
    height: 5vh;
}

.site a {
    text-decoration: none;
}

.site.even a {
    color: black;
}

.site.odd a {
    color: white;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/