html, body {
  background: white;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color:inherit;
  text-decoration: none;
}


/* HIDE SCROLLBAR */
/*::-webkit-scrollbar {
  width: 0px;
  background: none;
}
::-webkit-scrollbar-thumb {
  background: none;
}*/

/* HIGHLIGHT */
::-moz-selection{ background: rgba(0,0,0,0.05);  text-shadow: none; }
::selection { background:rgba(0,0,0,0.05); text-shadow: none; }


br {
  display: block;
  line-height: 20px;
  margin: 10px;
}

/* MAIN */
.logo {
  position: relative;
  top: 70px;
  left:100px;
  display: block;
  z-index: 10;
}
    
.darkLogo {
  width: 41px;
  height: 25px;
  background-size: 41px 25px;
  background-image: url('../imgs/logo_dark.png');
}
  
.lightLogo {
  width: 41px;
  height: 25px;
  background-size: 41px 25px;
  background-image: url('../imgs/logo_light.png');
}

.dark {
  background: rgba(0,0,0,0.7)!important;
}
  
.light {
  background: rgba(256,256,256,0.75)!important;
}

.background-img {
  background: url('../imgs/bg.jpg') right center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* TYPE */
#bannercolor { 
  background:rgba(256,256,256,0.04);
  padding: 10px 30px 10px 30px;
  border-radius: 4px;
}
#bannercolor1 { 
  background:rgba(256,256,256,0.04);
  padding: 10px 17px 10px 13px;
  border-radius: 4px;
}
#bannercolor2 { 
  background:rgba(256,256,256,0.04);
  padding: 10px 11px 10px 13px;
  border-radius: 4px;
}
#bannercolor3 { 
  background:rgba(256,256,256,0.04);
  padding: 10px 11px 10px 13px;
  border-radius: 4px;
}

.inner{
  margin: 0 auto;
  position: relative;
  top: 30%;
}

h2.banner {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 26px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: 44%;
}

h2.banner1 {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 22px;
  color: white;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  position: relative;
  line-height: 27px;
  position: absolute;
}

/* TYPE BOLD */
.element {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 26px;
  color: white;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  position: relative;
  top: 44%;

}

/* NAME */
h1.banner {
  font-family: 'ProximaNova-Extrabold', sans-serif;
  font-size: 21px;
  letter-spacing: 9px;
  color: white;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-style: normal;
  top: 45%;
  margin: 0 auto;
}

/* TITLE */
h3.banner {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 10px;
  letter-spacing: 6px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  top: 45.3%;
}

/* WORK */
span.work{
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 9.5px;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(256,256,256,0);
  transition: 2s;
  transition-delay: 1s;

}

span.work:hover{
  border: 1px solid rgba(256,256,256,.75);
  transition: 1s;
}

/*span.work:active{
  background-color: white;
  color: black;
  transition: .25s;
} */

.explore {
  text-align: center;
  margin: 0 auto;
  bottom: 52px;
  position: absolute;
  left: 0;
  right: 0;
}

.angle {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  width: 150%;
  height: 195px;
  position: absolute;
  left: -5%;
  bottom: -175px;
  background: rgba(256,256,256,0);
  outline: 1px solid transparent;
}




/* ABOUT */

#about{
  margin: 0 auto;
  padding: 40px 0;
    background-color: white;
}

#pic {
  width:152px;
  height: 174px;
  background-image: url('../imgs/niroshan.png');
  background-size: 152px 174px;
  margin: 30px auto; 
}

h1.title {
  font-family: 'Merriweather-BoldItalic', serif;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #3E3E3E;
  letter-spacing: 0.5px;
  margin-top: 35px;
  padding-bottom: 10px;
}

.underscore{
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #8F8F8F;
}

p.about {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 45px;
  text-align: center;
  max-width: 720px;
  padding: 0px 50px;
  margin: 0 auto;
}

span.about{
  font-family: 'ProximaNova-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 50px;
  white-space: nowrap;
}

p.buttons {
  font-family: 'ProximaNova-SemiBold', sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  padding: 30px 10px 50px 10px;
}

.btna{
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 10px 22px 10px 22px;
  background: #4D95E8;
  text-decoration: none;
  transition: 0.5s;
}

.btna:hover {
  opacity: 0.8;
  transition: 1s;
}

h1.section_title{
  font-family: 'ProximaNova-Light';
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #4E4E4E;
  letter-spacing: 4px;
  padding: 40 0 10 0;
  margin: 0 0;
  text-align: center;
}

.underscore_title{
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 3px;
  margin-bottom: 40px;
  margin-top: 10px;
  background: #8F8F8F;
}




/* LOCATION */
#location {
  background-color: #F8F8F8;
  padding: 35px 0;
}

h2.location {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #4E4E4E;
  line-height: 25px;
  text-align: center;
}

