a:hover, a:focus {
    color:  #1abc9c;
}

.turquoise {
    color: #1abc9c;
}

.emerald {
    color: #2ecc71; /* links */
}

.peter-river {
    color: #3498db;
}


.amethyst {
    color: #9b59b6;
}

.asphalt {
    color: #34495e;
}

html {
    font-family: 'Varela', sans-serif;
    font-weight: 400; 
}

body {
    font-family: 'Varela', sans-serif;
    font-weight: 400; 
    font-size: 13px;
    color: #333;
    min-height: 100vh;
    padding-top: 51px;
}

.navbar{
    padding-left: 1%;
    margin-left: 0;
    padding-right: 1%;
    margin-right: 0;
}

.navbar-brand{
    font-weight: bold;
    margin-top: -4px;
    font-size: 32px;
    font-family: 'Tahoma', cursive;
    margin-right: 15px;
}

.navbar.navbar-default{
    opacity: 1;
    background-image: none;
    background-color: #FEFEFE;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 2px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 2px rgba(0,0,0,0.075);
    border-color: rgba(231, 231, 231,0.3);

}

.navbar-default .navbar-nav>li>a {
    color: #333 !important;
    font-size: 15px;
    text-transform: capitalize;
}

.navbar-brand .glyphicon-leaf{
    margin-right: 5px;
    line-height: 18px;
    color: #2ecc71;
    font-size: 30px;
    top: 5px;
}

.jumbotron {
    background-color: #f3f3f3;
}

.main-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin-bottom: -60px;*/
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

#footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    height: 60px;
    background-color: #ecf0f1;
    margin-top: 20px;
    color: #666;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel {
    height: 90vh;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
    z-index: 10;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
    left: 10%;
    right: 10%;
    bottom: 190px;
}

