body {
	margin: 0px 0px;
	padding: 0px;
}

* {
	box-sizing: Border-box;
}

#container {
	background-color: white;
	position: absolute;
	overflow: hidden;
	border: 1px solid black;
	opacity: 0;
}

.sprite {
	position: absolute;
	background-repeat: no-repeat;
}

@font-face {
	font-family: "Dunkin Sans Display";
	src: url("../fonts/DunkinSans-Display.woff2");
}

@font-face {
	font-family: "Dunkin Serif Bold";
	src: url("../fonts/DunkinSerif-Bold.woff2");
}

@font-face {
	font-family: "Dunkin Sans Medium";
	src: url("../fonts/DunkinSans-Medium.woff");
}

p {
	margin: 0;
	white-space: pre-line;
}

a {
	text-decoration: none;
}

#bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	image-rendering: -webkit-optimize-contrast;
}

.centered-container {
	height: 100%;
	width: 230px;
	display: flex;
	align-items: left;
	position: absolute;
	flex-direction: column;
	left: 10px;
	justify-content: center;
}

#copy1 {
	width: 200px;
	font-size: 13pt;
	line-height: 13pt;
	text-align: left;
	color: white;
	font-family: "Dunkin Sans Display";
}

#copy2 {
	width: 200px;
	font-size: 13pt;
	line-height: 13pt;
	text-align: left;
	color: white;
	font-family: "Dunkin Sans Display";
}

#copy3 {
	width: 100%;
	font-size: 13pt;
	line-height: 1;
	text-align: left;
	color: white;
	line-height: 1;
	font-family: "Dunkin Sans Display";
}

#copy3Subhead {
	width: 80%;
	font-size: 10pt;
	line-height: 1;
	margin-top: 3px;
	font-family: "Dunkin Sans Display";
}

#bottom-container {
	position: absolute;
	bottom: 0;
	padding: 0 3px 3px 3px;
	width: 308px;
	text-align: right;
	right: 0;
}

#legal {
	margin: 0;
	color: white;
	font-size: 5pt;
	line-height: 5pt;
	font-family: "Arial", sans-serif;
	width: 100%;
}

#cta {
	float: right;
}

#logo-cta-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 90px;
	position: absolute;
	width: 270px;
	right: 0px;
}
#logo {
	width: 100%;
	max-width: 120px;
	max-height: 37px;
}

#ctaText {
	margin: 0;
	background-color: white;
	padding: 3px 12px;
	border-radius: 20px;
	font-family: "Dunkin Sans Display";
	font-size: 12pt;
	line-height: 12pt;
	color: #ed4f22;
}

#headline-container {
	text-align: left;
	position: absolute;
	display: flex;
	color: white;
	width: 180px;
	flex-direction: column;
	left: 10px;
	height: 90px;
	justify-content: center;
}

#efLockup {
	width: 100%;
}

#efHeadline {
	font-family: "Dunkin Sans Display";
	font-size: 17pt;
	line-height: 1.1;
}

.partner-logo {
	position: absolute;
	width: 115px;
	height: 34px;
	left: 19px;
	top: 14px;
	background-size: 100%;
}
.delivery-logo {
	position: absolute;
	width: 12.8%;
	height: 32.9%;
	left: 148px;
	top: 20px;
	background-size: 100%;
}

#efSubhead {
	position: absolute;
	font-family: "Dunkin Sans Medium";
	font-size: 9pt;
	line-height: 1;
	width: 80%;
	margin-top: 3px;
	top: 54px;
	left: 18px;
	width: 25%;
}

#outerFrame3Logos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

#frame_3_man_logo {
	height: 24px;
}

#frame3DunkinLogo {
	height: 32px;
}

#products {
	width: 728px;
	height: 90px;
	top: 0px;
	left: 0px;
	image-rendering: -webkit-optimize-contrast;
}

/* weather styles */
.hide {
	display: none;
}

#snowflakes {
	top: -120px;
}

#sun {
	top: -90px;
	left: -70px;
}

#rain {
	top: -250px;
}
