@charset "utf-8";
h1{  margin:10px 0 20px;font-family: "Open Sans",sans-serif; font-style:normal; color: #ff0000;}
h2,h3,h4,h5,h6{  margin:10px 0 20px;font-family: "Lato",sans-serif; font-style:normal;}
h1{font-size:48px;line-height:52px; margin:10px 0 15px; }
h2{ font-size:36px; line-height:48px; padding-top:30px; border-top:2px solid #ff0000; font-weight:500;}
h2.lineonly { font-size:12px; line-height:12px; padding-top:10px; border-top:2px solid #ff0000; font-weight:500;}
h3{ font-size:28px; line-height:36px; font-weight:700;}
h4{ color:#ff0000;font-size:20px; line-height:30px; text-transform:uppercase; font-weight:700;}
h4.red {
    color: #ff0000;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 6px;
    margin-top: 20px;
    text-transform: none;
}
h5{ font-size:20px; line-height:30px; font-weight:normal; font-weight:400;}
h6{ font-size:16px; line-height:24px; text-transform:uppercase; font-weight:900;}
img{ max-width:100%;}

p.twentyfour {
    font-size: 20px;
    line-height: 25px;
}

span.red {
    color: #ff0000;
}

/*Joyce added*/
body{
    height: 100%;
    background: url(/img/xmasBg/4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-brand{
    width: 350px;
    background-image: url(/img/logos/triwin.png);
    height: 80px;
}

.nav-link{
    color: white !important;
    text-transform: uppercase;
    font-size: 20px;
    margin-left:70px;
}

.nav-link:hover{
    color: white !important;
    text-transform: uppercase;
    font-weight: bolder;
    /*text-decoration: underline;*/
}

#sub-container{
    background-color: rgba(255, 255, 255, 0.80);
    padding: 30px;
}

.login-box{
    background: transparent;
    border: 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:active{
    background-color: #006633 !important;
    border: #006633 !important;
    border: 0;
}

.login-container{
    background:rgb(255, 255, 255);
    color: black;
}

span.template-size {
    float:right;
}