﻿/* General Page Wide Styling ********************************************************************************/
body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges. */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    height: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    clear: both;
}

/* Header */
/* Full-width image section with black background */
.image-section {
    background-color: black;
    width: 100%;
    padding-top: 8px; /* Vertical padding for spacing */
    padding-bottom: 4px;
}
/* Center images within the container */
.image-section .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* gap: 20px; Reduced gap for tighter spacing */
}
/* Style images to be responsive and uniform */
.image-section img {
    flex: 0 1 auto; /*prevent stretching */
    max-width: 165px;
    height: auto;
    max-height: 100px; /* Uniform height for all images */
    object-fit: contain; /* Changed to contain to avoid cropping logos */
}


/* New Slideshow NEW 7/2/2023 *****************************************************************************************/
.slideimage {
    max-height: 400px;
    margin: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 26px; /* Make arrow bigger */
    margin-bottom: 50px;
    background-color: #1a1717
}

.carousel-control-prev-icon {
    margin-left: 170px;
}

.carousel-control-next-icon {
    margin-right: 170px;
}

.carousel-caption-custom {
    background-color: white;
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color: black;

    height: 58px !important; /* Two lines now */
    width: 42%;
    bottom: 58px;   
    margin-left:14%;
    margin-bottom:18px;
    padding-top:6px;
}

/* General *****************************************/
figcaption {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** Buttons Styling */
.mrhbtn-roundy{
    border-radius: 8px;
}

.dropshadow {
    box-shadow: 4px 4px 3px 0px rgba(51, 50, 50, 0.68);
}

/* Combine above, and make text black and white hover color.*/
.mrhbtn {
    border-radius: 8px;
    box-shadow: 4px 4px 3px 0px rgba(51, 50, 50, 0.68);
    color:black;
    border-color: #222222;    
}

.mrhbtn:hover { /* :focus :active */
    /*color: #af362f;*/
    border-color: #af362f;
    background-color: #af362f;
    /*/box-shadow: 4px 4px 3px 0px #af362f;*/
}

.front-page-button {
    height: 75px;
    font-weight: 600;
    font-size: 18px;
}

.top-page-button {
    width: 165px;
    height: 100px;
    margin: 4px;
    font-weight: 600;
    font-size: 18px
}

.top-page-button-bottom {
    width: 250px;
    height: 75px;
    margin: 4px;
    font-weight: 600;
    font-size: 18px
}

.state-button {
    width: 150px;
}
 


/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

.fivepixtopmargin {
    margin-top: 5px;
}

.tenpixtopmargin {
    margin-top: 10px;
}

.fifteenpixtopmargin {
    margin-top: 15px;
}

.headertitle {
    font-size: 45px;
    font-weight: bold;
    padding-left: 12%;
    color: #330505;
}

.headersubtitle {
    color: #ff0000;
    font-weight: bold;
    margin-left: 25%;
    margin-top: 4px;
    margin-bottom: 25px;
}

.bigtitle {
    font-size: xx-large;
    font-weight: bold;
}

.mediumbigtitle {
    font-size: 32px;
    font-weight: 600;
}

.mediumtitle {
    font-size: 18px;
    font-weight: bold;
    /*font-style: italic;*/
}

.smalltext {
    font-size: 12px;
}

.boldtext {
    font-weight: bold;
}

.lightboldtext{
    font-weight:600;
}

.clickable{
    cursor: pointer;
}

.clickablelink {
    cursor: pointer;
    color: blue;
}

.clickablelink:hover{
    text-decoration: underline;
}

.commentbottomborder{
    border-bottom: solid;
    border-width: 1px;
    border-color: #dbdbd0;    
}


/* Front page create history button */
@media screen and (min-width: 1260px) {
    .frontpagebutton {
        line-height: 80px;
    }
}

@media screen and (max-width: 1260px) {
    .frontpagebutton {
        line-height: 125px;
    }
}

@media screen and (max-width: 1000px) {
    .frontpagebutton {
        line-height: 80px;
    }
}

@media screen and (max-width: 770px) {
    .frontpagebutton {
        line-height: 60px;
    }
}


/* Report font awesome (warning) icon*/
.warningIcon {
    color: #E3DF0B;
    font-size: 16px;
    cursor: pointer;
    opacity: .80;
}

.border {
    border: 2px solid darkgray;
    border-radius: 12px;
    padding: 12px;
}

.addthis {
    line-height: 60px;
    vertical-align: middle;
}



.cardetails {
    margin-bottom: 6px;
    /*font-style: italic;
    font-weight: bold;*/
}

.attentiontext {
    font-size: 16px;
    font-weight: 400;
}

/* History buttons on front page*/
.topbutton {
    margin-right: 6px;
    margin-top: 6px;
}

/*To vertically align images on history page*/
.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}



.searchcontrolwide {
    width: 95%;
    margin-left: 5px;
    margin-top: 5px;
}

.searchcontrol {
    width: 95%;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align:central;
}

/*** FAQ Bullets *************************************************************/
.faq {
    margin-bottom: 20px;
}

.itemimage {
    margin-top: 4px;
    width: 95%;
    cursor: pointer;
}

/*** History and Ride image page stuff **************************************/
.rideImage {
    min-height: 150px;
    max-height: 300px;
    cursor: pointer;
}


@media screen and (max-width: 991px) {
    .rideImage {
        max-height: 300px;
    }
    .imgcontainer {
        height: 310px;
    }
}

/* Basically, a link */
.ridetechdetails {
    color: #0056b3;    
    cursor: pointer;
}

.ridetechdetails:hover {
    text-decoration: underline;
}


/*** Search Page *******/
.table td {
    padding: 6px;
}


/* Advertisements Styling ******************************************************************************************/
.adbutton {
    width: 215px;
    height: 50px;
    margin: 3px;
    padding-top: 12px;
    font-size: large;
}

.adbutton2textlines {
    padding-top: 0px;
}

.adbuttontall {
    height: 75px;
    padding-top: 25px;
}

.adbuttoncolumn {
    height: 400px;
}

.adbuttontall2textlines {
    padding-top: 8px;
}

.adspacesubheader {
    border-style: solid;
    border-width: 1px;
    height: 100%;
    background-color: lightblue;
    cursor: pointer;
}




/* My History Stuff */
.myhistoryride .form-group{
    /*margin-top: .5rem !important;*/
    margin-bottom: .5rem;
}

.myhistoryride .field-validation-error{
    color: red;
    padding-left: 8px;
}


/* Make 'em a little bigger*/
@media(min-width: 800px){ 
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}

/* Hide clicky counter on lower right. Hide it. */
#_oss_container{
    display: none;
}