body{
  font-family: "lato",sans-serif;
  font-weight: 300;
  letter-spacing: 0.01rem;
  font-style:normal;
}

#closeHamMenuIcon{
  display: none;
}

#openHamMenuIcon{
  display: inline-block;
}

.works .diss p{
	font-size: 14px;
  /* color:#808080; */
  color:#3c3c3c;
}

#greetings{
  padding-left: 8.3%;
  padding-top: 30%;
  padding-bottom: 8%;
  /* height: 45vh; */
}

#greetings p{
  font-weight: 300;
  /* padding-left: 8.3%; */
  padding-right: 16.6%;
  padding-top: 5vh;
  color: #707070;
}

section#about_home{
  padding-top: 0;
  /* height: 100vh; */
  padding-bottom: 10%;
}


.futureIteration ul{
  list-style-type: none;
}




a.shortCover{
  display: inline;
}

a.longCover{
  display: none;
}





div.sideNavDiv{
  display: none;
}

div.content_padding_both{
  margin-left: 16.6%;
  margin-right: 16.6%;
}

.align_center{
  text-align: center;
}



.content_narrower{
  margin-left: 0;
  margin-right: 0;
}

.content_narrower_left{
  margin-left: 0;
  margin-right: 0;
}

.content_narrower_right{
  margin-left: 0;
  margin-right: 0;
}

.imgNeedSpace{
  margin-top: 2%;
  margin-bottom: 2%;
}

.imgNeedSpace_more{
  margin-top: 4%;
  margin-bottom: 2%;
}

.dissPart section.majorSection{
  padding-top: 5%;
  padding-bottom: 5%;
}

.dissPart section.firstMajorSection{
  /* margin-top: 5%; */
  padding-top: 5%;
}

.dissPart section.sectionInSameBG{
  /* margin-top: 5%; */
  padding-top: 1%;
}

section.majorSection{
  background-color: white;
}

section.black-background{
  background-color: black;
  /* padding-top: 5%;
  padding-bottom: 5%; */

  /* margin-top: 10%; */
}

section.grey-background{
  background-color: #FAFAFA;
}

section.greyer-background{
  background-color: #F5F5F5;
}


section.wrapper{
  height: 100vh;
  /* color: #fff;
  position:relative;
  display: flex;
  overflow:hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end; */
}

p.detailed_title{
  margin-top: 14%;
}

p.detailed_title_minor{
  margin-top: 6%;
}

p.detailed_title_moreminor{
  margin-top: 1%;
}


.subdiv_fewerTop{
  margin-top: 3em;
}

.subdiv_normal{
  margin-top: 6em;
}

