@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* CSS Document */
.tekst_link {
	margin-right: 50px;
	
}

.robotofont {
	font-family: "Roboto" , sans-serif;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light a, a:visited {
	color: white;
	text-decoration:none;
}
.roboto-light a:link {
	color: white;
	text-decoration:none;
}
.roboto-light a:hover {
	color: red;
	text-decoration:underline;
}
.roboto-light a:active {
	color: white;
	text-decoration:none;
}

.dropdown-menu a:visited {
   color: #000000;
}


.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.card footer-card h2{
	color: white;
}

.main-outlet {
	background-image: url("../graph/bg_03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	a, a:visited {
	color: #FFF;
	text-decoration:none;
    a:link {
	color: #fff;
	text-decoration:underline;
    a:hover {
	color: #FF0000;
	text-decoration:underline;
    a:active {
	color: #FFF;
	text-decoration:none;
	
}
.main-outlet h1 {
	
	color:coral;
}
.main-outlet h2 {
	
	color:darkgrey;
}
.menu02 {
	font-family: oswald;
	font-size: 140px;
	font-weight: bold;
	color: red;
}
.menu02 a, a:visited {
	color: black;
	text-decoration:none;
}
.menu02 a:link {
	color: black;
	text-decoration:none;
}
.menu02 a:hover {
	ccolor: black;
	text-decoration:underline;
}
.menu02 a:active {
	color: black;
	text-decoration:none;
}
.dropdown-item {
	font-family: oswald;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.dropdown-item a, a:visited {
	color: black;
	text-decoration:none;
}
.dropdown-item a:link {
	color: black;
	text-decoration:none;
}
.dropdown-item a:hover {
	ccolor: black;
	text-decoration:underline;
}
.dropdown-item a:active {
	color: black;
	text-decoration:none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
		