span.location {
  font-family: 'ProximaNova-Bold', sans-serif;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #4E4E4E;
  text-align: center;
  line-height:25px;
}


/* PROCESS */
#process {
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.process_wrapper{
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  padding: 40px 0 80px 0;
}

.processcolumn {
  float: left;
  margin: 0 auto;
  width: 33.3333333%;
  text-align: center;
}

.process_wrapper:after { 
  content: "";
  display: table;
  clear: both;
}

#research {
  background-image: url('../imgs/research.png');
  background-position: 0 0;
  background-size: 200%;
  height: 130px;
  width: 130px;
  margin: 20px auto 30px auto;
  position: relative;
}

#research span {
  background-image: url('../imgs/research.png');
  background-position: -130px 0;
  background-size: 200%;
  top: -30px;
  left: 0;
  bottom: 0
  right: 0;
  height: 130px;
  width: 130px;
  opacity: 0;
  margin: 30px auto;
  position: absolute;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
}

#research span:hover {
  opacity: 1;
}


#design {
  background-image: url('../imgs/design.png');
  background-position: 0 0;
  background-size: 200%;
  height: 130px;
  width: 130px;
  margin: 20px auto 30px auto;
  position: relative;
}

#design span {
  background-image: url('../imgs/design.png');
  background-position: -130px 0;
  background-size: 200%;
  top: -30px;
  left: 0;
  bottom: 0
  right: 0;
  height: 130px;
  width: 130px;
  opacity: 0;
  margin: 30px auto;
  position: absolute;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
}

#design span:hover {
  opacity: 1;
}

#refine {
  background-image: url('../imgs/refine.png');
  background-position: 0 0;
  background-size: 200%;
  height: 130px;
  width: 130px;
  margin: 20px auto 30px auto;
  position: relative;
}

#refine span {
  background-image: url('../imgs/refine.png');
  background-position: -130px 0;
  background-size: 200%;
  top: -30px;
  left: 0;
  bottom: 0
  right: 0;
  height: 130px;
  width: 130px;
  opacity: 0;
  margin: 30px auto;
  position: absolute;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
}

#refine span:hover {
  opacity: 1;
}

.captioninfo {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-style: normal;
  color: #2F2F2F;
  letter-spacing: 0.5px;
  line-height: 23px;
  width:  80%;
  margin: 0 auto;
}

a.caption {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  color: #2F2F2F;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* PROJECTS */

#projects{
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 40px 0;
}

ol, ul { 
  margin: 0;
  padding: 0;
  list-style: none;
} 

.project_grid {
  list-style: none;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.project_grid li {
  display: inline-block;
  margin: 10px 7px;
}

.project_grid img {
  border: none;
  outline: none;
  width: 300px;
  transition: 0.5s;
}

.project_grid img:hover {
  -webkit-box-shadow: 0px 6px 0px 0px rgba(77,149,232,1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(77,149,232,1);
  box-shadow: 0px 6px 0px 0px rgba(77,149,232,1);
  transition: 0.3s;
}



/* SKILLS */

#skills {
  background-color: #F8F8F8;
  margin: 0 auto;
  padding: 40px 0;
}

.skill { 
  list-style: none;
  width: 40%;
  position: relative;
  display: inline-table;
  padding-bottom: 20px;
}

.left-col {
  margin-right: 18%;
}

#skills > div.bars {
  width: 70%;
  max-width: 925px;
  margin: 0 auto;
}

.skill li { 
  margin-bottom:44px; 
  background: #D4D4D4;
  height: 15px;
  border-radius: 2px;
}

h1.skill { 
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  color: #2F2F2F;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.skill li h4 { 
  font-family: 'ProximaNova-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #2F2F2F;
  letter-spacing: 2px;
  text-transform: uppercase;
  position:relative; 
  top:-21px;
}

p.skill{
  font-family: 'ProximaNova-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #2F2F2F;
  position:relative; 
  margin-top: 7px;
  width: 100%; 
}

.bar { 
  height:15px; 
  position:absolute;
  border-radius: 2px;
}



/* EXPERIENCE */
#experience {
  margin: 0 auto;
  padding: 40px 0;
  background-color: #F8F8F8;
}

.experience_wrapper {
  margin: 0 auto;
  max-width: 950px;
  width: 80%;
  padding-bottom: 50px;
}

.expcolumn {
  float: left;
  margin: 0 auto;
  width: 50%;
}
.experience_wrapper:after { 
  content: "";
  display: table;
  clear: both;
}

h1.job {
  font-family: 'ProximaNova-Semibold';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: #2F2F2F;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 40px;
}

h2.position {
  font-family: 'Merriweather-Italic';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #2F2F2F;
  letter-spacing: 1px;
  margin-top: -5px;
}

h3.date {
  font-family: 'ProximaNova-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #2F2F2F;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  padding-left: 25px;
}

p.info {
  font-family: 'ProximaNova-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  padding-left: 25px;
  color: #2F2F2F;
  border-left: 1px solid #D4D4D4;
}



