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

/*  @font-face { font-family: Love; src: url('images/love.ttf'); }  */


body {
	margin: 0; /* Removes default body margin */
    padding: 0; /* Removes default body padding */
    background-image: url('images/bg.jpg'); /* Replace with your image */
    background-repeat: no-repeat; /* Prevents tiling */
    background-size: cover; /* Makes the background cover the entire viewport */
    background-position: top center; /* Aligns the background at the top */
	background-color: #000000;
	color: #000000;
	font-family: "Rubik", sans-serif;
	font-size: 19px;
}

img { border: 0px; }


/* TEXT */

h1 {font-family: "Rubik", sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2D3694;
	color: #ffffff;
	padding: 10px;
	border-radius: 20px;
	
}

.text-black-large{
	color: #000000;
	font-family: "Rubik", sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-black-med{
	color: #000000;
	font-family: "Rubik", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
}

.text-black-small{
	color: #000000;
	font-family: "Rubik", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
}

.text-blue-large{
	color: #2D3694;
	font-family: "Rubik", sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-blue-med{
	color: #2D3694;
	font-family: "Rubik", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
}

.text-blue-small{
	color: #2D3694;
	font-family: "Rubik", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
}

.text-red-large{
	color: #CC0023;
	font-family: "Rubik", sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-red-med{
	color: #CC0023;
	font-family: "Rubik", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
}

.text-red-small{
	color: #CC0023;
	font-family: "Rubik", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: "Rubik", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.znd a{
	color: #ffffff;
	text-decoration: none;
}


/* MENU */

.menu-index {
    background-color: #CC0023;
    width: 950px;
    height: 65px;
    color: #1e2370;
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

.menu-index a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 12px;
}

.menu-index a:hover {
    color: #1e2370;
}


/* LINKS AND BORDER */

a {
	color: #616466;
}

.border {
	border: 3px solid #2D3090;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }




/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 10px 35px 10px 35px;
}


 