﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Courier New';
}

#MainContent_lblCondition {
    cursor: pointer;
}

.ProjectDetails td {
    vertical-align: top;
    font-size: 12px;
    padding-right: 1px;
    padding-bottom: 10px;
}

.PurchasePanel {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    font-family: Arial;
    font-size:13pt;
}

.DetailPagePhoto {
    height: 200px;
    margin-right: 20px;
}

.BasketballLogo {
    height: 140px;
    margin-right: 10px;
}

.CardBrand {
    color: blue;
    font-size:60px;
    font-family: Impact;
    line-height: 60px;
    margin-top: 10px;
}

.CardContainer {
    width: 150px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 10px;
}

.TeamSticker {
    width: 175px;
    float: left;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.RedValidation {
    color: red;
    font-style: italic;
}

.CardYear {
    color:blueviolet;
    font-size:60px;
    font-family: Impact;
    line-height: 60px;
    margin-top: 10px;
}

.CardSport {
    color:red;
    font-size:60px;
    font-family: Impact;
    line-height: 60px;
}

.CardCondition {
    color:black;
    font-size:80px;
    font-family: Impact;
    line-height: 80px;
}

.CardPrice {
    color:green;
    font-size:70px;
    font-family: Impact;
    cursor: pointer;
}

li > a {
    font-size: 14pt;
}

#Logo {
    width:300px;
}

#MusicBackground {
    background-image: url('../images/RonErnest2.png');
}

.container {
    max-width: 100% !important;
}

/* Wrapping element */
/* Set some basic 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;
}

@media screen and (min-width: 768px) {
    #Logo {
    width:200px;
}
}

@media screen and (min-width: 468px) {
   #Logo {
    width:100px;
}
}

