
/* FONTS - - - - */

@font-face {
    font-family: 'my_FunnelDisplay_Light';
    src: url('../fonts/FunnelDisplay-Light.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_FunnelDisplay_Regular';
    src: url('../fonts/FunnelDisplay-Regular.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_FunnelDisplay_Medium';
    src: url('../fonts/FunnelDisplay-Medium.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_FunnelDisplay_SemiBold';
    src: url('../fonts/FunnelDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_FunnelDisplay_Bold';
    src: url('../fonts/FunnelDisplay-Bold.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_FunnelDisplay_ExtraBold';
    src: url('../fonts/FunnelDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/FunnelDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* - - - - */

@font-face {
    font-family: 'my_Poppins_Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_LightIt';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_Italic';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_MediumIt';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_SemiBoldIt';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'my_Poppins_BoldIt';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


/* GENERAL - - - - */

body{
	background-color: ghostwhite;
	color: midnightblue;
}

.container{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: 0;
	left: 0;
}

/* FUNNEL DISPLAY - - - - */

.FD_L{
	font-family: 'my_FunnelDisplay_Light';
}

.FD_R{
	font-family: 'my_FunnelDisplay_Regular';
}

.FD_M{
	font-family: 'my_FunnelDisplay_Medium';
}

.FD_SB{
	font-family: 'my_FunnelDisplay_SemiBold';
}

.FD_B{
	font-family: 'my_FunnelDisplay_Bold';
}

.FD_XB{
	font-family: 'my_FunnelDisplay_ExtraBold';
}

/* POPPINS - - - - */

.P_L{
	font-family: 'my_Poppins_Light';
}

.P_LI{
	font-family: 'my_Poppins_LightIt';
}

.P_R{
	font-family: 'my_Poppins_Regular';
}

.P_I{
	font-family: 'my_Poppins_Italic';
}

.P_M{
	font-family: 'my_Poppins_Medium';
}

.P_MI{
	font-family: 'my_Poppins_MediumIt';
}

.P_SB{
	font-family: 'my_Poppins_SemiBold';
}

.P_SBI{
	font-family: 'my_Poppins_SemiBoldIt';
}

.P_B{
	font-family: 'my_Poppins_Bold';
}

.P_BI{
	font-family: 'my_Poppins_BoldIt';
}


h1{
	font-size: 36px;
	margin-bottom: 12px;
}

p{
	font-size: 16px;
	letter-spacing: 1px;
}

#siteBG{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	background-image: url(../images/bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	opacity: 60%;
}

.container{
	position: relative;
	height: 100vh;
	top: 0;
	left: 0;
}

.textHolder{
	position: absolute;
	bottom: 60px;
	left: 0;
	background-color: paleturquoise;
}

.pic{
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	background-size: cover;

	box-shadow: 10px 10px 10px paleturquoise;
}

.bud{
	background-image: url(../images/bud.webp);
	width: 250px;
	height: 150px;

	top: 70%;
	left: calc(0% - 300px);

	animation: imgAni 34s 15s linear infinite reverse;
}

.silo{
	background-image: url(../images/silo.webp);
	width: 200px;
	height: 250px;

	top: 38%;
	left: calc(0% - 300px);

	animation: imgAni 48s linear infinite reverse;
}

.dock{
	background-image: url(../images/dock.webp);
	width: 200px;
	height: 200px;

	top: 7%;
	left: calc(0% - 300px);

	animation: imgAni 40s 10s linear infinite reverse;
}

.buggy{
	background-image: url(../images/buggy.webp);
	width: 250px;
	height: 150px;

	top: 17%;
	left: calc(0% - 300px);

	animation: imgAni 37s 3s linear infinite;
}

.donut{
	background-image: url(../images/donut.webp);
	width: 200px;
	height: 230px;

	top: 55%;
	left: calc(0% - 300px);

	animation: imgAni 39s 10s linear infinite;
}

.statue{
	background-image: url(../images/statue.webp);
	width: 200px;
	height: 250px;

	top: 20%;
	left: calc(0% - 300px);

	animation: imgAni 34s 15s linear infinite;
}

.buggy2{
	background-image: url(../images/buggy2.webp);
	width: 250px;
	height: 150px;

	top: 60%;
	left: calc(0% - 300px);

	animation: imgAni 42s 20s linear infinite reverse;
}



@keyframes imgAni{
	0%{
		left: calc(0% - 300px);
	}
	100%{
		left: calc(100%);
	}
}

/* MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	.container{
		width:87.5%; /* 280 pixels at a 320 pixel screen width (iPhone 3 / 4 / 5) */
	}
}

/* TABLET STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		width:93.75%; /* 720 pixels at a 768 pixel screen width (iPads) */
	}
}

/* DESKTOP STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1025px){
	.container{
		/*width:978px;*/
		width: min(95.5%, 1200px);
	}
}
