/* common css */
body {
    /*margin: 0px 0px 200px 0px !important;*/
    padding: 0;
    background: white;
    font-family: Verdana;
    background: rgb(4,36,0);
    background: radial-gradient(circle, rgba(4,36,0,1) 0%, rgba(0,50,25,1) 35%, rgba(25,50,0,0.4990371148459384) 100%);
}

main a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.wrapper {
    max-width: 100%;
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee p {
    display: inline-block;
    font-size: 60px;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.btn-success {
    border: 3px solid darkgreen !important;
}

.btn-dark {
    border: 3px solid darkgray !important;
}

#top-notch-payments {
    height: 40px;
    width: 347px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .4rem 1rem !important;
}

.akaya-kanadaka-regular {
    font-family: "Akaya Kanadaka", system-ui;
    font-weight: 400;
    font-style: normal;
}

/*Home Page*/
.home-buttons {
    width: 150px;
}

#video-container {
    width: 100%;
    overflow: hidden;
    height: 600px;
}

h2 {
    color: #fff;
    text-align: center;
}

header {
    background-color: black;
    position: relative;
    height: 118px;
}

#menu-holder {
    padding: 15px 10px 25px 50px;
    height: 10px;
}

main {
    /*margin-bottom: 200px;*/
}

main, main article, main article h2 {
    color: #ffffff;
}

.top-notch-green {
    color: forestgreen;
}

.top-notch-round {
    font-family: "Akaya Kanadaka", system-ui;
    font-weight: 400;
    font-style: normal;
}

.top-notch-ultra {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: ultra-regular;
    text-shadow: 2px 2px 4px #000000;
}

.top-notch-text {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: verdana;
    text-shadow: 2px 2px 4px #000000;
}

.top-notch-header.size2 {
    font-size: 40px;
}

.top-notch-header.size3 {
    font-size: 60px;
}

.top-notch-header.size4 {
    font-size: 80px;
}

h3 {
    text-align: center;
}

.h3header {
    font-size: 2.75rem;
}

.browser {
    width: 90%;
    margin: 0px auto;
}

.article-content {
    max-width: 900px;
    margin: 0px auto;
}

.bottom-menu-holder {
    text-align: center;
}

.bottom-menu-holder a {
    margin: 0px 10px;
}

footer {
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px 10px;
    background: forestgreen url(/images/top-notch-footer.png);
    border-top: 5px solid black;
    background-position: center;
    position: absolute;
    bottom: -280px;
}

footer a, footer a:hover {
    color: white;
}

.top-notch-top-header a {
    color: white;
    text-decoration: underline;
    text-decoration-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 400ms ease;
    -moz-transition: border 400ms ease;
    -ms-transition: border 400ms ease;
    -o-transition: border 400ms ease;
    transition: border 400ms ease;
}

.top-notch-top-header a:hover {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 4px;
    text-underline-offset: 3px;
    text-decoration: underline;
    text-decoration-color: white;
}

#menu-holder a {
    position: relative;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: forestgreen;
    font-size: 15px;
    font-family: verdana;
    letter-spacing: 4px;
    line-height: 45px;
    margin: 0px 30px;
    padding-left: 10px;
    font-weight: bold;
    transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -webkit-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
}

#top-notch-auto-body-logo {
    float: left;
    height: 75px;
    padding: 3px 0px;
}

.top-notch-top-header {
    background-color: forestgreen;
    color: white;
    height: 42px;
    padding-top: 5px;
    margin-top: -5px;
}

.top-notch-top-header div {
    border-bottom: 2px forestgreen solid;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.top-notch-call {
    background-color: black;
    color: forestgreen;
}

.clear {
    clear: both;
}

/* button hover amazing effect */
#menu-holder a::before,
#menu-holder a::after,
#menu-holder a span::before,
#menu-holder a span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: 1s;
}

#menu-holder a::before {
    top: 5px;
    left: -10px;
    border-top: 2px solid forestgreen;
    border-left: 2px solid forestgreen;
}

#menu-holder a::after {
    top: 5px;
    right: -10px;
    border-top: 2px solid forestgreen;
    border-right: 2px solid forestgreen;
}

#menu-holder a span::before {
    bottom: 5px;
    left: -10px;
    border-bottom: 2px solid forestgreen;
    border-left: 2px solid forestgreen;
}

#menu-holder a span::after {
    bottom: 5px;
    right: -10px;
    border-bottom: 2px solid forestgreen;
    border-right: 2px solid forestgreen;
}

#menu-holder a:hover::before,
#menu-holder a:hover::after,
#menu-holder a:hover span::before,
#menu-holder a:hover span::after {
    width: calc(200px / 2);
    height: calc(30px / 2);
}

#menu-holder a:hover {
    background-color: rgba(188, 255, 0, 1);
    color: black;
}

.ultra-regular {
    font-family: "Ultra", serif;
    font-weight: 400;
    font-style: normal;
}


/*Contact Page*/

.ct-iconHeader {
    display: block;
    position: relative;
    color: forestgreen;
}

.ct-u-paddingBottom30 {
    padding-bottom: 30px;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 50, 32, .25) !important;
    border-color: forestgreen !important;
}

#rc-anchor-container {
    background-color: forestgreen !important;
    color: #fff;
}


/*Modals*/
.modal-body {
    text-align: center;
}

#image-gallery-image {
    max-height: 700px;
    max-width: 100%;
    width: auto;
    margin: 0px auto !important;
}

.w700 {
    width: 700px;
    margin: 0px auto;
}