h5.fewerBottom{
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.p-ImgDist{
  margin-top: 1.5em;
}



hr{
  border-top: 1px solid #d2d2d2;
  margin-top: 8%;
  margin-bottom: 4%;
}

div.imgAtBack{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 120vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;

  will-change: transform;
  opacity: 0;
  transform: translate3d(0px, 0vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

section.black-background h4{
  color: #cacaca;
}

section.black-background h6{
  color: #cacaca;
}



.diss section.black-background p{
  color: #cacaca;
}

/* .tab {
  margin-left: 40px;
} */

blockquote{
  border-left: 0;
}

h4 small.headerQuestion{
  color: #333333;
}

.works .diss img.strategyImg{
  width: 5%;
  display:inline-block;
  margin-left: 2em;
}

.navbar-fixed-top{
  opacity: 0.9;
}

/* a img:hover{
  width:150%;
} */

.have-background{
  background: #FAFAFA;
}

.centralize{
  text-align: center;
}

.row{
  margin: 0;
}

ul{
  padding-left: 2%;
  margin-bottom: 0;
}


.nonDisplay{
  display: none;
}

.hide{
  display: inline!important;
}

.halfOpac{
  opacity: 1;
}

.works .diss .padding-top-0{
  padding-top: 0;
}

.works .diss .padding-top-10{
  padding-top: 10px;
}

.works .diss .padding-top-20{
  padding-top: 20px;
}

.works .diss .padding-top-30{
  padding-top: 30px;
}

.works .diss .padding-top-5per{
  padding-top: 5%;
}

.works .diss .margin-bottom-0{
  margin-bottom: 0;
}

.works .diss h6 blockquote{
  margin-bottom: 0;
  padding-bottom: 0;
}

.works .diss .margin-bottom-10{
  margin-bottom: 10px;
}


.works .diss img[alt = "current problem 1"]{
  width: 80%;
  margin: 0;
}

.works .diss img[alt = "current problem 2"]{
  width: 80%;
  margin: 0;
}

.works .diss img[alt = "current problem 3"]{
  width: 50%;
  margin: 0;
}

/*.currentProblem p{
  margin: 10px 0 0 0;
}*/

p[class = "top-margin"]{
  margin: 10px 0 0 0;
}

.works .diss .persona{
  padding-top: 0;
}

/* .sideNav a{
  color: black;
} */

.workSample a{
  color:black;
}


/*multiple image slide*/
.workLinks .multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 1ms ease-in-out left;
    }
    .active{
      &.left{
        left:-10%;
      }
      &.right{
        left:10%;
      }
    }
    .next{
      left: 10%;
    }
    .prev{
      left: -10%;
    }
    @media all and (transform-d), (-webkit-transform-d) {
      > .item{
        transition: 1ms ease-in-out left;
        transition: 1ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}


/*header*/

header{
	background: white;
}

header section{
  padding-top: 0;
}

header h1 a{
  display: inline-block;
  vertical-align: baseline;
}

header h1 img{
  height: 60px;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 0px;
}

header h1 p{
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

header p{
  text-align:center;
  padding-top: 0;
  margin-left: 0;
  line-height: 100%;
}

header p.slogan{
  font-family: Helvetica;
  font-weight: lighter;
  display: none;
}

ul.majorNavs li{
	font-weight: lighter;
}




li:focus{
	border: 0.5px dotted grey;
}



header .headerUp{
  top: -40px;
}

header{
  -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}



/*work_section list*/



section .workSample a{
	position: relative;
  margin: 0 auto;
}


section .workSample{
	padding-left: 15px;
	margin-left: 0;
  padding-bottom: 16px;
  /* width:49.5%; */
  display: inline-block;
}


.workSample img{
	width: 85vw;
  height: 42vw;
}

.workSample img.upperPic{
  z-index: 2;
  /* position: relative; */
  position: absolute;
  opacity: 0;
  /* height: 18.7vw; */
}

.workSample img.lowerPic{
  z-index: 1;
  /* position: absolute; */
  position: relative;

  /* top: -2vh; */
}

.workDiscription{
  z-index: 3;
  /* color:white; */
  color:#3c3c3c;
  /* opacity:1; */
}


.workTypeSmall{
  font-size: 12px;
  opacity: 1;
  color:#c2c2c2;
}

.workDisc{
  opacity:0;
  font-size: 1px;
}



.workName{
   z-index: 3;
   /* color:white; */
   color:#3c3c3c;
 }

h3.workName{
  font-size: 4vw;
  font-family: 'Ubuntu', sans-serif;
  left: 7%;
  transform: translate(-3vw,-100%);
  text-align:left;
  /* color:grey; */
  /* color:white; */
}

/* h3.workName_long{
  left: 10%;
  transform: translate(-50%,-50%);
} */


/*footer*/
footer{
	text-align: center;
	padding-top: 3em;
  padding-bottom: 2em;
}

footer img{
	height: 2.5em;
	padding: 0 25px;
  margin-bottom: 15px;
}


small{
	line-height: 30px;
  font-size: 10px;
  color: grey;
}

.literatureReview small{
	line-height: 10%;
}




/*work*/
.works h3{
	text-align: center;
  /* padding-left: 16.66666666%; */
	padding-top: 10px;
  padding-bottom: 10px;
	/*font-weight: lighter;*/
	font-size: 36px;
  /*display: inline-block;*/
  margin-top: 120px;
  color:grey;
  font-family: 'Ubuntu', sans-serif;
}

.works .intro{
	/*text-align: left;*/
  font-size: 14px;
  padding: 0 0;
}

.works .coverImg img{
	display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1em;
  /* padding-bottom: 1em; */
}

.works .roleInfo p{
	text-align: left;
	color: grey;
	font-size: 8px;
	margin-top: 10px;
	display: block;
}

.works .roleInfo{
  padding-top: 2%;
	padding-bottom: 25px;
}


.works .diss h4{
	padding-bottom: 0;
	font-size: 21px;
}

.works .diss h5{
	padding-top: 40px;
	font-size: 24px;
	/* color: grey; */
}

.works .diss h5.padding-top-10{
	padding-top: 10px;
}

.works .diss img{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.works .diss img.center_06_img{
  width: 60%;
}

.works .diss img.center_08_img{
  width: 80%;
}

.works .diss video{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.works .diss .wireframe img{
  padding: 0 0 20px;
}

.works .diss .wireframeSection_arrows{
  display: none;
}

.works .diss .wireframe ol{
  padding-top: 20px;
}



.youtubeContainer{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtubeVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







.works .diss .finalGalery img{
  width: 75%;
}

.table{
  display: table;
}

.table-middle{
  display: table-cell;
  vertical-align: middle;
}


.workLinks{
	/* margin-top: 100px; */
	margin-bottom: 45px;
	padding-bottom: 0;
}

/* .workLinks h3.workName {
  font-family: 'Ubuntu', sans-serif;
	font-size: 10vw;
} */

.workLink .workGroup{
	position: relative;
	margin-bottom: 0;
}

.workLinks .workPic{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.workLinks h3{
	top: 35%;
}

.workLinks .workDiscription p{
	font-size: 12px;
  margin-top: 50px;
}

.workLinks .workgroup{
	padding-bottom: 0;
}

.workLinks .panel{
  overflow-x:scroll;
  width:100%;
}
}


/*／／／／／／／／／／／／／／／／／／／／／／／*/


	header{
		background-color: white;
	}

	header h1{
		font: 48px/36px Helvetica, Arial, sans-serif;
		font-weight: lighter;
		text-align: center;
    margin-bottom: 0;
	}



  header h1 a{
    /* display: block; */
    font: 48px/36px Helvetica, Arial, sans-serif;
    font-weight: lighter;
    /* text-align: center; */
    width: 100%;
  }

  header h1 a:hover{
    color: black;
    text-decoration: none;

  }

	section{
		padding-top: 30px;
	}

  section#blockContent{
    padding-top: 0;
  }


	.headerNav{
    display: none;
	}



  .work{
    /* margin-top: 90px; */
  }

  .works a{
    /* color: #333; */
  }

  .sideNav a{
    color: grey;
  }

	ul.majorNavs {
		list-style-type: none;
		font: 1.2em Helvetica, Arial, sans-serif;
	}

  .work ul{
		list-style-type: none;
  }




	.headerNav li{
		width: 30%;
    font-size: 1.2em;
		text-align: center;
		display: inline-block;
	}

  .headerNav li a{
    top: -10 px;
    font-size: 0.8em;
  }




  .workPic{
    padding: 0 0 0 0;
  }


  .workName{
  	position: absolute;
    top: -6vw;
  	/* top: -110px; */
    /* top: -1vh; */
  	/* left: 3vw; */
  	/* font: 21px "Ubuntu", sans-serif; */
  }


  .workDiscription{
  	position: absolute;
  	/* top: -55px;
  	left: 1vw; */
  	font: 12px "Lato", sans-serif;
    text-align: left;
    /* color: black; */
    display: inline-block;
    font-weight: lighter;
    /* left: 20%; */
    transform: translate(-50%,-3.5em);
    /* text-align: center; */
    width:28%;
  }



  .disLeft{
    top: 40px;
    left: 18%;
  }

  .disRight{
    top: -30px;
    left: 1vh;
    display: none;
  }


  .workName:active{
  	color: white;
  }


  .problemImg{
    width: 100%;
  }

  .problem{
    padding-top: 4%;
  }

  .solutionButton{
    font-size: 18px;
    color: white;
    margin: 24px 0 0 0;
    border-radius: 10px ;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
  }

  /* .solutionButton:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  } */




  .button_inneref{
    background-color: #BBBCCD;
  }

  .slideButton.button_inneref{
    color: #333;
    background-color: white;
    border-color: #BBBCCD;
    box-shadow: none;
  }

  .button_inneref:hover{
    background-color: #c4c5d4;
  }

  .slideButton.button_inneref:hover{
    background-color: white;
    color: #c4c5d4;
    border-color: #c4c5d4;
  }



  .button_keebridge{
    background-color: #EED3AD;
  }

  .button_keebridge:hover{
    background-color: #f2ddc0;
  }



  .dissPart p a.sunport_a{
    color: #7FBAF1;
  }

  .button_sunport{
    background-color: #94C8F1;
  }

  .button_sunport:hover{
    background-color: #B1D4F1;
  }




  .button_datavis{
    background-color: #010101;
  }

  .slideButton.button_datavis{
    color: #010101;
    background-color: white;
    border-color: #010101;
    box-shadow: none;
  }

  .button_datavis:hover{
    background-color: #555555;
  }

  .slideButton.button_datavis:hover{
    background-color: white;
    color: #A9A9A9;
    border-color: #A9A9A9;
  }



  .button_thermo{
    background-color: #dce4ea;
    color: black;
  }

  .slideButton.button_thermo{
    color: #333;
    background-color: white;
    /* border-color: #f3f3d9; */
    box-shadow: none;
  }

  .button_thermo:hover{
    background-color: #eef3f7;
    /* color: grey; */
  }

  .slideButton.button_thermo:hover{
    background-color: white;
    color: #dce4ea;
    border-color: #dce4ea;
  }



  .button_timely{
    background-color: #FACD75;
    color: black;
  }

  .slideButton.button_timely{
    color: #333;
    background-color: white;
    /* border-color: #FFA800; */
    box-shadow: none;
  }

  .button_timely:hover{
    background-color: #FFF5DF;
    /* color: grey; */
  }

  .slideButton.button_timely:hover{
    background-color: white;
    color: #FACD75;
    border-color: #FACD75;
  }



  .button_dna{
    background-color: #0D6D8E;
    color: black;
  }

  .slideButton.button_dna{
    color: #333;
    background-color: white;
    /* border-color: #FFA800; */
    box-shadow: none;
  }

  .button_dna:hover{
    background-color: #BFE6EF;
    /* color: grey; */
  }

  .slideButton.button_dna:hover{
    background-color: white;
    color: #0D6D8E;
    border-color: #0D6D8E;
  }



  .disList ul{
    list-style-type: square;
    padding-left: 20px;
  }


  .disList ol .subOl{
    list-style-type: lower-alpha;
  }

  .literatureReview li{
    padding-bottom: 10px;
  }

  .subSection{
    padding-top: 5%;
    margin-bottom: 40px;
  }

  .hodgepodge .subSection{
    padding-top: 5%;
  }

  .hodgepodge .subSection.more-padding-top{
    padding-top: 10%;
  }



  .hodgepodge .title-padding-bottom{
    padding-bottom: 2%;
  }

  .hodgepodge .p-padding-top {
    padding-top: 8%;
  }

  .hodgepodge .p-padding-top.p-padding-top-first{
    padding-top: 4%;
  }

  .diss .hodgepodge p{
    /* font-size: 1.2em; */
    color:#000000;
    font-weight: normal;
  }

  .hodgepodge small{
    font-size: 0.9em;
    color:#757575;
    font-weight: 300;
  }

  .subsubSection{
    padding-top: 4%;
  }

  h5{
    /* padding-top: 20px; */
    padding-bottom: 6%;
  }


  h6{
    font-size: 19px;
    /* color:rgb(160,160,160); */
    padding-top: 20px;
    padding-bottom: 3%;
  }

  .persona h6{
    margin-bottom: 0;
    padding-top: 5px;
  }

  .works .diss .persona img{
    padding-top: 0;
  }

  .works .diss .wireframe .logo{
    width: 15%;
    padding: 10px 0;
  }

  .works .diss .wireframe p{
    text-align: center;
  }



  .wireframe section{
    padding-top: 0;
  }

  .works .diss .explainImg p{
    /* width: 100%; */
    font-size: 100%;
    padding-top: 0;
  }

  .works .diss .explainImg h6.flexiblePaddingH6{
    padding-top: 0;
  }


  .works .diss .explainImg .showOnLaptop{
    display:none;
  }

  .works .diss .explainImg .showOnMobile{
    display:block;
  }

  .works .diss .explainImg iframe{
    /* width: 100%; */
    /* padding-left: 2.5em; */
  }

  iframe{
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 135px;
    padding-bottom: 15px;
  }

  .hodgepodge iframe{
    padding-top:30px;
  }


  .works .diss .sideNav{
    visibility: hidden;
  }


  .hodgepodge .subSection a img{
    padding-top: 2%;
  }






  section.about.mobile{
    display: block;
  }

  section.about.mobile h6{
    margin-left: 2.5%;
  }

  section.about.mobile img{
    width:95%;
    margin: 0.5em 2.5% 2em;
  }

  section.about.laptop{
    display: none;
  }

  p.timely_criteria_align{
    padding-top: 15%;
  }



	ul.majorNavs{
		margin-top: 28px;
		/* padding-right: 25px; */
		float: right;
		font-size: 14px !important;
    padding-top: 18px;
	}

	ul.majorNavs li{
		border-radius: 0;
		border: 0;
		width: auto;
		margin-left: 36px;
	}


  #majorSideNav ul{
    float: none;

  }


  ul.majorNavs li .current{
  	color: #F19B39;
  }

  ul.majorNavs li .notCurrent{
  	color: grey;
  }



  #majorSideNav li{
    display: block;
    font-size: 18px;
    text-align: left;
    padding-top: 32px;


  }





  #majorSideNav{
    position: fixed;
  	width: 140px;
  	height: 100%;
  	background:white;
    opacity: 0.55;
  	right:-140px;
    transition: .5s ease-out;
    z-index: 1031;
    box-shadow: -4px 0 16px 0 rgba(0, 0, 0, 0.12);
  }
  .toggle-btn{
  	position: absolute;
  	top: 28px;
  	left: -60px;
    cursor: pointer;
    height: 44px;
    width: 44px;
    z-index: 1032;
    transition: .5s ease-out;
  }
  .toggle-btn span{
  	width: 24px;
  	height: 2px;
    border-radius:5px;
  	background: #F8AA57;
  	display: block;
    margin-top:4px;
    transition: 0.3s ease;
  }
  #majorSideNav.active{
  	right:0;
  }
  #majorSideNav.active .toggle-btn {
    /* top: 2.8rem; */
    left: 80px;
  }
  #majorSideNav.active span {
    position: absolute;
  }
  #majorSideNav.active span:nth-child(1) {
    transform: rotate(45deg);
    /* top: 0px; */
  }
  #majorSideNav.active span:nth-child(2) {
    opacity: 0;
  }
  #majorSideNav.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #majorSideNav.active ~ #blockContent {
    opacity: 0.3;
  }




