@charset "utf-8";
/* CSS Document */

/* =========================
GLOBAL FONT
========================= */
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"sans-serif;
}

/* =========================
TEXT STYLES
========================= */

p {
  font-size: 20px;
   font-family: "Calibri Light";  
}

h1 {
  font-size: 50px;
    font-weight: 100;
     font-family: "Calibri Light"; 
}

h2 {
  font-size: 30px;
    font-weight: 100
}

h3 {
  font-size: 24px;
    font-weight: 100;
      font-family: "Calibri Light"; 
    }

h4 {
  font-size: 24px;
    font-weight: 100;
      font-family: "Calibri Light"; 
    background-color: #D7ECE0
    }

h5 {
  font-size: 20px;
    font-weight: 100;
      font-family: "Calibri Light"; 
    }

    h6 {
  font-size: 90px;
    font-weight: 100;
     font-family: "Calibri Light"; 
color: #F8B21B;
}

ul {
   font-size: 20px;
   font-family: "Calibri Light";  
}
    
    
    
    
/* =========================
LINK STYLES
========================= */

.list-wrapper {
  display: flex;
  justify-content: center;
}

.list-wrapper ul,
.list-wrapper ol {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  text-align: left;
  display: inline-block;
}

.b:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;	
}

.b:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;	
}
.b:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16x;
	color: #F8B21B;	
    background:rgba(255,255,255,0.2);
}




