html, body {
    padding: 0;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}

a {
    color: white;
    text-decoration: none;
    border: 0;
    outline: 0; 
}

a:hover {
    opacity: 0.8;
}

img, h1, h2, h3, .section-title {
    cursor: default;
}

li, button, img, h1, h2, h3, .section-title, p {
    -webkit-user-select: none;     
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    outline: 0;
    border: 0;
}

.header-wrapper {
    display: block;
    position: fixed;
    float: left;
    width: 100%;
    height: 122px;
    z-index: 2;
}

.header-wrapper-white {
    display: block;
    position: fixed;
    float: left;
    width: 100%;
    height: 122px;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: -1px 10px 14px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 10px 14px -6px rgba(0,0,0,0.15);
    box-shadow: -1px 10px 14px -6px rgba(0,0,0,0.15);
}

.header-content {
    display: block;
    height: 122px;
    width: 85%;
    margin: 0 auto 0 auto;
}

.header-content .header-image img {
    height: 100%;
    width: auto;
    margin-top: -10px;
}

.header-content .header-image {
    display: block;
    float: left;
    width: 250px;
    height: 145px;
}

.header-content ul {
    display: block;
    margin: 0;
    padding: 0;
    height: 122px;
    float: right;
}

.header-content li {
    display: block;
    float: left;
    height: 122px;
    line-height: 122px;
    padding: 0 25px 0 25px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: .2s;
}

.header-content li:hover {
    color: #ee30a7;
}

.header-wrapper-white .header-content li {
    color: #222;
}

.header-wrapper-white .header-content li:hover {
    color: #ee30a7;
}

.header-content li button {
    padding: 15px 30px 15px 30px;
    background-color: #ee30a7;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    margin: 32px 0 0 0;
    cursor: pointer;
    transition: .2s;
}

.header-content li button:hover {
    color: #fff;
    background-color: #a00667;
}

.menu-icon {
    display: none;
    user-select: none;
}

.menu {
    display: block;
    width: 280px;
    height: 100%;
    position: fixed;
    left: -280px;
    top: 0;
    background: #fff;
    transition: .3s;
}

.menu img {
    display: block;
    width: 150px;
    height: auto;
    margin: auto;
}

.menu-icon {
    float: right;
    width: 48px;
    height: 48px;
    margin: 30px 10px 0 0;
}

.menu-icon img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.scroll-down {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    cursor: pointer;
    z-index: 4;
}

.scroll-down img {
    width: 50px;
    opacity: 0.9;
    cursor: pointer;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(238, 48, 167, 0.8);
    cursor: pointer;
}

.scroll-top img {
    width: 20px;
    margin: 10px;
    opacity: 0.9;
    cursor: pointer;
}

.video {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #222;
    overflow: hidden;
}

.video-text {
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.video-text-wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.video h1 {
    color: #fff;
    font-family: 'Montserrat Subrayada', sans-serif;
    font-weight: 200;
    font-size: 50px;
    margin-bottom: 10px;
}

.video h2 {
    color: #ee30a7;
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}

.video video {
    background: url(images/video-poster.png) no-repeat;
    background-size: cover;
    width: 100%;
    object-fit: cover;
}

.services {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

 .section-title {
    display: block;
    float: left;
    width: 85%;
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    color: #222;
    margin: 25px 7.5% 30px 7.5%;
    border-bottom: 1px solid #f0f0f0;
}

.service-card {
    display: block;
    width: 33.33%;
    height: 400px;
    float: left;
    background-position: center;
    background-size: cover;
}

#partyOrganization {
    background-image: url('images/rent.jpg');
}

#cannonRent {
    background-image: url('images/party.jpg');
}

#cannonSale {
    background-image: url('images/sale.jpg');
}

.services-shade {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: .3s;
}

.services-shade:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.services-shade:hover .services-content h1 {
    color: #333;
}

.services-shade:hover .services-content p {
    color: #333;
}

.services-content {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.services-content h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
}

.services-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-top: 0;
}

.about {
    display: block;
    width: 85%;
    float: left;
    margin: 0 7.5% 0 7.5%;
    text-align: center;
}

.gallery-row {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.image-placeholder {
    display: block;
    float: left;
    width: 22.5%;
    margin-left: 3.3%;
    text-align: center;
}

.image-placeholder img {
    width: 90%;
    height: auto;
    cursor: pointer;
    transition: .3s;
}

.image-placeholder img:hover {
    opacity: 0.7;
}

.image-placeholder.first {
    margin-left: 0;
}

.image-preview {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 3;
}

.close-preview-icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.close-preview-icon img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.image-showcase img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: 280px;
    background-color: #ee30a7;
    color: #fff;
}

.contact h1 {
    font-size: 25px;
    font-weight: 900;
    margin: 25px 0 15px 0;
}

.contact img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.contact p {
    line-height: 30px;
    vertical-align: middle;
    margin: 10px 0 10px 0;
}

.social {
    margin-top: 28px;
}

.social img {
    width: 50px;
    height: auto;
    margin: 0 5px 0 5px;
    cursor: pointer;
    transition: .3s;
}

.social img:hover {
    opacity: 0.7;
}

.copyright {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    opacity: 0.9;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1332px) {
    .video video {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 942px) {
    .header-content {
        width: 95%;
    }

    .service-card {
        height: 450px;
    }
}

@media screen and (max-width: 844px) {
    .header-content {
        width: 98%;
    }

    .service-card {
        height: 550px;
    }

    .header-content li {
        padding: 0 20px 0 20px;
    }
}

@media screen and (max-width: 780px) {
    .header-content {
        width: 90%;
    }

    .header-content ul {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .menu li button {
        margin-top: 10px;
    }

    .service-card {
        height: 600px;
    }
}

@media screen and (max-width: 655px) {
    .service-card {
        width: 100%;
    }

    .image-placeholder {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

.menu ul {
    display: block;
}

.menu li {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #222;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

@media screen and (max-width: 410px) {
    .menu-icon {
        width: 30px;
        height: 30px;
        margin: 45px 10px 0 0;
    }

    .header-content .header-image {
        width: 210px;
        height: 121px;
    }

    .header-content .header-image img {
        margin-top: 0;
    }

    .service-card {
        height: 350px;
    }
}