@charset "utf-8";
@media only screen and (min-width: 1024px){
/* home */
.next, .prev, .next img, .prev img{
	display:none;
}
.mobileconnect {
	display:none;
}
#home{
   grid-template-columns: 1fr 1fr;
    padding: 7vw 10% 0 10%;
    height: calc(100vh - 7vw);
}
/* About */
#about{
	padding: 7vw 10% 0 10%;
    height: calc(100vh - 7vw);
    align-items: center;
}
#about .education {

}
#about p{
	padding-right: 10vw;
}
.zoomicon{
	width: 93%;
    height: 93%;
}
/*  Credentials  */
#credentials {
    padding: 7vw 10% 0 10%;
    height: calc(100vh - 7vw);
    align-items: center;
}
.credentialconatiner {
    margin: 0 0 0 0;
}
.credentialinfo {
   min-height: 3vw;
    text-align: center;
}
.credentialconatiner > div {
   justify-content: center;
    border-right: 0.1vw dashed;
    margin: 0;
    position: relative;
}
.credentialconatiner > div:last-child {
    border-right: none;
}
/*  Showcase */
#showcase {
    padding: 7vw 10% 7vw 10%;
    height: calc(100vh - 14vw);
    position: relative;
}
#showcase .gallery{
	min-width: 50%;
	border-right: 1px dashed #b6b6b6;
	padding: 0 25px 0 0;
}
#showcase .gallerycontainer {
    justify-content: center;
	flex-wrap: wrap;
}
#showcase .milestones{
	min-width: 50%;
	padding: 0 0 0 0;
}
/*  Gallery  */
#gallery {
    padding: 7vw 10% 0 10%;
    height: calc(100vh - 7vw);
}
/*  testimonials  */
#testimonials {
	padding: 7vw 10% 0 10%;
    height: calc(100vh - 7vw);
    justify-content: space-evenly;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
/*#testimonials .content {
    margin: 63px 0;
}
#testimonials .counters {
    margin: 0 10px;
}*/
/*  Connect  */
#connect {
    align-items: center;
}

#connect .pitch {
    min-width: 50%;
    padding: 0;
}
#connect .contactcard{
	min-width: 50%;
	padding: 0 0 0 0;
}
}
