/* ──────────────────────────────────────────────
 * acircus.net  •  a creative multimedia network
 * pixel perfection since 2018 · Bolzano, Italy
 *
 * Author: aphrodite
 * Contact: we[at]acircus.net
 * ────────────────────────────────────────────── */

/* ==========================================================================
Responsive
========================================================================== */
@media (max-width: 480px) {
    #acircus-logo {
        width: 300px !important;
        height: 300px !important;
    }
    .text_align_left { text-align: justify; }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 481px) and (max-width: 767px) {

    h2,
    h3 {
        margin:0 0 20px 0;
        line-height:1.21em;
    }

    h2.title{
        font-size: 3.6em !important;
    }

    h3{
        font-size: 21px !important;
    }
    
    h3.slogan{
        font-size: 21px !important;
    }
    
    .icon-canva {
        padding-top: 32px;
    }
    
    #about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
}

@media (max-width: 480px) {

    h2,
    h3 {
        margin:0 0 20px 0;
        line-height:1.21em;
    }

    h2.title{
        font-size: 1.6em !important;
    }
    
    h3{
        font-size: 21px !important;
    }
    
    h3.slogan{
        font-size: 21px !important;
    }
    
    .icon-canva {
        padding-top: 32px;
        padding-bottom: 12px;
    }
	
    #about .profile {
		margin-bottom: 30px;	
	}
	
	#about .profile:last-child {
		margin-bottom: 0;	
	}
}

@media (max-width: 320px) {

}