/* TESTING */
.coding-page-1, .coding-page-2, .coding-page-3, .coding-page-4, .coding-page-5, .coding-page-6, .design-page-1, .design-page-2, .design-page-3, .design-page-4, .design-page-5, .design-page-6, .media-page-1, .media-page-2, .media-page-3, .media-page-4, .media-page-5, .media-page-6 {
	display: none;
}
/*ABOVE FOR SEPERATE FEATURE PAGES*/

 
.page-active {
	display: block;
	opacity: 1;
	animation-name: FADE-IN;
	animation-duration: 0.5s;
	animation-direction: reverse;
	animation-iteration-count: 1;
}
@keyframes FADE-IN {
	0% 	{opacity: 1;}
	100%{opacity: 0;} 
}



/*STRUCTURAL*/
#wrapper {
	width: 100%;
}
.content {
	width: 1024px;
}
#center {
	margin-left: auto;
	margin-right: auto;
}
.section {
	width: 100%;
}
.Overflow {
	overflow: hidden;
}
p {
	
	margin: 0;
}
.quote {
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	font-size: 18px;
	color: #434338;
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;	
}	

.error {
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	font-size: 26px;
	color: #eee7ce;
	margin-top: 25px;
	margin-bottom: 35px;
	text-align: center;	
}

a{
	color: inherit !important;
	text-decoration: none;
	outline: none;
}

}
.MarianaLogo {
	background-color: white; /*HIDES POrtfolio*/
	}
	
.innerHtml {
	width: 100%;
}
.innerHtml img {
	float: right;
}

.border-R {
	border-right: solid;
	border-color: #949388;
	border-width: 1px;
	box-sizing: border-box;
}
.border-L {
	border-left: solid;
	border-color: #949388;
	border-width: 1px;
	box-sizing: border-box;
}

/*NAVIGATION*/
ul {
	list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 0px;
    margin: 0px;

    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
}
li {
	cursor: pointer;
}
.Nav {
	background-color: #ffffff;
	box-shadow: #eee7ce 0px 6px 0px;
	height: 60px;
	z-index: 100;
	position: fixed;
	top: 0;
	/*background-image: url(../img/smallLogo.png);*/
}
.button {
	width: 25%;
	display: inline-block;
	list-style-type: none;
	float: left;
}
.button a {
	display: block;
	text-decoration: none;
	
.button a:hover {
	display: block;
	text-decoration: none;
	color: #5085b6;
}


}
.button p {
	text-align: center;
	margin: 0px;
	font-size: 28px;
	color: #686764;
	font-weight: 100;
	padding: 18px 0px;
	font-family: Oswald, Noticia Text, Myriad Pro, Georgia, sans-serif !important;
}

.button p:hover {
	display: block;
	text-decoration: none;
	color: #5085b6;
}


/*SLIDER*/
.SliderDiv {
	background-color: #ffffff;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  padding: 10% 0% 5% 0%;
}


/*LAPTOPS*/
.Laptops {
	background-color: #ffffff;
}
.Block {
	width: 33.333%;
	float: left;
}

.Block2{
	width: 66.666%;
	float: left;
}
.LaptopImg {
	width: 90%;
	padding: 0% 5%;
	margin-bottom: 5%;
	cursor: pointer;
}
.txtImg {
	width: 90%;
	padding: 0% 5%;
	margin-bottom: 5%;
	cursor: pointer;
}
.WorkImg {
	width: 60%;
	padding: 0% 20%;
	margin-bottom: 8%;
	cursor: pointer;
}

.WorkImgBottom {
	width: 60%;
	padding: 0% 20%;
	margin-bottom: 8%;
	cursor: pointer;
}
.Quotecontain {
	background-color: #ffffff;
	/*height: 100px;*/
}
.rowz {
	padding-top: 25px;
}
.rowz1 {
	margin-top: 25px;
}
.Changing {
	/*position: relative;*/
}


/*ALTERNATING CONTENT*/
.Coding {
	/*display: none;*/
}
.Design {
	display: none;
}
.Media {
	display: none;
}


