/* 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;

}

nav ul a:hover{
  /* background-color: #eee; */
  color: #028090;
}

html{
  min-height: 100%;
  position: relative;
}

body{
  font-family: Avenir, Helvetica, sans-serif;
  margin-bottom: 240px; /* Footer Height */
}

.overEdge{
  position: absolute;
  left: -2000000px;
}

label{
  font-size: 1rem;
}

.footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.white{
  position:fixed;
}



p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

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

  select{
      display: block;
  }

@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;
}

textarea {
    height: 350px;
}

.file {
  position: absolute;
  visibility: hidden;
}

.custom-file-name:after {
  content: attr(data-content) !important;
  display: block;
  height: 100%;
  left: 0px;
  overflow: hidden;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0px;
}

.calc-bgcol-login
 {
  background-color: #f39200 !important;
  color : #05668D !important;
}

.calc-bgcol-1 {
  background-color: #BC1616 !important;
  color : #F0F3DB !important;
}
.calc-bgcol-2, .calc-bgcol-2:hover, .js-cookie-consent-agree {
  background-color: #05668D !important;
  color : #F0F3DB !important;
  border: 0;
}

.calc-bgcol-3, .calc-bgcol-3:hover {
  background-color: #028090 !important;
  color : #F0F3DB !important;
}
.calc-bgcol-4, .calc-bgcol-4:hover {
  background-color: #00A896 !important;
  color : #F0F3DB !important;
}

.calc-bgcol-5, .calc-bgcol-5:hover{
  background-color: #F0F3DB !important;
  color : #000 !important;
}

.calc-bgcol-6, .calc-bgcol-6:hover{
  background-color: #EAE7E5 !important;
  color : #000 !important;
}

.calc-bgcol-login, .calc-bgcol-1, .calc-bgcol-2, .calc-bgcol-3, .calc-bgcol-4, .calc-bgcol-5{
  font-size: 1.2rem;
  text-transform: none;
}

.calc-bgcol-5:placeholder-shown{
  color : #000 !important;
}

.calc-col-login {
  color: #f39200 !important;
}
.calc-col-1 {
  color : #BC1616;
}
.calc-col-2 {
  color : #05668D;
}
.calc-col-3 {
  color : #028090;
}
.calc-col-4 {
  color : #00A896;
}
.calc-col-5 {
  color : #F0F3DB;
}

.calc-col-6 {
  color: #5d5d5d;
}

.calc-page-footer {
    padding-top: 20px;
}

.calc-checker {
  margin-bottom:  -0.5rem;
  margin-left: 0.75rem !important;
  vertical-align: 0rem;
  width: 4rem;
}

.calc-name{
  height: 1rem;
  padding-bottom: 0.2rem;
}

.calc-logo{
  margin-left:-2rem;
  padding-top:0rem;
}

.calc-header{
  height: 4rem !important;

  position: absolute;
  bottom: 0;
  left: auto;

}

.calc-header  li {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  background-color: #E9ECEF;
  padding: 0.25rem 0.5rem 0 0.5rem;
  height: 100%;
}

a {
  color: #05668D;
}

.btn-link {
  color: #05668D;
}

.js-cookie-consent{
    position: sticky;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 999;
    background-color: #fffbdb;
    }

    .video-container{
      width: 40rem;
      margin: 5rem;
      border: 2px solid #645cff;
      box-shadow: 1px 1px 11px #9e9e9e;
    }

    .my-video{
      width: 28%;
      position: absolute;
      left: 2rem;
      bottom: 2rem;
      border: 6px solid #2196F3;
      border-radius: 6px;
      z-index: 2;
    }

    .user-video{
      width:204px;
      position: absolute;
      z-index: 1;
    }
