﻿body {
    padding-bottom: 20px;
    background-color: white;
    font-size: 13pt;
    font-family: 'Roboto';
    color: #323232;
    overflow-y: scroll;
}

footer {
    background-color: white; /*#171796;*/
    font-family: 'Roboto';
    font-size: 12pt;
    color: #323232;
}

footer a {
    font-family: 'Roboto';
    font-size: 11pt;
    color: #323232;
    text-decoration: underline;
}

footer a:hover {
    font-family: 'Roboto';
    font-size: 11pt;
    color: #ff0000;
}

a {
    color: #c53421;
}

a:hover {
    text-decoration: underline;
    color: #c53421;
}

a:visited {
        text-decoration: none;
        color: #c53421;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bggray {
    background-color: #a7a9ac;
}

.bgdarkgray {
    background-color: #231f20;
}

.textblack {
     color: black;
}

.textwhite {
    color: white;
}

.textred {
    color: #c53421;
}

.textstrong {
    font-weight: bold;
}

.textHeaderBold {
    font-family: "Encode Sans Condensed"; 
    font-size: 15pt;
    /*font-weight: bold;*/
    font-weight: 800;
    font-style: normal;
}

.m10 { margin: 10px; }
.m20 { margin: 20px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px; }

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.navbar-toggle {
    float: right;
}

.navbar-header {
    text-align: left;
}

.carousel-award {
	position: absolute; 
	bottom: 0px;
	left: 5px;
}

.carousel-award-img {
	height: 140px;
}

.bulletStar {
    list-style-image: url(/Assets/Icons/redstar.png);
    margin-bottom: 24px;
}

.welcomeText {
}

.contentImage {
    width: 95%;
    max-width: 600px;
}

.bookNowButton {
    float: right;
    background-color: red;
    color: white;
    border: none;
    border-radius: 4px;
    margin: 20px 20px 0 0;
    height: 34px;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 15px;
    font-weight: 600;
}
