/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: black;
}

.header_menu{
  padding-left: 25px;
}

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

@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) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.collapsible-header{
  text-align: center;
  background-color: dodgerblue;
  color: white;
}

.collapsible-body{
  padding: 10px;
}

.logo_box{
  height: 45%;
}

.logos img{
  width: 90%;
  height: 90%;
}

.logos2 img{
  padding-top: 25%;
  width: 90%;
  height: 50%;
  padding-bottom: 15%;
}

.parallax-container2{
  height: 500px;
}

/*.split{
  padding-top: 60px;
}*/

.burj_khalifa{
  width: 49%;
  display: inline-block;
}
.burj_khalifa img{
  width: 100%;
}

.about-section{
  height: 100%;
  width: 45%;
  display: inline-block;
  padding-left: 4%;
  vertical-align: top;
}

.dave_pic img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid grey;
}

.web_pic{
  width: 30%;
  border: 1px solid grey;
  display: inline-block;
}

.web_pic img{
  width: 100%;
}

.relevant_courses{
  padding-left: 25px;
  padding-bottom: 15px;
}

.social_network img{
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-block;
}

a[href^="tel"]{
  color: inherit;
  text-decoration: none;
}

.logos3 img{
  height: 90%;
  width: 90%;
}

.no_col{
  margin: auto;
  left: 0px;
  right: 0px;
  max-width: 500px;
}
