/*
	Theme Name: Dodie James Design Portfolio
	Theme URI: http://www.rhiannabdunn.com
	Description: Dodie James Design Portfolio Theme
	Author: Rhianna Dunn
	Author URI: http://www.rhiannabdunn.com
	Tags: 

*/

/* GENERAL */

* {
		margin:0px;
		padding:0px;
}

body {
		font-family: 'eausans_bold';
		font-size: 90%;
		height: 100%;
}

a {
		text-decoration: none;	
}


/*/////// header styles ///////*/

h1 {
		font-size: 1.2em;
		margin: auto;
}

h2 {
		font-size: 110%;
		font-family: 'eau_doucesans_regular';
}

h3 {
		margin: 0 0 10px 0;
}


/*/////// LANDING PAGE ///////*/
 
p.paragraph {
		font-family: 'eau_doucesans_regular';
}

img.bg2 {
		visibility: hidden;
}
   

img.bg {
		z-index: -10;
		/* Set rules to fill background */
		min-height: 100%;
		min-width: 1024px;
		
	  /* Set up proportionate scaling */
		width: 100%;
		height: auto;
		
	  /* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
  }
}}

 

/*/////// NAVIGATION ///////*/

/*/// Homepage Navigation ///*/



nav.n-home {
		z-index:1;
}
    
nav.n-home ul {
		list-style-type: none;
		position: fixed;
		top: 4%;
		right: 11%;
		z-index: 5;
}

nav.n-home li {
		height: 30px;
		display: inline;
		display: -moz-inline-stack;
		padding: 8px 9px 5px 10px;
}

nav.n-home li a {
		text-decoration: none;
		text-align: center;
		padding: 3px 6px 2px 6px;
		font-family: 'eausans_bold';
		text-transform: uppercase;
		color: #09173c;
		border: 2px solid #09173c;
		margin: -8px;
		font-size: 110%;
}

nav.n-home li a:hover {
		border-color: transparent;
}

nav.n-home li a:active {
		border-color: transparent transparent #09173c transparent;
}

.pages-menu li a{
		background-color: #fff;
}

.footer-menu {
		list-style-type: none;
}

.footer-menu li a{
		color: #fff;
}

li.current-menu-item a {
		background-color: #09173c !important;
		color: #fff !important;
}

li.current-menu-item a:hover{
		color: #09173c !important;
		border-color: #fff;
		background-color: #fff !important;
}


/*/////// Name Banner ///////*/

#bottom-banner {
		min-height: 80px;   
		position: fixed;   
		bottom: 0%;
		width: 100%;
		background-color: #ffffff;
		padding-top: 20px;
}

#bottom-banner.home-banner {
		background-color: transparent;
}


img.djd-banner-mobile {
		display:none;
		max-height: 100%;
		max-width: 95%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 20px;
}

img.djd-banner {
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 10px;
		margin-bottom: 30px;
		-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
		   -moz-animation: fadein 2s; /* Firefox < 16 */
			-ms-animation: fadein 2s; /* Internet Explorer */
			 -o-animation: fadein 2s; /* Opera < 12.1 */
				animation: fadein 2s;
}

@keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
} 
}

img.slider1 {
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top: -30px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-height: 450px;
}

.slider-area {
		margin-top: 80px;
}

/*/////// FOOTER ///////*/

footer {
		font-family: 'eau_doucesans_regular';
		/*margin-top: 80px;*/
		margin-bottom: 85px;
		background-color: #09173c;
		padding: 20px 80px;
		color: #fff;
		clear: both;
		height: 80px;
}

.footer-one {
		display: inline-block;
		width: 33%;
		float: left;
		
}

.footer-two {
		display: inline-block;
		width: 33%;
		float: left;
}

.footer-three {
		display: inline-block;
		width: 33%;
		float: left;
		line-height: 1.8;
		text-align: right;
}

img.rbd-logo {
	margin-left: 1px;
}

/*/////// ABOUT Page ///////*/

#about-page-wrapper {
		min-height: 100vh;
		padding-left: 80px;
		padding-top: 40px;
}

#about-feature {
		width: 30%;
		margin-top: 200px;
		margin-left: 80px;
		margin-right: 60px;
		display:inline-block;
		float: left;
}

#about-body {
		width: 40%;
		display: inline-block;
		margin-top: 120px;
		margin-left: 30px;
}

#about-body p {
		font-family: 'eau_doucesans_regular';
		font-size: 95%;
		line-height: 120%;
		margin-bottom: 10px;
}
	
	
p.top-line-p {	
		border-top: 2px solid #09173c;
		padding-top: 10px;
		margin-top: 10px;
}


/*/////// PROJECTS Page ///////*/

