@charset "UTF-8";
/* CSS Document */

  @import url("https://use.typekit.net/xsu2byo.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


body,td,th {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    margin: 0px;
    padding: 0px;

}
p {
	font-family: 'Inter', sans-serif;
    padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

body {
    background-color: #DADBDB;
}
    a:link, a:visited {
    color: #FF5100;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: #F79922;
}


h1 {
	font-size: 40px;
	font-weight: bold;
	color: #FF5100;
	margin: 10px 0px 10px 0px;
	line-height: 46px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FF5100;
	line-height: 28px;
	margin: 10px 0px 20px 0px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #212322;
	margin-bottom: 15px;
	margin-top: 0px;
    padding: 0px;
    letter-spacing: 1px;
}
h4 {
    font-size: 18px;
    font-weight: 300;      
    margin: 0px 0px 8px 0px;
    color: #0067ac;
    line-height: 22px;
        
    }
h5 {
    font-size: 15px;
    font-weight: 500;      
    margin: 4px 0px 2px 0px;
    color: #001e45;
    line-height: 22px;
        
    }
.orange {
	color: #FE5000 !important;
}

.raspberry {
	color: #E61363 !important;
}

.honey {
	color: #D69930 !important;
}

.slate {
	color: #123C52 !important;
}

.header {
	width: 100% !important;
    background-color: #FE7800 !important;

}
.header-teal {
	width: 100% !important;
    background-color: #00b89e !important;

}
.header-blue {
	width: 100% !important;
    background-color: #1a9fa8 !important;

}

.header-slate {
	width: 100% !important;
    background-color: #123C52 !important;

}

.header-orange {
	background-color:#FE5000 !important;
	width: 100% !important;
}

.header-winter2021 {
	width: 100% !important;
    background-image: url('../images/header-background.jpg') !important;
    background-repeat: repeat !important;
    background-position: top !important;
    background-size: contain !important;

}

.header-notebook {
	width: 100% !important;
    background-image: url('../images/bg-repeat.jpg') !important;
    background-repeat: repeat !important;
    background-position: top !important;
    background-size: contain !important;
	max-height: 350px;

}

.push-right {
	margin-left: 10%;
}

.header img {
	padding: 0px 40px 0px 40px;
	width: 100%;
	max-width: 1100px;

}
.container-fluid {
	background-color: #ffffff;
	max-width: 1100px;
	padding: 40px
}
.prize {
	max-width: 400px;
	width: 100%;
}
.legal {
	margin-top: 50px;
	color: #8B8D90;
	border-top: solid 1px #FF5100;
	padding-top: 30px;
}
.black {
	color: #212322;
}
.btn-pure {
	background-color: #FA782E !important;
	color: #ffffff !important;
}
.btn-pure:hover {
	background-color: #993000 !important;
	color: #ffffff !important;
}