/* Text */
h1{
    font-family: "Avenir";
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 65px;
}
h2{
    font-family: "Avenir";
    font-weight: 600;
    font-size: 45px;
}
h3{
    font-family: "Avenir";
    font-weight: 800;
    font-size: 35px;
    color: #1CE783;
}
h4{
    font-family: "Avenir";
    font-size: 24px;
}
p{
    font-family: "Avenir";
    font-size: 14px;
    font-weight: bolder;
}
.lead{
    font-family: "Avenir";
    font-size: 16px;
    line-height: 24pt;
    font-weight: 400;
}
.btn, .btn-primary, .btn-lg{
    font-family: "Avenir";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #1CE783;
    color: black;
    border: none;
}
.btn, .btn-primary, .btn-lg:hover{
    background-color: #1CE783;

}
/* Navigation menu */

.customNav{
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: #2A2C32 !important;
    background-size: cover;
    z-index: 10;
    top: 0;
}
.right-nav{
    margin-left: auto;
    margin-right: 30px !important;
}
.nav-link{
    color: white !important;
    letter-spacing: .5px;
    font-size: 14px;
    font-family: "Avenir";
    font-weight: 500;
    margin-right: 8px;
}


.huluLogo{
width: 75px;
margin-left: 40px;
}
.browseIcon{
    width: 25px;
    margin-right: 10px;
}
.mystuffIcon{
    width: 25px;
    margin-right: 10px;
}
.huloopIcon{
    width: 28px;
    margin-right: 10px;
}
.searchIcon{
    width: 23px;
    margin-right: 10px;
}
.profileIcon{
    width: 23px;
    margin-right: 10px;
}


.intro{
    margin-top: 100px;
}
/* Intro */
.greenHulu{
    width: 100px;
}
.watch1{
    width: 500px;
}


/* How to Huloop */
.watch2{
    width: 450px;
}
.huloopBlack{
    width: 28px;
}
.list-group-item{
    background-color: #efefef;
    border: none;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    width:95%;
}
.list-group-item:hover{
    background-color: #ABABAB;
    color: white;
}
.huloopList li{
font-family: "Avenir";
font-size: 13px;
font-weight: 700;
}

/* Dark */
.dark{
    background-color: #1E2126;
    margin-top: 100px;
}
.dark p{
    color: white !important;
}


.dark .row{
    padding-top: 150px;
}
.row1{
    padding-top: 150px;
}
.row2{
    padding-bottom: 150px;
}
.calendar{
    width: 100px;
}

/* Prototype */
.prototype{
    text-align: center;
    background-color:#1CE783 ;
    padding: 50px;
}
.button2{
    background-color: white;
    color: #151515;
    text-align: center;
}
.prototype h2{
    padding: 30px;
}

/* Footer */
.footer {
    background-color: #2A2C32;
    color: #ffffff;
    font-size: 12px;
    padding: 15px;
  }
  .footer1 p{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px;
    flex-direction: row;
    font-size: 12px;
    font-weight: 300;
  }
  .footer2 p{
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 10px;
    flex-direction: row;
    font-size: 12px;
    font-weight: 300;
  }
  .footerRight p{
    color: white;
    float: right;
    flex-direction: row;
    font-size: 14px; 
    padding-right: 10px;
  } 
