* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Rubik', sans-serif;
    color: white;
	background-color: rgb(31, 161, 236);
}

img {
    max-width: 380px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 20px 0;
    line-height: 1.2;
}

h1 a:active,
h1 a:link,
h1 a:visited,
h1 a:hover {
	text-decoration: none;
	color: white;
}

p {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.4;
}

.center {
	margin: 0 auto; 
}

.textcenter {
	text-align: center; 
}

.containerpadding {
	padding: 20px 0 50px 0;
}

.wrapper {
    /*background: rgb(31, 161, 236); */
    /*background: linear-gradient(45deg, rgba(31, 161, 236, 1) 0%, rgba(252, 133, 87, 1) 100%); */
	background: linear-gradient(10deg, rgba(31, 161, 236) 10%, rgba(255, 184, 51, 1) 35%, rgba(255, 184, 51, 1) 50%, rgba(255, 144, 17, 1) 100%);
    min-height: 100%;
    overflow: hidden;
    padding: 1% 0;
    /*text-align: center;*/
    position: relative;
    z-index: 1;
}

.outer-container {
    max-width: 1280px;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	border: 0px green solid;
}

.title-container-a {
    max-width: 1280px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-direction: row;
	border: 0px blue solid;
	padding: 10px;
}

.title-container-b {
	display: flex;
	flex-direction: column;
	border: 0px red solid;
	padding: 1px;
}

.title-container-c {
	display: flex;
	flex-direction: row;
	border: 0px yellow solid;
	padding: 10px;
}

.title-container-d {
	display: flex;
	flex-direction: column;
	border: 0px red solid;
	padding: 1px;
	margin: 0 0 0 auto;
	justify-content: center;
}

.title-container-img {
	max-height: 150px;
}

.home-container-a {
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-direction: column;
	border: 0px blue solid;
	padding: 10px;
	flex-grow: 1;
}

.home-container-b {
	display: flex;
	flex-direction: row;
	border: 0px yellow solid;
	padding: 10px;
	flex-grow: 5;
}

.home-container-c {
	display: flex;
	flex-direction: column;
	border: 1px white solid;
	padding: 10px;
	margin: 0 auto;
}

.inner-container-a {
    max-width: 1280px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-direction: column;
	border: 0px blue solid;
	padding: 10px;
}

.border {
	border: 1px white solid;
}

.inner-container-b {
	display: flex;
	flex-direction: row;
	border: 0px yellow solid;
	padding: 10px;
}

.greybg {
	background-color:#00000021;
}

.inner-container-c1 {
	display: flex;
	flex-direction: column;
	border: 1px white solid;
	padding: 10px;
	width: fit-content;
    margin: 0 auto;
	flex-shrink: 1;
}

.inner-container-c2 {
	display: flex;
	flex-direction: column;
	border: 1px white solid;
	padding: 10px;
	width: fit-content;
    margin: 0 auto;
	flex-grow: 2;
}

.inner-container-d {
	display: flex;
	flex-direction: column;
	border: 0px aqua solid;
	padding: 1px;
}

.d-bottom {
	margin: auto 0 0 0 ;
}

.inner-container-e {
	display: flex;
	flex-direction: row;
	border: 0px orange solid;
	padding: 10px;
}

.inner-container-f {
	display: flex;
	flex-direction: row;
	border: 0px red solid;
	padding: 10px;
	width: 100%;
}

.field0 {
	border: 0px red solid;
	width: 100%;
}

.field0 img {
	max-width: 50%;
	-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.field1 {
	border: 0px red solid;
	width: 40%;
	min-width: 180px;
}

.field2 {
	border: 0px blue solid;
}

.field3 {
	border: 0px green solid;
	text-align: center;
	margin: 0 auto;
}

.field3 img {
	border: 0px green solid;
	max-width: 200px;
	text-align: center;
}

.field4 {
    border: 0px red solid;
    width: 100%;
    flex-grow: 1;
    padding: 10px;
    font-size: 18px;
	text-align: center;
}

.field5 {
	border: 0px red solid;
	width: 100%;
}

.footer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: transparent;
    border: 0 #000 solid;
    display: flex;
	flex-direction: row;
}

.footer-inner {
    width: 100%;
    margin: 0 auto;
    border: 0px #cacaca solid;
    text-align: left;
    background: transparent;
    border: 0 #000 solid;
    display: flex;
	flex-direction: row;
}

.designertext {
    line-height: 33px;
    padding: 25px 0 25px 0;
    vertical-align: middle;
	border: 0px white solid;
	font-size: 14px;
}


.designertext a:active,
.designertext a:link,
.designertext a:visited {
	text-decoration: none;
	color: white;
}

.designertext a:hover {
	color: black;
}

