@charset "UTF-8";
/* CSS Document */
body,h1,h2{font-family: "Raleway", sans-serif}

body, html {height: 100%}

p {line-height: 2}

.bgimg, .bgimg2, .bgimg3 {
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimg {
	background-image: url("../images/stethoscope-5224534_1920.jpg")
}
	
a.no-dec:link, a.no-dec:visited, a.no-dec:hover, a.no-dec:active  {
	background-color: none;
	text-decoration: none;
}

a.footer-link:link {
	color: #ccc;
	text-decoration: underline;
}

a.footer-link:visited {
	color: #ccc;
	text-decoration: underline;
}

a.footer-link:hover {
	color: aqua;
	text-decoration: none;
}

a.footer-link:active {
	color: aqua;
	text-decoration: none;
}

a.page-link:link {
	color: #333;
	text-decoration: underline;
}

a.page-link:visited {
	color: #444;
	text-decoration: underline;
}

a.page-link:hover {
	color: #000;
	text-decoration: none;
}

a.page-link:active {
	color: #000;
	text-decoration: none;
}

a.title-link:link {
	color: #333;
	text-decoration: none;
    border-bottom: 1px dotted black;
}

a.title-link:visited {
	color: #333;
	text-decoration: none;
    border-bottom: 1px dotted black;
}

a.title-link:hover {
	color: #000;
	text-decoration: none;
    border-bottom: 1px hidden ;
}

a.title-link:active {
	color: #000;
	text-decoration: none;
    border-bottom: 1px hidden;
}


@font-face {
  font-family: Frutiger;
  src: url("../assets/Frutiger_bold.ttf");
}

.button-title {
    cursor: default; 
    color: #8bc34a;
    border-bottom: 3px dotted #8bc34a;
}

.button-title:hover {
    cursor: default; 
    color: #8bc34a;
    border-bottom: 3px dotted #8bc34a;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: scroll;
}

.avh {
    color: black;
    background-color: #5FE5DD;
    border: 1px solid #5FE5DD;
}

hr {
    border: 1px gray dotted;
}