#myCarousel .carousel-indicators{
    margin-bottom: 60px;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
    height: 90vh;
    background-color: #777;
}
#myCarousel .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 90vh;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-right: 15px;
    padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.form-group {
    margin-bottom: auto;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-right: 0;
        padding-left: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left:  15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left:  0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

select {
	-webkit-appearance: none;
	background: white\0 !important
}
select::-ms-expand {
	display: none
}
.select {
	position: relative;
	display: inline-block;
	vertical-align: bottom
}
.select select {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 2em
}
.select:before {
	position: absolute;
	pointer-events: none;
	color: #82888a;
	font-size: 1em;
	top: 0;
	bottom: 1px;
	padding-top: 0.7em;
	right: 0;
	width: 2em;
	text-align: center;
	font-family: sans-serif;
	line-height: 1
}
.select-block {
	display: block;
	width: 100%
}
.select-large {
font-size: 17px;
margin-left: -3px;
}
.select-large select {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	color: #999;
    font-size: 14px;
    height: 44px;
    margin-left: -1px;
}
@-moz-document url-prefix() {
	.select:before {
		display: none
	}
	.select select {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 0
	}
	.select-large select {
		padding-top: 9px;
		padding-bottom: 9px
	}
}
.ie .select:before {
	display: none
}
.ie .select select {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0
}
.ie .select-large select {
	padding-top: 9px;
	padding-bottom: 9px
}
input[type="radio"], input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	height: 1.25em;
	width: 1.25em;
	margin-bottom: -0.25em;
	margin-right: 5px;
	vertical-align: top
}
input[type="radio"] {
	border-radius: 1.25em
}
input[type="radio"]:checked:before {
	content: "";
	position: absolute;
	height: 0.45em;
	width: 0.45em;
	border-radius: 0.45em;
	top: 50%;
	left: 50%;
	margin-top: -0.225em;
	margin-left: -0.225em;
	background-color: #ff5a5f
}
input[type="checkbox"]:checked:before {
	content: "\2713";
	position: absolute;
	font-size: 0.85em;
	left: 1px;
	text-align: center;
	width: 1.25em;
	color: #ff5a5f
}
.input-addon {
	display: table;
	width: 100%
}
.input-stem {
	display: table-cell;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-prefix+.input-stem {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.ie .input-prefix.select select {
	padding-right: 0;
	display: table-cell;
	outline: 0px solid #000
}
.input-prefix, .input-suffix {
	display: table-cell;
	background-color: #edefed;
	width: auto
}
.input-prefix.btn, .input-suffix.btn {
	padding-top: 7px;
	padding-bottom: 6px
}
.input-prefix.select select, .input-suffix.select select {
	border: 0;
	background: inherit;
	width: auto;
	padding: 0 1.0em 0 0
}
.input-prefix {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}
.input-suffix {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}
.ie .input-suffix.btn {
	border: none;
	padding-left: 10px;
	padding-right: 10px
}
.ie .input-suffix.btn:focus, .ie .input-suffix.btn:hover {
	border: none
}
.input-large {
	padding-top: 10px;
	padding-bottom: 10px
}
.input-resize-horiz {
	resize: horizontal
}
.input-resize-both {
	resize: both
}
.input-resize-none {
	resize: none
}

label, input, textarea, select, input[type="radio"], input[type="checkbox"], .input-prefix, .input-suffix {
	line-height: normal;
	text-transform: capitalize;
}
[type="text"], [type="password"], [type="search"], [type="email"], [type="url"], [type="tel"], textarea, select, input[type="radio"], input[type="checkbox"], .input-prefix, .input-suffix {
	border: 1px solid #dce0e0;
	border-radius: 2px;
	background-color: #fff;
	color: #565a5c
}
[type="text"], [type="password"], [type="search"], [type="email"], [type="url"], [type="tel"], textarea, select, input[type="radio"], input[type="checkbox"] {
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s
}
.focus[type="text"], .focus[type="password"], .focus[type="search"], .focus[type="email"], .focus[type="url"], .focus[type="tel"], textarea.focus, select.focus, input.focus[type="radio"], input.focus[type="checkbox"], [type="text"]:focus, [type="password"]:focus, [type="search"]:focus, [type="email"]:focus, [type="url"]:focus, [type="tel"]:focus, textarea:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border-color: #aaa
}
.invalid[type="text"], .invalid[type="password"], .invalid[type="search"], .invalid[type="email"], .invalid[type="url"], .invalid[type="tel"], textarea.invalid, select.invalid, input.invalid[type="radio"], input.invalid[type="checkbox"], [type="text"]:invalid, [type="password"]:invalid, [type="search"]:invalid, [type="email"]:invalid, [type="url"]:invalid, [type="tel"]:invalid, textarea:invalid, select:invalid, input[type="radio"]:invalid, input[type="checkbox"]:invalid {
	border-color: #ffb400;
	background-color: #fff8e5
}
.valid[type="text"], .valid[type="password"], .valid[type="search"], .valid[type="email"], .valid[type="url"], .valid[type="tel"], textarea.valid, select.valid, input.valid[type="radio"], input.valid[type="checkbox"] {
	border-color: #3fb34f
}
[type="text"]:focus, [type="password"]:focus, [type="search"]:focus, [type="email"]:focus, [type="url"]:focus, [type="tel"]:focus, textarea:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none
}
.disabled[type="text"], .disabled[type="password"], .disabled[type="search"], .disabled[type="email"], .disabled[type="url"], .disabled[type="tel"], textarea.disabled, select.disabled, input.disabled[type="radio"], input.disabled[type="checkbox"], [disabled][type="text"], [disabled][type="password"], [disabled][type="search"], [disabled][type="email"], [disabled][type="url"], [disabled][type="tel"], textarea[disabled], select[disabled], input[disabled][type="radio"], input[disabled][type="checkbox"], fieldset[disabled] [type="text"], fieldset[disabled] [type="password"], fieldset[disabled] [type="search"], fieldset[disabled] [type="email"], fieldset[disabled] [type="url"], fieldset[disabled] [type="tel"], fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	background-color: #edefed;
	color: #cacccd;
	cursor: default
}
[disabled][type="text"], [disabled][type="password"], [disabled][type="search"], [disabled][type="email"], [disabled][type="url"], [disabled][type="tel"], textarea[disabled], select[disabled], input[disabled][type="radio"], input[disabled][type="checkbox"], fieldset[disabled] [type="text"], fieldset[disabled] [type="password"], fieldset[disabled] [type="search"], fieldset[disabled] [type="email"], fieldset[disabled] [type="url"], fieldset[disabled] [type="tel"], fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	pointer-events: none
}
[type="text"], [type="password"], [type="search"], [type="email"], [type="url"], [type="tel"], textarea, select, .input-prefix, .input-suffix {
	display: block;
	padding: 8px 10px;
}

@media print {
   .visible-print  { display: inherit !important; }
   .hidden-print   { display: none !important; }
}
