@font-face
{
	font-family: "liberationsans";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/liberation-sans.regular.ttf") format("truetype");
}

@font-face
{
	font-family: "liberationsansbold";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/liberation-sans.bold.ttf") format("truetype");
}


body
{
	background-color: #fff!important;
	font-family: "liberationsans"!important;
	color: rgb(75, 80, 80)!important;
}

section
{
	font-family: "liberationsans"!important;
	color: rgb(175, 175, 175)!important;
	color: rgb(75, 80, 80)!important;
}

.footer-pink
{
	position: fixed;
	bottom: 0;
	width: 100%;
/* 	border-bottom: 11px solid rgb(255, 0, 120)!important; */
	border-bottom: 11px solid #5361b0!important;
	z-index: 1000;
	text-align: right;
	vertical-align: bottom!important;
}

.footer-wrapper
{
	padding: 0 10px 0 0!important;

	-webkit-transition: width 2s!important; /* Safari */
	transition: width 2s!important;
}

.footer-wrapper img
{
/* 	width: 300px!important; */
	width: 15vh !important;
	float: right;
}

.footer-social a,
.footer-social a:active,
.footer-social a:visited,
.footer-social a:hover
{
	text-decoration: none;
	color: rgb(75, 80, 80);
}

.footer-social-b a,
.footer-social-b a:active,
.footer-social-b a:visited,
.footer-social-b a:hover
{
	color: rgb(175, 175, 175);
}

.footer-social
{
	position: absolute;
	bottom: 0;
	padding: 5px!important;
	font-size: 0.5em!important;
	float: left;
	text-align: left;
}

.main-title
{
	width: 80%!important;
	margin: auto auto!important;
/* 	color: rgb(223, 77, 98)!important; */
/* 	color: rgb(255, 0, 120)!important; */
	color: #5361b0!important;

	font-family: "liberationsansbold"!important;
	text-shadow: 2px 2px #111!important;
	font-size: 3em!important;
	letter-spacing: 20px!important;
	line-height: 1em!important;
}

a,
a:active,
a:visited,
table tr td li a,
table tr td li a:active,
table tr td li a:visited
{
	color: rgb(75, 80, 80) !important;
	font-family: "liberationsans"!important;
}


h3,
h3 a,
h3 a:visited,
h3 a:active
{
	color: rgb(255, 0, 120)!important;
	color: #5361b0!important;
	font-family: "liberationsans"!important;
}

a:hover,
h3 a:hover,
table tr td li a:hover
{
	text-decoration: underline;
}

.title,h2,h4
{
	color: #bfbfcd!important;
	font-family: "liberationsans"!important;
}

.slide-number
{
	top: 8px!important;
	bottom: unset!important;

    display:inline-block!important;
    line-height:0px!important;
    
    border-radius:50%!important;
    
    font-size:24px!important;

	color: #fff!important;
	background: #000!important;
}

.slide-number-on-black
{
	/*
	color: rgb(75, 80, 80)!important;
	background: rgb(175, 175, 175)!important;
	*/
	color: rgb(255, 255, 255)!important;
	background: rgb(75, 80, 80)!important;
}

.slide-number span
{
    display:inline-block!important;
    
    padding-top:50%!important;
    padding-bottom:50%!important;
    
    margin-left:8px!important;
    margin-right:8px!important;
}

.reveal section img
{
	border: unset!important;
}

table tr td
{
	vertical-align: top!important;
	padding: 2px!important;
}

.summary-image-1
{
	background-image:url('../img/little1.png');
	background-size: 100% 100%;
}

.summary-image-2
{
	background-image:url('../img/little2.png');
	background-size: 100% 100%;
}

.summary-image-3
{
	background-image:url('../img/little3.png');
	background-size: 100% 100%;
}

.summary-ol
{
	margin-bottom: 15px!important;
}

.slide-title
{
	font-family: "liberationsans"!important;
	color: rgb(175, 175, 175)!important;
	position: fixed;
	top: 10px;
	left: 10px;
	text-transform: uppercase;
}

.pronunciation
{
	font-family: sans-serif!important;
}

.text-square-pink,
.text-square-white,
.text-square-black
{
	text-transform: uppercase;
	padding: 35px 25px!important;
	border: 5px solid #000!important;
	font-family: "liberationsansbold"!important;
	letter-spacing: 20px;
	color: #000;
	font-size: 1.75em!important;
}

.text-square-pink
{
/* 	color: rgb(255, 0, 120); */
	color: #5361b0;
/* 	border: 5px solid rgb(255, 0, 120)!important; */
	border: 5px solid #5361b0!important;
}

.text-square-white
{
	color: rgb(255, 255, 255);
	border: 5px solid rgb(255, 255, 255)!important;
}

.big
{
	font-size: 5em!important;
}

.medium
{
	font-size: 2em!important;
}

.pink
{
/* 	color: rgb(255, 0, 120)!important; */
	color: #5361b0!important;
}

.table-items
{
	min-width: 50%;
}

.table-items tr td
{
	text-align: center;
	border: unset!important;
}

.table-items thead tr td
{
	border-bottom: 1px solid black!important;
}

.reveal .progress
{
	/*
	background: rgba(255, 255, 255, 0)!important;
	*/
	z-index: 5000;
	height: 11px!important;
}

.reveal .progress span
{
/* 	background: rgb(65, 184, 179)!important; */
/* 	background: rgb(35, 128, 195)!important; */
	background: rgb(0, 121, 228)!important;
}