.designerimage, .headerimage {
    border: 0px green solid;
    margin: 0 0 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer-padding-right {
    padding-right: 70px;
}

.footer-padding-left {
    padding-left: 70px;
}

.designerimage img, .headerimage img {
	max-width: 50px;
}





.title, .bodytitle {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -3px;
}

.tagline {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
	letter-spacing: 1px;
}

.big-text-1 {
    font-size: 144px;
    line-height: 1;
	text-align: center;
}

.big-text-2 {
    font-size: 48px;
    line-height: 1;
	text-align: center;
}

.big-text-3 {
    font-size: 36px;
    line-height: 1;
	text-align: center;
}

/*
.icon {
    fill: #439cd4;
    width: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

.email {
    padding: 14px 30px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    background: white;
    color: #439cd4;
    display: block;
    text-decoration: none;
}
*/
 /*.background {
  background-image: url('assets/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 100%; 
 
  position: absolute;
    top: 0;
    left: 0;
   width: 100%;
    height: auto; 
    z-index: -2;

background-position: center;
background-repeat: no-repeat;
background-size: cover;

 /*   opacity: .05; 
}*/




/*.inner-header-a {
	display: flex;
	flex-direction: column;
	border: 1px orange solid;
	padding: 10px;
}

.inner-header-b {
	display: flex;
	flex-direction: row;
	border: 1px orange solid;
	padding: 10px;
}

.headerbullet {
	border: 1px red solid;
	width: 20%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
	letter-spacing: 1px;
}

*/



/*@media(max-width:960px) {

    .cutout-wrapper {
        margin: 40px auto 20px;
        max-width: 180px;
        border: 6px solid white;
        border-radius: 50%;
        background: white;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    }

    .cutout-container {
        padding-top: 100%;
        background: #fee5b5;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
    }

    .cutout {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90%;
        object-fit: cover;
    }

}*/


/***************************************************************
# Responsive
***************************************************************/

@media(min-width: 6400px) {

    /*.email {
        display: inline-block;
    }*/



/*@media(min-width: 960px) {*/

    .wrapper {
  /*      padding: 4rem 0; */
        text-align: initial;
    }

    .outer-container {
        padding-left: 60px;
        padding-right: 60px;
    }


/* Maybe to go?
    .content {
        width: 56%;
        border-left: 20px solid white;
        padding: 20px 0;
        padding-left: 60px;
        margin: 40px 0;
        margin-left: auto;
    }

    .cutout {
        position: absolute;
        left: -110px;
        bottom: 0;
        width: 62%;
        z-index: -1;
        max-width: 1320px;
    }
*/

   .big-text-1 {
        font-size: clamp(2rem, 12vw, 9rem);
    }

    .big-text-2 {
        font-size: clamp(20px, 4vw, 3rem);
    }


}

@media(max-width: 980px) {
	
	.tagline {
		font-size: 16px;
	}

	.bodytitle {
		font-size: 48px;
	}
}


@media(max-width: 870px) {
	
	.title-container-d {
		display: none;
	}
	
	.designertext {
		font-size: 12px
	}

}


@media(max-width: 730px) {
	
	.headerimage {
	}
	.tagline {
		font-size: 12px;
	}
	.title {
		font-size: 40px;
	}
	h1 {
		margin: 10px 0 0 0;
	}

	.designerimage {
		display: none;
	}
	
	.footer-padding-left {
		padding: 10px; 
	}

	.footer-inner {
		width: unset;
		align-items: center;
		margin: auto;
	}

	.home-container-a {
		display: none;
	}

	.inner-container-b {
		flex-direction: column;
	}

	.inner-container-c1, .inner-container-c2 {
		width: 100%;
	}

	.field5 {
		text-align: center;
	}

	.bodytitle {
		font-size: 36px;
	}

}


@media(max-width: 680px) {

	.inner-container-d {
		font-size: 14px;
	}
	
}


@media(max-width: 600px) {

	.designertext {
		font-size: 10px
	}

	.field1 {
		min-width: 145px;
	}

}




@media(max-width: 540px) {
	
	.title-container-c {
		padding: 10px 0 0 0;
	}
	
	.outer-container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.headerimage {
		display: none;
	}
	
	.title-container-b {
		align-items: center;
	}

	.title-container-a {
		width: unset;
	}
	.big-text-1 {
		font-size: 100px;
	}

	.big-text-2 {
		font-size: 40px;
	}
	
	.big-text-3 {
		font-size: 30px;
	}

	.bodytitle {
		font-size: 30px;
	}

	.inner-container-d {
		font-size: 12px;
	}

	.field1 {
		min-width: 130px;
	}

}


@media(max-width: 460px) {

	.tagline {
		font-size: 10px;
	}
	
	.big-text-2 {
		font-size: 30px;
	}

	.designertext {
		line-height: 16px;
		text-align: center;
	}

	.field4 {
		font-size: 14px;
	}
}

@media(max-width: 400px) {

	.tagline {
		font-size: 9px;
	}

	.bodytitle {
		font-size: 28px;
	}
}

/* END OF FILE */