/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
    font-family: 'Roboto', serif!important;

}

body a {
    color: rgba(154,11,15,1)!important;;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-color: rgba(154,11,15,1)!important;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    background-color: rgba(255,255,255,1)!important;
    width: 15rem;
}


#sidebar-wrapper .sidebar-item {
    padding: 0.875rem 0.25rem;
    font-size: 1.2rem;
    background-color: rgba(255,255,255,1)!important;
    width: 15rem;
}

#sidebar-wrapper .list-group .list-group-item  {
    width: 15rem;
    background-color: rgba(154,11,15,1)!important;
    color: white!important;

}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

#woodys-header {
    padding: 0.25rem;

}

.page-header {
    font-size: x-large;
    text-align: center;
}

#woodys-page-header {
    color: white;

    text-align: center;
    font-size: x-large;
    padding: 5px;
    background-color: rgba(154,11,15, 1);
    margin-bottom: 1rem;
}

#photo-header {
    background-image: url("/images/Logo.jpg");
    background-size: cover;
    height: 275px;
    padding: 0 !important;

}

#call-us-now {

    background: rgba(154,11,15, 1)!important;
    border-color: black;
    border-width: 3px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: yellow;
    border-radius: 25px;
    box-shadow: 2px 2px black;
}

#my-footer  {
    color: white;

    background-color: rgba(154,11,15,1)!important;
    padding: 0.875rem 0.25rem;
    margin-top: 1rem;
}

#my-footer a {
    color: white!important;
}

.img-max {
    max-width: 500px;
    width:100%;
}

.logo-text {

    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-size: 5em;
    font-weight: 700;
    color: rgba(154,11,15,1);
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    1px 5px 1px #919191,
    1px 6px 1px #919191,
    1px 7px 1px #919191,
    1px 8px 1px #919191,
    1px 9px 1px #919191,
    1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.logo-text2 {

    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 700;
    color: rgba(154,11,15,1);
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    1px 5px 1px #919191
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
.hidden.form-control {
    display: none;
}
