/********************************************************************************************
Main
********************************************************************************************* */
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial,serif;
  font-size: 16px; }

.col {
  padding: 20px;
  box-sizing: border-box; }

/********************************************************************************************
Typography
********************************************************************************************* */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial,serif; }

h1 {
  font-size: 60px; }
  @media (max-width: 721px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 40px; }
  @media (max-width: 721px) {
    h2 {
      font-size: 30px; } }

h4 {
  font-size: 30px; }
  @media (max-width: 600px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 20px; }

.card-content a {
  color: #2f3031;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
.card-content a:hover {
  color: #039be5; }

/********************************************************************************************
Header
********************************************************************************************* */
.primary-overlay {
  background: rgba(33, 33, 33, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.main-header {
  background: url("../img/drone/Acecore NEO Drone v1 smokey_preview.jpeg");
  background-size: cover;
  background-position: center;
  /*height: 100vh;*/
  height: 80vh;
  min-height: 600px;
  color: #fff;
  position: relative; }
  .main-header .showcase {
    padding-top: 140px; }

.content-header {
  background: url("../img/drone/DSC00344Jorrit prod_preview.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 430px;
  color: #fff;
  position: relative; }
  .content-header .showcase {
    padding-top: 140px; }
    @media (max-width: 921px) {
      .content-header .showcase {
        padding-top: 70px; } }

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 47%;
  opacity: 0.5; }

/********************************************************************************************
NAVIGATION
********************************************************************************************* */
nav {
  height: 80px; }
  nav .brand-logo {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700; }
    @media (max-width: 721px) {
      nav .brand-logo img {
        height: 75px; } }

@media (max-width: 721px) {
  .main-header .showcase {
    padding-top: 90px; } }

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  display: block;
  font-size: 33px;
  height: 16px;
  line-height: initial;
  color: black; }

nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 14px;
  color: #4a4a4a;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 124px;
    line-height: 64px; } }
.navigation-wrapper {
  padding-top: 30px; }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 13px;
  color: #ff6f00;
  display: block;
  line-height: 22px;
  padding: 14px 16px; }

nav ul a:hover {
  background-color: rgba(255, 255, 255, 0.11); }

.flow-text {
  text-align: justify; }

p {
  text-align: justify; }

/********************************************************************************************
Section: BOXES
********************************************************************************************* */
.box {
  /*padding: 40px 10px !important;*/
  padding: 60px !important;
  /*padding: 80px;*/
  -webkit-box-shadow: 10px 10px 70px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 70px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 70px -4px rgba(0, 0, 0, 0.75); }

.box:hover {
  z-index: 1; }

.box h4 {
  padding-bottom: 10px;
  letter-spacing: 0px; }

.box2 .btn:hover {
  background-color: #000000 !important; }
.box2 h5 {
  color: #ff5a26; }
.box2 h4 {
  min-height: 110px;
  font-size: 28px; }
  @media (max-width: 600px) {
    .box2 h4 {
      min-height: 40px; } }
.box2 p {
  font-size: 14px; }

.courses-home .box {
  padding: 60px 20px !important; }
  .courses-home .box h4 {
    font-size: 28px;
    padding-bottom: 10px;
    min-height: 100px;
    font-weight: 400;
    letter-spacing: 0px; }

.acecore {
  max-height: 70px; }

/********************************************************************************************
Section: General
********************************************************************************************* */
.section-padding {
  padding: 50px 0; }

.section-boxes .row {
  margin-bottom: 0 !important; }

.section-contact {
  position: relative; }

.section-contact .card-panel {
  position: relative;
  z-index: 1; }

#googlemap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

@media (max-width: 600px) {
  .main-header {
    height: 50vh; } }
/********************************************************************************************
HELPERS
********************************************************************************************* */
.flex, .row-equal-height {
  display: flex;
  flex-wrap: wrap; }

.btn-small {
  font-size: 12px;
  width: 100%; }

/********************************************************************************************
FORMS
********************************************************************************************* */
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  pointer-events: none;
  margin: -6px 0;
  color: black;
  font-weight: bold;
  font-size: 16px; }

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  background-color: transparent;
  /* border: none; */
  border: 1px solid #9e9e9e;
  padding: 0px 20px;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 90%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  /* padding: 0; */
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  @media (max-width: 600px) {
    .modal {
      width: 95%;
      max-height: 80%;
      top: 2% !important; } }

/*# sourceMappingURL=main.css.map */
