@charset "UTF-8";
/* CSS Document */

* {padding: 0; margin: 0; font-size: 100%}
html, body {
	height: 100%;
  font-family: 'Barlow', sans-serif;
	background-color: rgb(234, 133, 1);
    color: white;
}
img {border: 0;}

/*Text*/
a {color: #c48c00; text-decoration:none;}
a:visited {color: #c48c00;}
a:hover {color: #ff007b;}
#contact a {color: #ffd770; text-decoration:none;}
#contact a:visited {color: #ffd770;}
strong {font-weight:600;}
em {font-style:italic;}
p {
	font-size: 1.6em; color: white;
  margin-top:0px; margin-bottom:25px;
}
h1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4em;
  font-weight:200; color: white;
  text-align:center;
  padding-top:0; padding-bottom:0;
  margin-top:0px; margin-bottom:20px;
  }
@media (min-width: 992px) {h1 {
  font-size: 6em;
}}

h2 {
  font-size:2.8em; font-weight:200;
  margin-top:20px; margin-bottom:10px;
  color: white; line-height: 130%;
  }
h3 {
  font-size:2em; font-weight:600;
  margin-top:0px; margin-bottom:20px;
  color: white;
  }
h4 {
  font-size:1.5em;
  }
li {
	font-size: 1.6em;
	padding-top:10px;
	padding-bottom:6px;
}
strong {font-weight: 600;}
.small {font-size: 1.2em;}

.buttonSmall {font-size: .7em; padding: 5px; background-color: rgba(255,160,50,1.00); color: black; border-radius: 6px;}
/*Navbar*/

.navbar {border: none; background-color: rgba(0,0,0,0.75); font-family: 'Barlow', sans-serif;}
.navbar-nav {background-color:none;}
.navbar-nav a:hover {color: #007aff;}
.navbar .navbar-collapse {text-align: center; background-color:none; }
.dropdown:hover .dropdown-menu {display: block !important;}
.nav-item {padding: 5px;}
.nav-link {font-size: 1.6em; color: #cfa948;}
@media (min-width: 992px) {.nav-link {font-size: .7em;}}
.nav-link a {color: #cfa948;}
.nav-link a:hover {color: #007aff;}
.nav-link a:visited {color: #cfa948;}
.navbar-toggler {border-color: white; border-width: 2px;}
.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}

/*Colours*/

/*Header*/
header {
  background-size: cover;
  padding-top: 80px; padding-bottom: 80px;
}
@media (min-width: 992px) {header {
  padding-top: 240px; padding-bottom: 240px;
}}

.header-img-bg-01 {background-image: url(../assets/pics/header-pic-group.jpg); background-position: center center;}
.header-img-bg-02 {background-image: url(../assets/pics/header-pic-surfing.jpg); background-position: center center;}
.header-img-bg-03 {background-image: url(../assets/pics/header-pic-jon-taichi.jpg); background-position: center bottom;}

/*Footer*/
footer {
  padding: 60px 50px 100px 50px;
  margin-top: 100px;
  background-color:#2e2e2e;
}
footer a {color: rgba(255,255,255,1.00);}
footer a:visited {color: rgba(255,255,255,1.00);}
footer a:hover {color: #ffe4a1;}
.footer-text-left {text-align: center;}
@media (min-width: 768px) {.footer-text-left {text-align: left;}}
.footer-text-right {text-align: center;}
@media (min-width: 768px) {.footer-text-right {text-align: right;}}


/*Structure*/
.dark-overlay {background-color: rgba(0,0,0,0.5);}
.d-o-home {margin-top: 230px; padding-bottom: 30px;}
.d-o-home-logo {margin-top: -140px;}
.d-o-others {padding: 100px 50px 80px 50px;}
.d-o-euro {padding: 40px 0; margin-bottom: 50px; border-bottom: 10px solid #43508a;}
.d-o-asia {padding: 40px 0; border-bottom: 10px solid #cf0024;}
.section-pad {padding-top: 50px; padding-bottom: 50px; margin-bottom: 30px;}
.inner-pad {padding-top: 30px; padding-bottom: 30px;}
.section-blue {padding-top: 70px; padding-bottom: 70px; background-color: #0a1342;}
.section-red {padding-top: 70px; padding-bottom: 40px; margin-bottom: 70px; background-color: #550000;}
.hr-divider {border: 2px #d3d3d3 solid; margin-top: 70px; margin-bottom: 70px;}
/*Content*/
.EPC-logos {padding: 40px;}
.EPC-logos p {text-align: center; font-size: 2em; font-weight: 600;}

/* Buttons */
button {color: white; text-align: center; padding: 20px 30px; margin-top: 30px; margin-bottom: 30px; font-size: 1.7em; border: none;}
.button-small {font-size: 1.4em; padding: 20px;}
.button-grey {background-color: #333333; }
.button-blue {background-color: #43508a; }
.button-red {background-color: #cf0024; }

/* Flickity */
.carousel {margin-top: 40px; margin-bottom: 80px;}
@media (min-width: 992px) {
  .carousel {min-height: 300px;}
}

.carousel-cell {
  width: 90%; 
  margin-right: 10px;
  background: rgb(222, 222, 222);
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
}
@media (min-width: 768px) {
  .carousel-cell {width: 66%; padding: 50px 80px;}
}

.carousel-cell p {font-size: 24px; color: #444;}
.flickity-viewport {
  transition: height 0.2s;
}


/*/
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
*/