/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body, a {
  font-family: "Poppins", sans-serif;
}
nav ul a,
nav .brand-logo {
    color: white;
}

p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #0072CE;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}
#logo-container .site-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: white;
}
#logo-container {
  display: flex;
  align-items: center;
}
#logo-container img {
  margin-right: 1em;
}
nav {
  height: 83.19px;
}
nav .nav-wrapper ul {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
h1 {
    font-weight: bold;
    display: block;
    margin: 0;
}
header {
    background: #0072CE;
    padding-top: 6px;
    padding-bottom: 6px;
}
header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
header a {
    color: white;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
header a:last-child {
    margin-right: 15px;
}
header i {
    margin-right: 5px;
    width: 16px;
}
#index-banner {
    display: flex;
    align-items: center;
}
#contacts a {
    color: black;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #logo-container img {
        margin-right: 10px;
        max-height: 40px;
    }
    #index-banner .section {
        top: 0;
    }
    header .container {
        flex-direction: column;
        justify-content: center;
    }
    header .container a {
        margin-right: 0;
    }
    #logo-container .site-title {
        white-space: nowrap
    }
    nav .sidenav-trigger i {
        height: 83.19px;
        line-height: 83.19px;
    }
    nav .sidenav-trigger {
        height: 83.19px;
        margin: 0 10px;
    }
    nav .brand-logo {
        right: -40px;
    }
    nav .nav-wrapper ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .sidenav li {
        width: 100%;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
    color: #0072CE;
}
#contacts b {
    color: #0072CE;
}

footer.page-footer {
    margin: 0;
}
