

nav ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-right: 80px;
	margin-top: 80px;

}
li {
	padding: 0 30px;
}



li :hover {
	color: #ea4b3c;
	transition: all 0.3s ease-in-out;    
}

li a {
	color: black;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	width: 100%;
}

li a.active {
	color: #ea4b3c;
}


#logo {
  display: inline-block;
  margin-top: 35px;
  margin-left: 110px;
  float: left;
  height: 50px;
  width: auto; /* correct proportions to specified height */

}

#header  {
	display: flex;
	margin-top: 35px;
	justify-content: space-between;
	
}

#header p {
	padding-left: 110px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;

}

.branding {
	display: inline-grid;
}

/*for back-to-top button*/
#myBtn {
  	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: black;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
	color: #ea4b3c;
  	background-color: white;
}


#introduction {
	display: flex;
	margin: 0 auto;
	width: 60%;
	padding-top: 80px;
}

#portfolio {
	display: flex;
	justify-content: space-between;
	margin-left: 110px;
	padding-top: 30px;
	margin-right: 110px;
	flex-wrap: wrap;



}

.text {
	padding-left: 40px;
	display: block;
	width: 380px;
	line-height: 25px;
}


.text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1 {

	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

h2 {

	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
}


h3 {

	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
}





.weatherBug p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
/*	color: #A9A9A9;*/
	font-weight: 300px;
}


/*portfolio page thumbnail*/
.container {
  position: relative;
  width: 48%;
  margin-top: 50px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #606161;
}

.container:hover .overlay {
  opacity: 0.6;
}

.title {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*weatherbug page*/

#heroImage {
	margin-top: 30px;
}


#heroImage img{
	max-width: 70%;
	margin-left: -20px;
}

#content {
	margin: 0 auto;
	max-width: 60%;
}


.weatherBug {
	display: block;
	line-height: 25px;
	padding-top: 20px;
}


#overview {
	margin-left: 110px;
	padding-top: 80px;

}

.description {
	padding-bottom: 20px;
	width: 46%;
	display: block; 
	
}

.description a {
	margin-top: 30px;

	font-size: 16px;
  	color: #ea4b3c;
  	font-weight: 500;
  	font-family: 'Open Sans', sans-serif;

}




#about {
	display: flex;
	justify-content: space-between;
	
}

.heuristicEvaluation {
	display: flex;
	width: 650px;
	justify-content: space-between;
	padding-bottom: 30px;
	margin: 0 auto;

}


.part p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.part {
	width: 80%;
}

.heuristicEvaluation img {
	width: 190px;
	box-shadow: 5px 8px 5px #dadada;
}

ul {
	margin-bottom: 20px;
}

ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;



}

.show_hide {
	display: none;
	padding: 30px 20px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;

}

.show_hide p{

	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;

}

.highlight {
	font-weight: 700;
	color: #ff907d;
}

ol {
  	width: 100%;
  	counter-reset: my-awesome-counter;
  	list-style: none;
  	padding-left: 40px;
}
ol li {
  	margin: 0 0 0.5rem 0;
  	counter-increment: my-awesome-counter;
  	position: relative;
  	font-family: 'Open Sans', sans-serif;
  	padding-bottom: 10px;


}
ol li::before {
  	content: counter(my-awesome-counter);
  	color: #f5f5f5;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	position: absolute;
  	--size: 30px;
  	left: calc(-1 * var(--size) - 10px);
  	line-height: var(--size);
  	width: 32px;
  	height: 32px;
  	top: 0;
  	transform: rotate(-10deg);
  	background: #ea4b3c;
  	border-radius: 50%;
  	text-align: center;
  	box-shadow: 1px 1px 0 #999;
}

br {
	content: ""; 
	display: block; 
	margin: 2px 0;

}

.competitors {
	display: flex;

}

.group {
	width: 100px;
	margin-right: 210px;
	margin-top: 20px;
}

.group img {
	width: 100%;
	margin-left: 40px;

}

.group p {
	width: 250px;
	font-size: 14px;
	margin-top: 30px;

}

.group a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	display: block;
	width: 200px;
	color: #7d97d1;
}

.audienceResearch {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.demographic {
	width: 30%;


}

.class1 {
	position: absolute;


}

.class2 {
	position: relative;
	padding-left: 200px;
	padding-top: 120px;
}

.class3 {
	position: relative;
    padding-left: 430px;
    margin-top: -100px;
}

.weatherbug_images img{
	width: 400px;
}

.reviews {
	display: flex;
	justify-content: space-between;

}

.reviews img{
	width: 270px;
	border-radius: 8px;
	margin-right: 20px;
}


/*PERSONA SLIDESHOW CSS*/

#wrapper{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 850px;
}

#slideshow-frame {
	width: 850px;
	height: 478px;
	position: relative;
	overflow: hidden;
	border: 2px solid #ea4b3c;

}

.arrow-next {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/next.png);
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 200px;
	background-color: rgba(189, 195, 199, 0.7);
}

.arrow-prev {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/prev.png);
	width: 40px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 200px;
	background-color: rgba(189, 195, 199, 0.7);
}

.arrow-prev:hover,
.arrow-next:hover {
	background-color: rgba(189, 195, 199, 1);
	transition: all 0.5s;
}

a.selected{
	background-color: #E8B400;
	transition: all 0.5s;
	border-top-right-radius: 50%;
}

.slideshow-images{
	width: 1950px;
	height: 1102px;
	display: flex;
}

.slideshow-images img{
	/*border:0px solid red;*/
	width: 851px;
	height: 480px;
	margin: -2px;
	padding: 0;
	display: inline-block;
}

