

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* default visibility style */
.lyr{
    display: none;
}

/* Sticky footer styles - see body rule below as well
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #333;
}
.container .text-muted {
  margin: 20px 0;
  color: gray;
}

.jumbotron{
    background: -webkit-linear-gradient(#333, #fff); /* For Safari */
    background: -o-linear-gradient(#333, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333, #fff); /* Standard syntax */
}

.jumbotron .container h1{
    color: white;
    text-shadow: 1px 1px 0px #000;
}

.sun{
    float:left;
    margin-right: 10px;
    margin-top: -25px;
}
.navbar-toggle{
    width: auto;
}

body {
    padding-top: 15px;
    padding-bottom: 20px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#rwd{
    height: 256px;
    width: 256px;
}
.tagline{
    color: #000;
    font-style: italic;
    text-align: right;
}
.calm{
    margin: auto;
    width: 100%;
    text-align: center;
}
.orng{
    text-align: center;
    font-size: 1.5em;
    color: rgb(235,147,22);
    border: 4px lightgray dashed;
    border-radius: 30px;
    height: 180px;
}
.orng p{
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.package{
    text-align: center;
    font-size: 1.5em;
    border: 4px lightgray solid;
    border-radius: 30px;
    height: 256px;
    margin: 10px;
    width: 320px;
}
.package p{
    height: 256px;
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    font-size: 0.9em;
    text-align: center;
    width: 320px;
    color: darkslategray;
}
.packageTitle{
    display: block;
    color: darkslateblue;
    font-size: 1.2em;
    font-weight: bolder;
}
.packagePrice{
    margin-top: 20px;
}
@media  (max-width: 1023px){
    input, textarea, button{
        width: 95%;
    }
    input[type=radio]{
        width: auto;
    }
    .text-muted{
        font-size: 0.80em;
    }
    .jumbotron .container h1{
        font-size: 2.8em;
        margin-top: 30px;
    }
    
    #tagline{
        font-size: 1.1em;
    }
}
@media (max-width: 481px){
    #sun{
        height: 64px;
        width: 64px;
    }
    .jumbotron .container h1{
        font-size: 1.75em;
    }
    #tagline{
        font-size: 0.85em;
    }
}
#email2{
	display: none;
}