@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	width: 100%;  
	
}

	 #image-0{
			margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
	 z-index: 0;
	 position: fixed;
	 background-image:
	 url(images/images/images/background-1.jpg);
	 background-repeat: no-repeat;
	 width: 100%;
	max-height: 100%;
	 background-size:cover;
	 background-position: center;
	 }
	 

#content{ 

	margin: auto;

	z-index:1;
	width: 100%;
	overflow: hidden;
	margin-top:150px;
	position: absolute;

}
	
#about{ 

  padding-top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
	max-width: 2024px;
	margin: auto;
	margin-top: 150px;
	padding-bottom: 50px;
	
	
}
	

  #about-header{
margin-left: auto;
margin-right: auto;
text-align: center;
   max-width: 650px;
   margin-bottom: 50px;
	
  }



.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
	width: 100%;        
}

#top {
	float: left;
	height: 72px;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	
}
#top:hover {
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;

	
}

.about {
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;

	
}

/* Add a black background color to the top navigation */
#navbar {
    
    background-color: #ffffff;
    overflow: hidden;
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;
	 padding: 50px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99; 

}

.topnav2 {
 
	
	margin: auto;
	
	max-width: 1024px;

	
}
/* Style the links inside the navigation bar */
#navbar a {
  float: left;
  
  text-align: center;
  padding-right: 16px;
	padding-left: 16px;
  text-decoration: none;
  font-size: 17px;
	
}

/* Change the color of links on hover */
#navbar a:hover {
 background-color: #ffffff;
   
	
	
}

/* Add a color to the active/current link */
#navbar a.active {
  background-color: #ffffff;
  color: white;
}

/* Centered section inside the top navigation */


.topnav-centered {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
	padding-right: 7px;
  transform: translate(-50%, -50%);
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
	margin-top:-2px;
}
.topnav-right2 {
  line-height: 60px;
	float: right;
	padding-right: 10px;
}

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  #navbar a, .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

/* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
    cursor: pointer;

}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
}
.dropbtn2 {
    background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	
    

}

.dropbtn2 a:hover {
	background-color: #ffffff;
   	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;
}

.dropbtn3 {
    background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-left: none;
float: left;
	
    

}

.dropbtn3 a:hover {
	background-color: #ffffff;
   	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	float: left;
	background-color: #ffffff;
	margin-top:-1px;
	

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #ffffff;
   width: 172px;
   text-align: left;
    z-index: 1;
	float: left;
	margin-left: -10px;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
	float: left;
	width: 140px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ffffff;
  
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffffff;
   
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


#top {
	float: left;
	height: 72px;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	
}
#top:hover {
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9e005d;

	
}




@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -50px 0 0 -50px;
     border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #9e005d;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
	
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:0; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:0; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
}

.nav {

	width: 100%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: #9e005d;
	background-color: #ffffff;
			border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

}


#graphicdesign {
	max-width: 200px;
	height: 40px;
	float: right;

	padding-top: 6px;
	padding-right: 15px;

}

#daniellegerard{
	max-width: 200px;
		height: 40px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #9e005d;
	padding-top: 5px;
	
	float: left;

}

	


h1{color:#9e005d;
font-family: century-gothic, sans-serif;
font-size:14px;
line-height: 14px;
font-weight: lighter;
text-align: right;

}

h2{color:#999999;
font-family: century-gothic, sans-serif;
font-size:14px;
line-height: 6px;
font-weight: lighter;
text-align: left;


}


h3{color:#999999;
font-family:century-gothic, sans-serif;
font-size:12px;
line-height: 43px;
font-weight: lighter;
text-align: left;

}


h4{
	color: #999999;
	font-family: century gothic, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
	font-style: italic;
	line-height: 25px;

}

h5{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
font-style: italic;
padding-bottom: 20px;
	
}

h6{color:#999999;
font-family:century-gothic, sans-serif;
font-size:13px;
font-weight: lighter;
text-align: center;
line-height: 25px;


}

h7{color:#999999;
font-family:century-gothic, sans-serif;
font-size:14px;
line-height: 36px;
font-weight: lighter;
text-align: center;


}


h8{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 50px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	
}

h9{color:#ffffff;
font-family:century-gothic, sans-serif;
font-size:30px;
text-align: center;
line-height: 70px;
padding-left: 23px;

}

h10{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	
}

h11{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:16px;
line-height: 26px;
font-weight: lighter;
text-align: right;

}

h12{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	
}

h13{
	color:#999999;
font-family:century gothic, sans-serif;
font-size:16px;
line-height: 26px;
font-weight: lighter;
text-align: left;

}

h14{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:11px;
line-height: 14px;
font-weight: lighter;
text-align: right;

}

h15{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:11px;
line-height: 14px;
font-weight: lighter;
text-align: left;

}


p{
	color:#9e005d;
font-family:century-gothic, sans-serif;
font-size:13px;
line-height: 20px;
font-weight: lighter;
text-align: center;

}


li{display: block;
line-height: 12px;
}


 a{text-decoration: none;}



#footer {
	min-height: 150px;
	background-color: #f9f9f9;
}
#copyright {
	height: 50px;
	padding-top: 25px;
}
#social {
	height: 20px;
	width: 120px;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#tumblr { height: 20px;
width: 20px;
float: right;
padding-right: 30px;
}
#linkedin{
	height: 20px;
	width: 20px;
	float: right;
	padding-right: 30px;

	}
#gmail{
	height: 20px;
	width: 20px;
	float: right;
}


#nav-content{ 
max-width: 2024px;
margin-right: auto;
	margin-left: auto;



}
#text-right{

	    max-width: 634px;
    padding-left: 110px;
	
	}
	
	#text-left{

	    max-width: 632px;
   
	
	}
	
	#text-right-2{

	    max-width: 634px;
    padding-left: 110px;
	
	}
	
		#text-left-2{

	    max-width: 620px;
   
	
	}
	
		#text-left-3{

	    max-width: 600px;
   
	
	}

	
.back-to-top {
position: fixed;
bottom: 0;
right: -0;
    text-decoration: none;
    color: #000000;
    background-color: #9e005d;
	height: 65px;
	width: 65px;


}


@media only screen and (max-width: 1024px) {

	.topnav2 {
 
	
	margin: auto;
	
	max-width: 1024px;
		padding-left: 10px;

	
}

	/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
	margin-top:-2px;
	margin-right: 20px;
}
	 #image-0{
			margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
	 z-index: 0;
	 position: fixed;
	 background-image:
	 url(images/images/images/background-1.jpg);
	 background-repeat: no-repeat;
	 width: 100%;
	max-height: 100%;
	 background-size:cover;
	 background-position: center;
	 }
	 
	
}
@media only screen and (max-width: 1440px) {
	
	#about{ 
height: 100%;
  padding-top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
	max-width: 2024px;
	margin: auto;
	margin-top: 50px;
	
	
}

		 #image-0{
			margin: auto;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
	 z-index: 0;
	 position: fixed;
	 background-image:
	 url(images/images/images/background-1.jpg);
	 background-repeat: no-repeat;
	 width: 100%;
	max-height: 100%;
	 background-size:cover;
	 background-position: center;
	 }
	 
h11{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:13px;
line-height: 14px;
font-weight: lighter;
text-align: right;

}

h13{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:13px;
line-height: 14px;
font-weight: lighter;
text-align: left;

}
#text-right{

	    max-width: 634px;
    padding-left: 0;
	
	}
	
	#text-left{

	    max-width: 632px;
   
	
	}
	
	#text-right-2{

	    max-width: 634px;
    padding-left: 0;
	
	}
	
		#text-left-2{

	    max-width: 620px;
   
	
	}
	
		#text-left-3{

	    max-width: 600px;
   
	
	}
	
	h10{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	
}

h12{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	
}

	h8{
	color: #9e005d;
	font-family: century-gothic, sans-serif;
	font-size: 40px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	
}


h14{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:11px;
line-height: 14px;
font-weight: lighter;
text-align: right;

}

h15{
	color:#999999;
font-family:century-gothic, sans-serif;
font-size:11px;
line-height: 14px;
font-weight: lighter;
text-align: left;

}


	#footer {
	min-height: 150px;
	background-color: #f9f9f9;
}
	
	
	}
body {font-family: century-gothic, sans-serif;}
	

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
