/* 
font-family: 'Cormorant Upright', serif;
font-family: 'Inconsolata', monospace;
font-family: 'Roboto', sans-serif;

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}
color: #86A8C5; / #12a8dd
*/


@media (min-width: 768px) {
    .bordered {
        background-color: rgb(236, 234, 230); 
        padding-top: .6rem;
        border-radius: 10px;
    }
    
}
@media (max-width: 768px) {
    .tour {min-height: 100vh;}
    
}

.tour:not(:first-child) {margin: 2.5rem 0;}
    .tour .tour-txt {padding-left: 2rem;}

.sf-bg {
    background-image: url(/img/shadowfax-sailing.png);
    background-position: center;
    background-repeat: no-repeat;
}
.exp100 {width: 100%;}
    .exp-box {
        background-color: #4a7ea3; 
        position: relative;
        text-align: center;

    }
        .exp-txt {
            color: #fff;
            width: 80%;
            margin: 20% auto;
        }



.sf-logo {
    display: block;
    margin: auto;
    padding: 2rem 0;
    width: 30%;
    min-width: 150px;
}

/* form ---------------- */
.form-container {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border-radius: 5px;
}
    .form-container h2 {text-align: center; margin: 2rem 0;}

input[type="text"] {
    width: 95%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="radio"] {
    margin: 5px 5px 5px 0;
}

input[type="submit"] {
    background-color: #4a7ea3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Inconsolata', monospace;
    letter-spacing: 1px;
}

input[type="submit"]:hover {
    background-color: #38607c;
}