#dynamic-project-list {
		font-family:'eau_doucesans_regular';
		margin: 0 40px 0 80px;
		margin-bottom: 20px;
}

#projects-title {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 20px;
		color: #000;
}

.textwidget h1{
		margin-top:10px;
		margin-bottom: 5px;
		font-size: 1em;
}

.widgetizedArea {
		display: inline-block;
		max-width: 45%;
		margin: 15px;
		float: left;
}

#dynamic-project-list p{
		line-height: 1.2;
		margin-bottom: 5px;
		margin-top: 3px;
		font-size: 0.9em;
}

#project-text-area {
		overflow: hidden;
}

#photo-credits p {
		margin: 20px 10%;
}

/*/////// CONTACT Page ///////*/

#contact-page-wrapper {
		min-height: 100vh;
		padding-left: 80px;
		padding-top: 40px;
}

#contact-feature {
		width: 20%;
		margin-top: 120px;
		margin-left: 160px;
		display:inline-block;
		float: left;
}

#contact-body {
		width: 40%;
		display: inline-block;
		margin-top: 130px;
		margin-left: 30px;
}

#contact-body p {
		font-family: 'eau_doucesans_regular';
		font-size: 95%;
		line-height: 120%;
		margin-bottom: 10px;
}

#contact-body a {
		color: #000;
}

#contact-icons-mobile {
		display: none;
}

/*/////// MEDIA QUERIES ///////*/



@media only screen and (max-width: 600px){
	
/* MOBILE NAVIGATION */

.nav-button {
		display: block;
		background: rgba(255,255,255,0.9);
		text-align: center;
		height: 30px;
		width: 100px;
		margin: auto;
		cursor: pointer;
		position: absolute;
		right:5%;
		top: 5%;
		border: none;
		color: #09173c;
		font-size: x-large;
		padding: 5px 0 2px 0;
		z-index: 8;
}

.nav-button:before {
		content: "MENU";
}

nav.n-home ul {
		position: absolute;
		top:0;
		right: 0;
		background: rgba(255,255,255,0.7);
}

nav.n-home li {
		display: block;
		text-align: center;
		margin: 20px auto;
		width: auto;
}
	
nav.n-home ul li a {
		border: none;
		background: transparent;
		font-size: xx-large;
}

ul#menu-home-menu.menu{
		min-width: 100%;
		margin-top: 73px;
		display:none;
		height: 100%;
		padding-top: 20px;
}

ul#menu-main-menu.pages-menu{
		min-width: 100%;
		margin-top: 73px;
		display:none;
		height: 100%;
		padding-top: 20px;
}

img.djd-banner{
     display: none;
}

img.djd-banner-mobile{
     display: block;
}
   
#bottom-banner {
	min-height: 90px;
}

/* MOBILE PROJECTS PAGE*/
 
#dynamic-project-list {
		margin: 10%;
		margin-top: 10px;
		font-size: smaller;
		line-height: 1.1;
}
 
#dynamic-project-list p {
		line-height: 1.5;
}
 
.widgetizedArea {
		max-width: 100%;
		margin: 0;
		margin-top: 10px;
}

footer {
		height: 160px;
		padding: 20px 20px 0 40px;
		margin-top: 20px;
}

.footer-one {
		max-width: 100%;
}

.footer-three {
		line-height: 1.1;
		max-width: 100%;
		text-align: left;
}

p.created-by {
		margin-bottom: 20px;
}
 
#about-feature {
		width: 80%;
		margin-top: 30%;
		margin-left: 10%;
		margin-right: 10%;
}

#about-body {
		width: 80%;
		display: inline-block;
		margin-top: 40px;
		margin-left: 10%;
		margin-right: 10%;
}
 
#about-page-wrapper {
		padding-left: 0;
		padding-top: 0;
}
 
.footer-menu li{
		margin-bottom:10px;
}
 
 
#contact-feature {
		display: none;
}
 
#contact-icons-mobile {
		display: block;
		width: 80%;
		margin: 0 auto 10px auto;
}
 
#contact-icons-mobile img {
		width: 100px;
		margin: 10px;
}
 
#contact-body {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 78px;
}
 
#contact-page-wrapper {
		padding-left: 0;
		padding-top: 0;
}
 
.slider-area {
		margin-top: 90px;
}
 
img.bg {
		visibility: hidden;
}
 
img.bg2 {
		visibility: visible;
}
 
img.bg2 {
		z-index: -10;
		/* Set rules to fill background */
		min-height: 100%;
		max-width: 800px;
		
	  /* Set up proportionate scaling */
		width: 100%;
		height: auto;
		
	  /* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
}}
}

}
       
        

        
        
        
 