@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800i');

body,
html {
    width: 100%;
    height: 100%;
    background-color: #1d1f29;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

h1 {
    font-weight: 800;
    font-style: italic;
    font-size: 60px;
    color: #1d1f29;
}

h4 {
    color: #1d1f29;
}


.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.slide1 {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url("../img/background/bg-stars-100.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide1 img {
    z-index: 1;
    position: absolute;
    /*top: 50%;*/
    left: 40%;
}

.slide2 {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/background/bg-pizza-100.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide3,
.slide5 {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #d9272e;
    background-size: cover;
}

.slide4 {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/background/bg-craft-100.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide1 h4, .slide2 h4, .slide3 h4, .slide4 h4 {
    max-width: 50%;
}

@media only screen and (max-width: 600px) {
    .slide1 h4, .slide2 h4, .slide3 h4, .slide4 h4 {
        max-width: 100%;
    }
}

.slide3 h1, .slide5 h1 {
    color: #f3e4b2;
}

.slide3 h4, .slide5 h4 {
    color: #f3e4b2;
}

.slide3 a, .slide5 a {
    margin-left: 18px;
    margin-top: 12px;
}



/* Side Menu */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    background: #d9272e;
    /*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.2rem;
    background: #eed3e1;
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
    color: #fff;
}

.menu-toggle:hover {
    background: #343a40;
}


footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.btn-primary {
    background-color: #f3e4b2 !important;
    border-color: #f3e4b2 !important;
    color: #1d1f29 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #1d1f29 !important;
    border-color: #1d1f29 !important;
    color: #f3e4b2 !important;
}

/* Footer */

#footer-home {
    background-color: #1d1f29;
    z-index:2;
}

#footer-home h4 {
    color: #f3e4b2;
}

#footer-home h6 {
    color: #f3e4b2;
}

#footer-container3 a {
    color: #f3e4b2;
    font-size: 16px;
}

.footer-nav {
    display: block;
    list-style-type: none;
    color: #f3e4b2;
    padding-left: 15px;
    margin-left: -15px;

}

.footer-nav a {
    color: #d9272e;
    font-size: 16px;
}


.footer-about{
    color: #f3e4b2;
    font-size: 12px;
    line-height: 150%;
}

/* Media Queries */

@media only screen and (max-width: 600px) {
    .footer-info {
        padding-bottom: 10px;
    }
}