/* PORTFOLIO */
.Portfolio {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.0);
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow-y: scroll;
	top: 0;
	transition: background-color 1.25s ease;
}
.ShowPort {
	background-color: rgba(255, 255, 255, 1);
	z-index: 150;
}
.PortfolioNav {
	height: 60px;
	top:0;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: #eee7ce 0px 6px 0px;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	transition: opacity 1.25s ease;
   -moz-transition: opacity 1.25s ease;
   -webkit-transition: opacity 1.25s ease;
}
.PortfolioNavShow {
	opacity: 1;
}
.PortfolioNav p {
	text-align: center;
	margin: 0px;
	font-size: 28px;
	color: #686764;
	font-weight: 100;
	padding: 18px 0px;
	font-family: Oswald, Noticia Text, Myriad Pro, Georgia, sans-serif !important;
}

.PortfolioNav p:hover {
	text-align: center;
	margin: 0px;
	font-size: 28px;
	color: #5085b6;
	font-weight: 100;
	padding: 18px 0px;
	font-family: Oswald, Noticia Text, Myriad Pro, Georgia, sans-serif !important;
}

.pagesWrap {
	width: 100%;
	display: block;
}
.PortfolioBlock2 * {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.PortfolioBlock * {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.PortfolioBlock img:nth-child(1) {
	margin-top: 70px;
	margin-bottom: 10px;
}

.PortfolioBlock img:nth-child(3) {
	margin-top: 20%;
	margin-bottom: 10px;
}
.coding-page h1 {
	margin: 0px auto 0px auto;
	font-size: 25px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

.coding-page p {
	margin: 0px auto 0px auto;
	font-size: 20px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

.media-page h1{
	margin: 0px auto 0px auto;
	font-size: 25px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

.media-page p {
	margin: 0px auto 0px auto;
	font-size: 20px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

.design-page h1{
	margin: 0px auto 0px auto;
	font-size: 25px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

.design-page p {
	margin: 0px auto 0px auto;
	font-size: 20px;
	color: #434338;
	font-weight: 500;
	padding: 18px 0px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif !important;
	text-align: center;
	
}

/*CONTACT*/
.Contact {
	background-color: #ffffff;
	/*height: 2000px;*/
}
.Shape {
	border-radius: 8px;
	border:0px solid #434338;
	outline: none; 
}
.Input {
	width: 66.666%;
	margin-bottom: 25px;
	background-color: #eee7ce;
	height: 30px;
	text-indent: 15px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif;
}
.Message1 {
	margin-bottom: 125px;
}

.Textarea {
	width: 100%;
	margin-bottom: 25px;
	height: 180px;
	box-sizing: border-box;
} 
input[type=submit] {
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif;
	font-size: 16px;
	color: #f1f1f1;
	font-weight: bold;
	line-height: 20px;
}
		


textarea {
	line-height: 22px;
	background-color: #eee7ce;
	padding: 0px 15px;
	font-family: Noticia Text, Myriad Pro, Georgia, sans-serif;
}
.Button1 {
	float: left;
	width: 30%;
	background-color: #5085b6;
	border-radius: 8px;
	border:0px solid #ffffff;
	outline: none; 
	height: 40px;
	margin-bottom: 50px;
}
.Button1:hover {
	background-color: #686764;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
::-webkit-input-placeholder {
   	color: #444444;
   	font-size: 12px;
   	font-style: italic;
   	/*text-indent: 15px;*/
}

:-moz-placeholder { /* Firefox 18- */
   	color: #444444; 
   	font-size: 12px; 
   	font-style: italic;
   	/*text-indent: 15px;*/
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #444444;
   	font-size: 12px;
   	font-style: italic;
}
   	/*text-indent: 15px;*/

:-ms-input-placeholder {  
   	color: #444444; 
   	font-size: 12px;
   	/*text-indent: 15px;*/
}

.socialIcons {
	margin-left: auto; margin-right: auto;
	width: 256px;
}
.socialIcons img {
	float: left;
	margin-bottom: 30px;
}


