@charset "utf-8";
/* CSS Document */

#headImg {
	width: 910px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 0px;
	background-image: url("../images/SimplyDist.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.title {
	height:150px;
}

.subtitle {
	font-family: 'ccshannonwheeler regular';
	font-size: 16pt;
	color: #28DAAD;
	margin: 0;
		padding: 8px 0px;
	background-color: #263E5F;
}

#intro {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#meIntro {
	width: 400px;
	height: 400px;
	margin-right: 24px;
}

#selfPortrait {
	width: 400px;
	height: 400px;
}

#textIntro {
	width: auto;
}

#textIntro .content {
	margin-bottom: 16px;
}

.animGroup {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 40px;
}

.animGroup .content {
	width: 80%;
	margin-bottom: 24px;
}

.animGroup h3 {
	margin-bottom: 16px;
}

.animRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: top;
	justify-content: center;
	width: 100%;
}

.animCont {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 300px;
	margin: 0px 16px 32px;
}

.animCont h5 {
	text-align: center;
	margin: 0px;
}

.meijer01 {
	width: 300px;
	height: auto;
	margin-bottom: 16px;
}

.onetrust01 {
	width: 300px;
	height: auto;
	margin-bottom: 16px;
}

.animCont2 {
	display: flex;
	flex-direction: column;
	height: auto;
	width: 600px;
	margin: 0px 16px;
}

.pmi01 {
	width: 600px;
	height: auto;
	margin-bottom: 16px;
}



#quickNote {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	padding: 24px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border: 4px solid #28DAAD;
	box-shadow: -10px 10px #0D644E;
}

#quickNote .content {
	margin-bottom: 16px;
}

#quickNote h3 {
	margin-bottom: 16px;
}


@media (max-width: 1087px) {

	#headImg{
		width: 665px;
	}
	
	.title {
		height:120px;
	}
	
	.subtitle {
		font-size: 14pt;
	}
	
}

@media (max-width: 780px) {

	#headImg{
        width: 382px;
        background-position: center;
    }
	
	#intro {
		width: auto;
		flex-direction: column;
		align-items: center;
		padding: 0px;
	}
	
	#meIntro {
		width: 400px;
		height: 400px;
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#selfPortrait {
		width: 400px;
		height: 400px;
	}
	
	#textIntro {
		width: 80%;
	}
	
	.pmi01 {
        width: 100%;
	}
	
}

@media (max-width: 480px) {
	
   #headImg{
        width: 244px;
        background-position: center;
    }

    .title {
		width:244px;
        height:80px;
    }

    .subtitle {
		width: 244px;
        font-size: 10pt;
    }
	
	#intro {
		width: 320px;
	}
	
	#meIntro {
		width: 320px;
		height: 320px;
	}
	
	#selfPortrait {
		width: 320px;
		height: 320px;
	}

}