/* font-family: 'Montserrat', sans-serif; */

body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-weight: 500;
}

/* HEADER */
header {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

header .navbar {
    z-index: 1000;
    background-color: #fff !important;
}

header ul li .nav-link {
    padding: 10px 15px !important;
}

header ul li .nav-link:hover {
    color: #792475 !important;
}
.navbar {
    padding: 0;
}

.nav-link {
    padding-right: 0 !important;
}

.index-hero {
    height: 100vh;
    position: relative;
    background-image: url("../images/midpizza.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3em;
}

.index-hero-text {
    position: absolute;
    top: 328px;
    left: 50%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.index-hero-text h1 {
    font-size: 72px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.index-hero-text a {
    border: 2px solid #792475;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.1rem;
    padding: 1em;
}

.index-hero-text a:hover {
    transition: 500ms;
    background-color: #792475;
}
/* HEADING AFTER HERO */
.index-heading{
    padding: 1em;
}
.index-heading h1{
    font-size: 64px;
    font-weight: bold;
    position: relative;
}
.table {
    text-align: left;
}

.navbar-toggler {
    padding: 1rem;
    margin-right: 1rem;
}


.collapse {
    justify-content: end;
    max-width: 1200px;
}

.logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

/* 

/* CONTENT */
.details {
    margin-top: 2em;
    border-bottom: 3px solid #792475;
}

.details h1 {
    border-bottom: 3px solid #792475;
    margin-bottom: 1em;
    color: #792475;
}
.details a{
    font-size: 32px;
}
.phone-table{
    width: 50%;
}
.phone-table td{
    border: none;
}
.phone-table td a{
    font-size: 1.2em;
}
.phone-table th{
    border: none;
    vertical-align: middle;
}
.carousel-text{
    padding: 1em;
}
.carousel-text h2{
    padding: 0.5em;
}
.quality {
    margin: 2em auto;
    text-align: center;
}
.quality img{
    height: 100px;
}
.contact {
    margin-top: 2em;
}
.contact div:first-child{
    margin: 1em 0em;
}


footer {
    margin-top: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    color: #eee;
    background-color: #000;
}

footer p {
    margin: 0;
}

/* OPEN TIMES */
.table,
.table-sm td,
.table th,
.table thead th {
    border: none;
}
.table td:last-child{
    text-align: right;
}
.center-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
    .details {
        text-align: center;
        padding: 1em 1em;
    }
    .index-hero-text h1 {
        font-size: 64px;
    }
    .index-heading h1{
        font-size: 46px;
    }
    .details h1 {
        font-size: 36px;
        text-align: left;
    }
    .slider h2 {
        padding: 0em;
    }
    .phone-table{
        width: 100%;
    }
    .times {
        margin-top: 1em;
    }
    .center-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .details {
        border: none;
    }
}



/* XTRAS */

.margin-center{
    margin: 0 auto;
}

.active {
    color: #792475 !important;
    font-weight: 500;
}

.darken {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}

.pad-top-0 {
    padding-top: 0 !important;
}

.remove-a {
    color: black;
    text-decoration: none;
}

.remove-a:hover {
    color: black;
    text-decoration: none;
}

.center-fix {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.color-purple{
    color: #792475;
}
.align-center {
    display: flex;
    flex-direction: row;
    align-content: center;
}
.font-arial{
    font-family: Arial, Helvetica, sans-serif;
}
