/*
Theme Name: FutureReadyASEAN
Theme URI: https://futurereadyasean.org/
Author: Empire Code Team
Author URI: https://futurereadyasean.org/
Description: Customized theme for FutureReadyASEAN training platform.
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: futurereadyasean, training, platform, portal
Text Domain: fra
*/

.header {
  padding: 24px 27px;
  color: #f1f1f1;
  float: left;
}

nav {
  display:inline-block;
  margin-top: 15px;
  margin-bottom: 0%;
}

nav ul {
  list-style-type: none;
}

nav li {
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.offset-pad-6x :first-child :first-child  {
  padding-left: 0px;
}
.offset-pad-6x :not(:first-child):not(:last-child) > :first-child {
  padding-left: 6px;
  padding-right : 6px;
}
.offset-pad-6x :last-child :last-child {
  padding-right: 0px;
}

.img-fullwidth {
  width : 100%;
  max-height: 100%;
}

.list-center-aligned > li {
  margin : auto
}

@font-face {
  font-family:'MWFMDL2';
  src: URL('MWFMDL2.ttf') format('truetype');
}