#flow1 {
	margin-top: 50px;
}

#flow2 {
	margin-top: 50px;
}

#flow3 {
	margin-top: 50px;
}

#flowboxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flowbox {
	width: 150px;
	height: 100px;
	background-color: #f3f3f3;
	box-shadow: 5px 8px 5px #dadada;
	margin-right: 10px;

	margin-bottom: 30px;


}

.flowboxp {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 20px;
	padding: 0 15px;
}

.arrow {
	transform: scale(2, 1); 
	margin-right: 10px; 
	color: #565656;
	margin-top: 30px;
}

/* TABS CSS */

.tabs {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: flex;
	justify-content: inherit;

}

.tabs li {
	padding: 15px;
	color: #848484;
	background-color: #f3f3f3;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: 1px solid #a9acb1;
	border-radius: 10px
	border-bottom: 0px;
	margin-right: 5px;
}

#tasks {
	border-left: 1px solid #a9acb1;
	border-right: 1px solid #a9acb1;
	border-bottom: 1px solid #a9acb1;
	position: relative;
	top: -15px;
}

#tasks:after {
	content: "";
  	background: #a9acb1;
  	position: absolute;
  	top: 0;
  	right: 0;
  	height: 1px;
  	width: 71%;
}

.tabs li:hover,
.tabs li.active {
	color: #ea4b3c;
	background-color: white;
	border-bottom: none;

}

article {
	padding-left: 30px;
}

/*MID-FID PROTOTYPE SLIDESHOW CSS*/

#wrapper{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 850px;
}

#prototype-slideshow-frame {
	width: 850px;
	height: 850px;
	position: relative;
	overflow: hidden;
/*	border: 2px solid #ea4b3c;*/

}

.prototype-arrow-next {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/next.png);
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 400px;
	background-color: rgba(189, 195, 199, 0.7);
}

.prototype-arrow-prev {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/prev.png);
	width: 40px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 400px;
	background-color: rgba(189, 195, 199, 0.7);
}

.arrow-prev:hover,
.arrow-next:hover {
	background-color: rgba(189, 195, 199, 1);
	transition: all 0.5s;
}

a.selected{
	background-color: #E8B400;
	transition: all 0.5s;
	border-top-right-radius: 50%;
}

.prototype-slideshow-images{
	width: 3334px;
	height: 3334px;
	display: flex;
}

.prototype-slideshow-images img{
	/*border:0px solid red;*/
	width: 850px;
	height: 850px;
	margin: -2px;
	padding: 0;
	display: inline-block;
}

#testingDetails {
	display: flex;

}

#testingDetails img {
	width: 270px;
	margin-right: 20px;
	box-shadow: 5px 8px 5px #dadada;
}

#keyConclusions {
	padding-top: 20px;
}

#keyConclusions ul li {
	color: #848484; 
  	font-weight: 400; 
  	font-size: 14.5px;
}

.testing {
	display: flex;
	justify-content: space-between;
}

.testingPart {
	display: block;
}

.testingPart img {
	height: 320px;
	box-shadow: 5px 5px 8px #dadada;
}

#test1Feedback {
	display: flex;
	justify-content: space-between;
}


#test2Feedback {
	display: flex;
	justify-content: space-between;
}

#test3Feedback {
	display: flex;
	justify-content: space-between;
}

.feedback {
	width: 400px;

}

.feedback ul {
  	padding-left: 20px;
}

.feedback ul li{
	margin: 0px;
  	padding: 0px;
  	color: #848484; 
  	font-weight: 400; 
  	font-size: 14.5px;
}

.suggestions {
	width: 400px;
}

.suggestions ul {
  	padding-left: 20px;
}

.suggestions ul li{
	margin: 0px;
  	padding: 0px;
  	color: #848484; 
  	font-weight: 400; 
  	font-size: 14.5px;
}

.change{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;

}


.changeDescription1 {
	margin-top: 145px;
	width: 300px;
}

.testingChangeDescription1 {
	margin-top: 90px;
	width: 300px;
}

.changeDescription2 {
	margin-top: 145px;
	width: 300px;
}
.testingChangeDescription2 {
	margin-top: 145px;
	width: 300px;
}


.changeDescription3 {
	margin-top: 120px;
	width: 300px;
}

.testingChangeDescription3 {
	margin-top: 120px;
	width: 300px;
}

.changeDescription ul {
	padding-left: 20px;
}

.changeDescription ul li {
	margin: 0px;
	padding: 0px;
}



.BeforeAndAfter img {
	height: 400px;
	box-shadow: 5px 5px 8px #dadada;
}

#weatherbugInAction {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
	padding-bottom: 60px;
}

video {
	border-radius: 40px;
}



/* SIDEBAR CSS */

#website {
	z-index: 0;
}

#sidebar { 

  	position: fixed;
  	z-index: 1;
  	top: 300px;
  	right: 80px;
  	overflow-x: hidden;
  	


}

#sidebar ul {
	padding-left: 0;
	line-height: 30px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar a {
	text-decoration: none;
}



#sidebar ul li a{
	width: 200px;
  	text-decoration: none;
  	font-size: 16px;
  	color: #848484;
  	font-weight: 500;
  	font-family: 'Open Sans', sans-serif;
  	display: block;
  	padding-right: 18px;
  	border-right: 2px solid #e9edf5;
}



#sidebar ul li a.side-bar-active {
	color: #ea4b3c;
	border-right: 2px solid #ea4b3c;

}



footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;

	color: #848484;
	text-align: center;
	margin-top: 0px;
}

.footer {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding-top: 22px;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	margin-top: 0px;

}