/*／／／／／／／／／／／／／／／／／／／／／／／*/


@media screen and (min-width: 768px){




  section#about_home{
    margin-top: 2em;
    padding-top: 2em;
    height: 36vw;
    /* padding-bottom: 2em; */
  }

  /* #closeHamMenuIcon{
    display: inline-block;
  } */

  #openHamMenuIcon{
    display: none;
  }



  #greetings{
    padding-left: 16.6%;
    padding-top: 25vh;
  }

  #greetings h1{
    font-size: 56px;
  }

  #greetings p{
    /* font-weight: 300; */
    /* padding-left: 8.3%;
    padding-right: 16.6%; */
    padding-top: 8vh;
    font-size: 18px;
  }



  div.content_padding_both{
    margin-left: 8.3%;
    margin-right: 16.6%;
  }

  div.content_padding_both.both_same{
    margin-left: 8.3%;
    margin-right: 8.3%;
  }

  .content_narrower{
    margin-left: 8.3%;
    margin-right: 16.6%;
  }

  .content_narrower_left{
    margin-left: 0;
    margin-right: 24.9%;
  }

  .content_narrower_right{
    margin-left: 8.3%;
    margin-right: 8.3%;
  }


  div.sideNavDiv{
    display:block;
    position: fixed;
    width: 8.3%;
    margin-left: 84%;
  }

  section.about.mobile{
    display: none;
  }

  section.about.laptop{
    display: block;
  }

  section.about.laptop h6{
    margin-left: 10%;
  }

  #about_home section.about.laptop{
    padding-top: 0;
  }

  section.about.laptop img{
    width:60%;
    /* height:20%; */
    margin: 0.5em 20% 2em;
  }

  .work{
    margin-top: 140px;
  }

  .workDiscription{
    font: 14px "Lato", sans-serif;
    font-weight: lighter;
  }

  .workSample img{
  	width: 47vw;
    /* width: 100%; */
    height: 23.5vw;
  }

  .workPic{
    padding: 30px 0 0 0;
  }

  header p.slogan{
    display: inline-block;
  }



  a.shortCover{
    display: none;
  }

  a.longCover{
    display: inline;
  }

  a.longCover img{
    width:100%;
  }

  /* .youtubeVideo{
    display: block;
  }

  .youtubeImage{
    display: none;
  } */

  .work{
    margin-top: 0;
  }

  .hide{
    display: none!important;
  }

	header h1{
	float: left;
	padding-left: -15px;
	text-align: left;
	}

  header h1 img{
    height:60px;
    padding-bottom: 12px;
    padding-right: 0px;
  }

  header h1 p{
    margin-bottom: 0px;
    padding-top: 0px;
  }

  header p{
    display: inline-block;
    text-align: left;
    padding-top: 40px;
    line-height: 150%;
    margin-left: 3vw;
    margin-bottom: 0;
  }






  /* ol.horizontal{
      list-style-type: decimal;
      width: 600px;
  } */

  ol.horizontal li{
      float: left;
      /* display: inline-block; */
      /* width: 15%; */
      margin: 0 5% 0 0;
  }


  .workPic{
    /*opacity: 1;*/
    padding: 0;
  }

  .workPic{
  	/*opacity: 0.15;
  	filter: alpha(opacity=25);*/
  	-webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }

   .container{
     position: relative;
   }

  .workName{
    /* opacity: 0.7; */
    opacity: 0;
  	position: absolute;
    top: -1em;
  	left: 10%;
  	/* font: "Ubuntu", sans-serif; */
  	transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
  }



  h3.workName{
    font-size: 1.8vw;
    left: 10%;
    /* color:white; */
  }

  .carousel h3.workName{
    font-size: 1vw;
  }

  .workDiscription{
  	position: absolute;
  	/* transform: translate(-50%,-50%); */
    transition: all 0.3s ease-in-out;
    width:28%;
  }


  .workTypeSmall{
    /* font-size: 0.8em; */
    /* opacity: 1; */
    /* color:white; */
  }





  .disLeft{
    /* top: 60px; */
    opacity: 0;
    top: 40px;
    left: 18%;
  }

  .workDiscription_long.disLeft{
    left:10%
  }

  .workSample.col-sm-12, .workSample.col-sm-6{
    padding-right: 0;
  }

  /* .workSample.col-sm-6{
    padding-right: 0;
  } */

  .disRight{
    /* top: 30px; */
    opacity: 0;
    top: 3vh;
    left: 80%;
    display: inline-block;
  }



	footer img{
		height: 2.1em;
		margin: 0.8em 2% 0.8em 1%;
	}

  footer img:hover{
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out; /* Safari, Chrome and Opera > 12.1 */
      -moz-transition: all 0.1s ease-in-out; /* Firefox < 16 */
      -ms-transition: all 0.1s ease-in-out; /* Internet Explorer */
      -o-transition: all 0.1s ease-in-out; /* Opera < 12.1 */
      transition: all 0.1s ease-in-out;
  }









	section{
		padding-top: 7%;
	}

  section.no-padding{
		padding-top: 0;
	}

  section.work{
    padding-top: 5%;
  }

  section.black-background{
    /* padding: 1.5em; */
    /* margin-top: 7%; */
    /* background-color: grey; */
  }



  .wireframe section{
    padding-top: 0;
  }

  .works .diss .wireframe p{
    font-size: 90%;
    text-align: center;
  }

  .works .diss .wireframe ol{
    padding-top: 20px;
  }

  .works .diss .wireframe li p{
    font-size: 18px;
    text-align: left;
    padding: 5px 0;
  }

  .works h3{
  	text-align: center;
    /* padding-left: 8.33333333%; */
  	padding-top: 20px;
    padding-bottom: 10px;
  	/*font-weight: lighter;*/
  	font-size: 48px;
    /*display: inline-block;*/
    color:grey;
    margin-top: 0;
  }


  .works .diss h4{
  	padding-bottom: 15px;
  	font-size: 28px;
  }

  .hodgepodge h4{
    padding-top: 5%;
  }

  .hodgepodge .majorSection{
    padding-bottom: 8%;
  }

  .works .diss p{
  	font-size: 17px;
    line-height: 1.6em;
  }

  .works .diss .context p{
    /* text-align: center; */
    font-size: 18px;
    margin: 24px 0 0 0;
  }

  /* .solutionButton{
    font-size: 18px;
    margin: 24px 0 0 0;
  } */

  .solutionButton span{
    display: block;
    margin: 6px 12px;
  }


