/* 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;
  font-family: 'Audiowide', cursive;
}

.nidhya-logo-font {
  font-family: 'Audiowide', cursive;
}

nav .logo-responsive {
    height: auto;
    width: auto;
    max-height: 54px;
    max-width: 250px;
    padding-top: 1px;
}

.sidenav-trigger {
  color: #26a69a;
}

/*
.button-collapse {
  color: #26a69a;
}
*/

.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;
}

.orange {
  background-color: #FF8932 !important;
}

.color-primary {
  color: #FF8932;
}
.color-secondary {
  color: #3356CC;
}
.color-third {
  color: #102467;
}
.color-fourth {
  color: #F7F7F7;
}
.color-light {
  color: #FFFFFF;
}

p {
  line-height: 2rem;
}

.spacer-right{
	padding-right: 5px;
}

.heading-text{
	color: #2c365d;
}


.tabs .tab a {
  color: rgba(38, 166, 154, 0.7);
  /*Custom Text Color*/
}

.tabs .tab a:hover {
  color:#26a69a;
  /*Custom Color On Hover*/
}

.tabs .tab a:focus.active {
  color:#26a69a;
  /*Custom Text Color While Active*/
  background-color: rgba(38, 166, 154, 0.2);
  /*Custom Background Color While Active*/
}

.tabs .indicator {
  background-color:#26a69a;
  /*Custom Color Of Indicator*/
}

.modal { width: 75% !important ; height: 75% !important ; } 

.navbar-fixed { z-index: 9999; }


.curriculam ul li{
	margin: 10px 0;	
}

.curriculam ul{
	margin-left:40px;
}

.nidhya-title{
	color: #2c365d;
	margin-top: 20px;
}

.btn-enroll{
	clor: #FF8932;
}	

.card-large {
  height: 600px;
}

.action-enroll{
	height: 55px;
}

.vertical-line{
	border-right: 3px solid #FF8932;
}

.contact-box{
	height: 300px;
}