@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
  
    
    .hero-09-objects__image {
        max-width: 480px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  
    

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    
    .hero_heading {
        font-size: 110px;
    }

    .hero-09-headline__caption {
        margin-bottom: 1.4rem;
    }

    .hero-09-headline__tags {
        margin-top: 2rem;
    }

    .hero-09-objects__item.item-03 {
        right: 70px;
        top: -5rem;
    }
   

    .exp-img{
        display: flex;
    }

    .exp-img img{
        width: 500px;
    }

    .mxd-footer__fullwidth-text h1 {
        font-size: 110px !important;
    }

    .footer-blocks__card p{
        font-size: 14px;
    }

    .footer-blocks__card {
        padding: 2rem;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .btn-line-headline {
        font-size: 6rem;
    }

    

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
  
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

        .btn-line-headline {
        font-size: 4rem;
    }

        .mxd-footer__fullwidth-text h1 {
        font-size: 75px !important;
    }

    .mxd-footer__fullwidth-text.personal {
        margin-bottom: -5rem;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
  
    .mxd-header{
        left: 8rem;
    }

    .hero_heading {
        font-size: 85px;
        line-height: 75px;
    }

    .btn-default {
        font-size: 15px;
    }

    .btn-default i {
        font-size: 2rem;
    }

    .btn-default {
        height: 4.6rem;
    }

    .hero-09-headline__caption p{
        font-size: 18px !important;
    }

    .hero-09-objects__item.item-03 {
        right: -6rem;
        top: 0;
    }

    p.t-large {
        font-size: 2rem;
    }

    h1{
        font-size: 50px;
    }

    .footer-blocks__column{
        flex-direction: column;
    }

    .mxd-footer__fullwidth-text.personal {
        margin-bottom: 2rem;
    }

    .mxd-footer__fullwidth-text h1 {
        font-size: 53px !important;
        margin-top: 4rem;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
    .header_circle {
        width: 135px !important;
        height: 135px !important;
        top: 1rem;
        left: 1rem;
    }

    .header_circle .btn-rotating__text {
        width: 140px;
        height: 116px;
        top: 1rem;
        left: 0rem;
    }
    
    .exp-img img{
        width: 100%;
    }

}

@media only screen and (max-width : 460px) {
	
    h1 {
    font-size: 4rem;
    }

    .btn-line-headline {
        font-size: 2.5rem;
    }

    .mxd-hero-09__headline, .mxd-hero-09__objects {
        padding: 0 2rem;
    }

    .mxd-header {
        left: 10rem;
    }

    .mxd-container.grid-container {
        padding: 0;
    }

    .mxd-container {
        padding: 0 2rem;
    }

    .mxd-footer__fullwidth-text{
        padding: 0 1rem;
    }

    .stack-offset {
        height: 13.6rem;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	
    .hero_heading {
        font-size: 70px;
        line-height: 70px;
    }

    .social-link p{
        font-size: 14px;
    }

    .hero-09-objects__item.item-03 {
        right: -9rem;
    }

    .mxd-footer__footer-blocks{
        padding: 0 1rem;
    }

    .mxd-footer__fullwidth-text h1 {
        font-size: 47px !important;
        margin-top: 4rem;
    }

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {


}


@media only screen and (max-width : 320px) {



}