/* CONTACT */
section#contact {
  background: #EFEFEF;
  text-align: center;
  padding: 90px 15px;
}
section#contact h3 {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 27px;
  color: #2F2F2F;
}
section#contact .btn {
  font-family: 'ProximaNova-Semibold', sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  background: #4D95E8;
  border-radius: 30px;
  font-size: 14px;
  padding: 13px 35px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section#contact .btn img {
  width: 20px;
  margin-right: 17px;
  margin-bottom: 3px;
  vertical-align: middle;
}



/* FOOTER */
footer {
  position: relative;
  display: block;
  padding: 25px 0 80px 0;
  background: #252525;
  text-align: center; 
}


.socialcolor {
  width: 40px;
  height: 42px;
  display: inline-block;
  background-image: url('../imgs/social.png');
  background-size: 279px 39px;
  margin: 30px 10px 40px 10px;
  background-repeat: no-repeat;
  transition: opacity .5s;
  opacity: 0.6;
}

.socialcolor:hover {
  opacity: 1.0;
  transition: opacity 1s;
}

.linkedin { background-position: 0 0;}
.facebook { background-position: -40px 0;}
.twitter { background-position:-80px 0;}
.instagram { background-position:-120px 0;}
.vimeo { background-position:-160px 0;}
.soundcloud { background-position:-200px 0;}
.mail {background-position: -240px 0;}

p.copyright {
  font-family: 'ProximaNova-Semibold';
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  color: #515151;
  padding: 25 0 0 0;
  text-transform: uppercase;
}



/* PROJECTS */
.onvue_banner {
  background: url('../imgs/onvue/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.vibrasole_banner {
  background: url('../imgs/vibrasole/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.boombox_banner {
  background: url('../imgs/boombox/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.disclauncher_banner {
  background: url('../imgs/disclauncher/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.gulshachereli_banner {
  background: url('../imgs/gulshachereli/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.jamaisvu_banner {
  background: url('../imgs/jamaisvu/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.ministryofsupply_banner {
  background: url('../imgs/ministryofsupply/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.paywithme_banner {
  background: url('../imgs/paywithme/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.rollio_banner {
  background: url('../imgs/rollio/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.showreel_banner {
  background: url('../imgs/showreel/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.snaptrack_banner {
  background: url('../imgs/snaptrack/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.venicebeach_banner {
  background: url('../imgs/venicebeach/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.howto_banner {
  background: url('../imgs/howto/banner.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

h1.title_project {
  top: 40px;
  font-family: 'ProximaNova-Extrabold', sans-serif;
  font-size: 60px;
  color: white;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.underscore_project {
  margin: 0 auto;
  margin-top: 50px;
  width: 300px;
  height: 3px;
  background: #4D95E8;
}

h3.sub_project {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 20px;
  color: white;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p.about_project {
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 17px;
  color: #3B3C40;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: left;
  max-width: 950px;
  padding: 30px 40px;
  line-height: 34px;
  margin: 0 auto;
  w
}

#project_body {
  margin: 0 auto;
  padding: 10px 0px 40px 0;
  background-color: #F8F8F8;
}

#project_body img {
  margin: 0 auto;
  display: block;
  width: 95%;
  height: auto;
  max-width: 950px;
  padding: 10px 0 10px 0;
  border-radius: 
}

p.backbuttons {
  font-family: 'ProximaNova-SemiBold', sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 5px;
}

.btnback{
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2px;
  border-radius: 40px;
  padding: 15px 25px;
  background: #4D95E8;
  text-decoration: none;
  transition: 0.5s;
}

ul.info_project  {
  list-style-type:none; 
  text-align: center;  
  padding-top: 30px;
}

ul li.info_project {
  font-family: 'ProximaNova-Regular', sans-serif;
  padding: 0 10px;
  font-size: 14px;
  color: #3B3C40;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline;
}

ul li span.bold_info {
  font-family: 'ProximaNova-Semibold', sans-serif;
  padding: 0 5px;
  font-size: 14px;
  color: #3B3C40;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline;
}

.js-video {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video_wrapper {
position: relative;
max-width: 950px;
margin: 0 auto; 
}

/* MENU */

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

.mid-menu {
  top: 13px;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

.bottom-menu {
  top: 21px;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

.menui {
  transition: .5s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: fixed;
  display: block;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 60px;
  right: 80px;
  cursor: pointer;
}

.mobilenav {
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #111111;
  opacity: 0.97;
}

.nav-container {
  height: 100%;
}

.nav-container nav {
  text-align: center;
  position: relative;
  top: 64%;
  height: 73%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-container ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.nav-container ul li {
  display:block;
  height: 10%;
  min-height: 40px;
}
.nav-container ul li a {
  font-family: 'ProximaNova-Light';
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: white;
  letter-spacing: 5px;
}