/*Introduction*/
  .works .intro {
  	text-align: center;
    font-size: 18px;
    margin-top: 10px;

  }

  .works .roleInfo p{
  	font-size: 14px;
  }

  .works .roleInfo{
    text-align: left;
  	padding-bottom: 5px;
  }


	/*.works .diss .explainImg{
		font-size: 12px;
		padding-top: 0;
	}*/



/*literatureReview*/
  .works .diss .literatureReview li{
    padding-bottom: 10px;
  }




  .works .diss .storyboard, .works .diss .brainstorm{
    width: 50%;
  }

  .works .diss .k_storyboards, .works .diss .k_brainstorm{
    width: 100%;
  }

  .works .diss .k_QOC{
    width: 80%;
  }


  .works .diss .wireframe .logo{
    width: 15%;
    padding: 10px 0;
  }

  .works .diss .wireframe img{
    padding: 0;
  }



  .works .diss .wireframeSection_arrows{
    display: block;
  }







	/*.workType{
		margin-top: 50px;
	}

	.first_workType{
		margin-top: 25px;
	}*/


  .works .diss .explainImg p{
  	/* width: 95%; */
    font-size: 120%;
    padding-top: 300px;
  }

  .works .diss .explainImg h6.flexiblePaddingH6{
    padding-top: 15vw;
  }

  .works .diss .explainImg .showOnLaptop{
    display:block;
  }

  .works .diss .explainImg .showOnMobile{
    display:none;
  }

  .works .diss .explainImg ol{
    margin-bottom: 30px;
  }

  .works .diss .finalGalery img{
    width: 55%;
  }

  /*.works .diss .finalUI img{
    width: 80%;
  }*/

  .works .diss .feedback{
    width: 80%;
  }

  iframe{
    width: 853px;
    height: 480px;
  }

  .works .diss .sideNav{
    margin-left: 3%;
    text-align: left;
    position: fixed!important;
    top: 25%;
    z-index: 100!important;


  }

  .works .diss .sideNav a{
    display: block;
    font-size: 10px;
    padding: 18px 0;
  }

  .works .diss .sideNav .active{
    /* color: grey; */
    font-size: 12px;
    font-weight: bold;
  }

  .works .diss .sideNav .nav-detail-link{
    font-size: 10px;
    color: rgba(0,0,0,0.4);
  }




}


@media screen and (min-width: 991px){
  p.timely_criteria_align{
    padding-top: 6%;
  }
}

@media screen and (min-width: 1200px){

  #majorSideNav{
    display: none;
  }

  .headerNav{
    display: block;
  }

  .workDisc{
    opacity:1;
    font-size: 15px;
  }

  .workTypeSmall{
    font-size: 13px;
    color:grey
  }




  .workSample img{
  	/* width: 39vw; */
    /* height: 19vw; */
  }

  .headerNav li a{
    font-size: 1.1vw;
  }
}
