@media all and (max-width:1100px) {

    #navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-dark);
		width: 320px;
		padding: 20px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

	.header-menu {
		clear: both;
		padding-top: 30px;
	}

	.header-menu li {
		float: none;
		margin-left: 0;
        margin-right: 0px;
		margin-bottom: 10px;
	}

    .ptb {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .wrapper-menu-btn .btn {
        display: none;
    }

    #openmenu,
	#closemenu {
		display: inline-block;
	}

    .single-edge {
        width: 50%;
        text-align: center;
    }

    .aboutus-img {
        width: calc(100% - 50px);
        margin: 25px;
        margin-bottom: 50px;
        margin-left: 100px;
        margin-right: 100px;
    }
    
    .aboutus-content {
        width: 100%;
        padding-left: 0px;
    }

    .wrapper-services article {
        width: calc(50% - 20px);
    }

    .classes-article {
        width: 100%;
        margin-bottom: 50px;
    }

    .classes-content {
        width: 100%;
        padding-left: 0px;
    }

    .wrapper-pricing {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .single-pricing {
        width: calc(50% - 40px);
    }

    #pricing {
        padding-top: 80px;
    }

    .contact-form {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 80px;
    }

    .contact-content {
        width: 100%;
        text-align: center;
    }

    #contact .social-link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #contact .social-link li {
        margin-right: 10px;
        margin-left: 10px;
    }

    .wrapper-header-content {
        background-position: center bottom;
     }

}

@media all and (max-width:700px) {

    .aboutus-img {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
    }

    .single-pricing {
        width: calc(100% - 40px);
    }
    
    .single-pricing ol {
        margin-left: 0px;
        margin-right: 0px;
    }

    .single-pricing ol li {
        text-align: center;
    }

    .single-edge {
        width: 100%;
    }

    .wrapper-services article {
        width: calc(100% - 20px);
    }

    .wrapper-input input {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

}

@media all and (max-width:500px) {

    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 40px;
    }
    #banner h2 {
        font-size: 40px;
    }
}
