#EggZamGuard #header,
#EggZamGuard footer{
	display: none;
}

#EggZamGuard .inner-body:not(#Home .inner-body)  {
    margin-top:0;
}

#EggZamGuard .page-content {
    display: flex;
	justify-content: center;
	align-items: center;
	height: 100dvh;
}

#EggZamGuard .chicken-wrapper {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap; 
}

#EggZamGuard .chick-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6d6d6e;
	flex: 1 0 50%;
}

#EggZamGuard .chick-content p {
    line-height: 1.5em;
	font-size: clamp(1rem, 4vw + 1em, 1.1rem);
}

#EggZamGuard .chick-content h1 {
    color: var(--blue2);
    font-size: clamp(3em, 4vw + 2em, 6em);
    font-family: 'TheSerif', Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
}

#EggZamGuard .chick-content .first-col {
    width: 73%;
    margin: 2em auto;
}

#EggZamGuard .chick-content .sec-col {
    width: 65%; 
}


#EggZamGuard .chick-content .sec-col .bTitle {
    margin-bottom: 1em;
}

#EggZamGuard .chick-content .sec-col ol {
    list-style: auto;
    padding-left: 40px;
    margin-bottom: 1.3em;
}

#EggZamGuard .chick-content .sec-col ol li {
    margin-bottom: 5px;
}

#EggZamGuard .chick-content .sec-col ol a {
    text-decoration: none;
}

#EggZamGuard .chick-content .sec-col .date {
    margin-left: 25px;
}

#EggZamGuard .chick-content .sec-col .bTitle.post {
    margin: 1.3em 0 1.3em 25px;
}

#EggZamGuard .chick-img {
    box-sizing: border-box;
    align-self: flex-end;
	flex: 1 0 38%;
}

#EggZamGuard .chick-img img {
	width:100%;
    height: 100%;
    object-fit: cover;	
}

#EggZamGuard .bTitle {
    color: var(--blue2);
}


#EggZamGuard .chick-content,
#EggZamGuard .chick-img {
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	#EggZamGuard .chicken-wrapper {
        flex-direction: column;
        width: 100%;
		height:100%;
    }
}

@media only screen and (max-width: 480px) {
	#EggZamGuard .inner-body:not(#Home .inner-body) {
        margin-top: 100px;
    }

    #EggZamGuard .chicken-wrapper {
        flex-direction: column;
        width: 100%;
    }

    #EggZamGuard .chicken-wrapper .first-col,
    #EggZamGuard .chicken-wrapper .sec-col {
        width: 80%;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
