@charset "utf-8";
/*headline: font-family: 'Slagless', serif;
paragraph: font-family: 'Century Gothic', sans-serif;

*/
/*
Mt Rainier: 
warm white: #FCF6F3
dark grey: #1A1919
dark cyan: #647980
light blue: #A6BDC5
orange: #ED983C
light grey: #D6CDC9

*/
														/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
background-color: #FCF6F3;
}
														/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
color: #1A1919;
}
														/* Background and text colors for current page link and links on hover and
focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
background-color: #FCF6F3;
color: #1A1919;
}


													/* Border and text colors for menu icon on small screens */
.custom-toggler .navbar-toggler {
border-color: #1A1919;
color:#1A1919;
}
												/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(26,25,25,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

																						/* Navbar logo */
.navbar-brand {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 6% center;
    background-size: 35px auto;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
	
}







																				/* Carusel text portfolio */
#mmportfolio{
	justify-content: center;
	max-width: 100%;
  text-align: center;
	overflow: hidden;
  font-family: 'Slagless', serif;
  color:#1A1919;
margin-top: 220px;  
}
#mmportfolio_marquee{
	justify-content: center;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
	animation: marquee 40s linear infinite;
}
@keyframes marquee{
	0%{
		transform: translate3d(0px, 0px, 0px);
	}
	100%{
		transform:translate3d(-50%, 0px, 0px);
	}
}
#mmportfolio h1{ diplay:inline-block;
	text-transform: uppercase;
	font-size:130px;
	color:#1A1919;
	
	
	
}
																			/*HOME BACKGROUND*/



																	/* Sections images*/

#Logo_mockup{
	width: 600px;
	filter: drop-shadow(0px 6px 7px grey);
	

	
}
#paragraph p{
	padding-top:10px;
	
	
	
}

#Poster_mockup{
	filter: drop-shadow(0px 6px 7px grey);
}

.paragraphPoster{
	padding-top:400px;
	
	
}

.wrapper{
	padding-left: 1rem;
	padding-bottom: 10px;
	border-left: solid #1A1919;
	
	
}



#Book_mockup{
	width: 600px;
	filter: drop-shadow(0px 6px 7px grey);

	
}
#paragraph1 p{
	
	
	
}
																		/* Carusel text works */
#myworks{
	justify-content: center;
	max-width: 100%;
  text-align: center;
	overflow: hidden;
  font-family: 'Slagless', serif;
  color:#1A1919;
	background-color:#D6CDC9;
	padding-top:10px;
  
}
#myworks_marquee{
	justify-content: center;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
	animation: marquee 40s linear infinite;
}
@keyframes marquee{
	0%{
		transform: translate3d(0px, 0px, 0px);
	}
	100%{
		transform:translate3d(-50%, 0px, 0px);
	}
}
#myworks h1{ display:inline-block;
	text-transform: uppercase;
	font-size:120px;
	color:#1A1919;
	
	
	
	
}


/* Carusel text works */
#education{
	
	max-width: 100%;
  text-align: center;
	overflow: hidden;
  font-family: 'Slagless', serif;
  color:#1A1919;
	background-color:#D6CDC9;
	padding-top:10px;
	margin-top:100px;
  
}
#education_marquee{
	justify-content: center;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
	animation: marquee 40s linear infinite;
}
@keyframes marquee{
	0%{
		transform: translate3d(0px, 0px, 0px);
	}
	100%{
		transform:translate3d(-50%, 0px, 0px);
	}
}
#education h1{ display:inline-block;
	text-transform: uppercase;
	font-size:100px;
	color:#1A1919;
	
	
	
	
}



.paragraphPoster{
	text-align: center;
	font-size: 45px;
	
	
	
}
																	




.container-fluid1 {
	padding-top: 300px;
}
.container-fluid2 {
	padding-top: 286px;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35px auto;
	
}

.container-fluid2  p{
	padding-bottom:35px;
	text-align: center
	
}

#BackgroundImage{
	padding-left: 0px; 
	padding-right: 0px;
	position: relative;
	padding-bottom:0px;
	
	
	
}

.message_bubble{
	width: 120px;
	height: 80px;
	background: white;
	border-radius: 40px;
	top:20%;
	left:36%;
	transform: translate(-50%, -50%);
	text-align: center;
	position:absolute;
	
	
}

.message_bubble p{
	  margin: 0; 
    padding: 25px 10px; /* Adjust padding for vertical centering */
    line-height: 1.5;
	
}



																	/*SPining text*/

.container_Spin{display: flex;
justify-content: center;
align-content: center;}

span{
	
	position:absolute;
	transform-origin: 0 80px;
}
    

.eye{
	
	height: 50px;
	width: 50px;
	background: url("../images/eyebrow.png")  no-repeat;
	background-size: 51px;
	margin-top: 55px;
	border-radius: 50px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	
	
}
.EMAIL a{ text-decoration: none;
	color:#1A1919;}

a {text-decoration: none;
	color:#1A1919;}
.eye:hover{text-decoration:none;
color:#1A1919;
	background:url("../images/witness.png") no-repeat;

	background-size: 50px;
	 transition: all 0.2s ease-in-out;
}

#SpiningText{
	
	display: flex;
	justify-content: center;
}

#text{height: 160px;
font-size: 22px;
animation: animate 15s linear infinite;

}
@keyframes animate{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}
															/*ED CONTAINERS*/

.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 35px;
	padding-left: 70px;
	color:#FCF6F3;
	
	
}
.ed_container p{
	font-size: 29px;
	padding-left: 70px;
	
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer{
	text-align: center;
	color: #1A1919;
	margin-bottom: 50px;
}

#footerabout{background: none;
color:#1A1919;
	margin-top:200px;
margin-bottom: 50px;}


.ARROW{
   transform: rotate(220deg);
	margin-bottom: 15px;
	
}
.EMAIL h1{
	font-size:100px;
	height: 500px;
	
	
}
.LetsCreate{display: flex;
	justify-content: center;
	margin-top: 350px;

}

																							/*colors*/
p{color:#1A1919;}


																						/* fonts */
body {font-family: "century-gothic", sans-serif;
}
h1, h2, h3, h3, h4, h5, h6 {font-family: 'Slagless', serif;
}
 																				/* body background*/
body{background-color :#FCF6F3;}
.navbar-custom {font-family: "century-gothic", sans-serif;
	
}



																			/*ABOUT ME PAGE*/
#AboutME{
	
	height: 50px;
    background-color: #D6CDC9;
    display: flex;
    justify-content: center; 
    align-items: center; 
	
}




.TITLES h1{
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 100px;
	
}

.MYphoto{
	
	display: flex;
	justify-content: center;
	position:relative;
	bottom: 180px;

	
}

.ABOUT_p{
	margin-top:50px;
}
.First_pAbout{
	background-color: #D6CDC9;
	
}
.Third_pAbout{
	background-color: #D6CDC9;
	padding-bottom: 50px;
	
	
}



																			/*PORTFOLIO PAGE*/
#projects{
	justify-content: center;
	max-width: 100%;
  text-align: center;
	overflow: hidden;
  font-family: 'Slagless', serif;
  color:#1A1919;
  
}
#projects_marquee{
	justify-content: center;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
	animation: marquee 40s linear infinite;
}
@keyframes marquee{
	0%{
		transform: translate3d(0px, 0px, 0px);
	}
	100%{
		transform:translate3d(-50%, 0px, 0px);
	}
}
#projects h1{ diplay:inline-block;
	text-transform: uppercase;
	font-size:130px;
	color:#1A1919;
	
	
	
}
.CARDS{
	display: flex;
	justify-content: center;
	
}
.CATEGORY{padding-top:10px;
	padding-bottom:10px;
	color:white;
	background-color:#1A1919;
	border-radius: 100px;
	margin-left:55px;
	margin-right:55px;
	
}
.BUTTON{
	
	width: 100px;
	border-radius: 100px;
}
																			/*PORTFOLIO CATEGORY PAGES*/
.SKETCH{display: flex;
justify-content: center;}

.Sketch_App{display: flex;
	justify-content: center;
}

																		/*Contact Page*/
.Contact_head{
	display: flex;
	justify-content: center;
	font-size: 100px;
}
.Contact_hi{
	display: flex;
	justify-content: center;
	align-content: center;
	font-size:20px;
	padding-bottom: 180px;
}
																		/*Media Query Breakpoints*/
																	/*X-SMALL SIZE ONLY*/ 
@media (min-width:375px) {
	.container-fluid1{
		padding-top:235px;
	}
	.container-fluid2{
		padding-top: 265px;
	}
	#mmportfolio h1{
		font-size: 110px;
	}
	#myworks h1{
		font-size: 65px;
	}
	.message_bubble{
		width: 60px;
	height: 40px;
	}
	.message_bubble p{
	  margin: 0; 
    padding: 8px 10px;
		font-size: 14px;}
	.paragraphPoster{
		padding-top:150px;}
	
	
	
	
	
	#MYphoto{
		width: 300px;
		left:100px;
		bottom: -10px;}
	
	
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 20px;
	padding-left: 0px;
	color:#FCF6F3;
	font-size:1.1rem;
	text-align: center;
	
	
}
.ed_container p{
	font-size: 19px;
	padding-left: 30px;
	text-align: center;
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}
/* Extra Small devices ONLY */
@media(min-width:576px){
	#myworks h1{ 
		font-size:80px;}
	#mmportfolio h1{ 
		font-size:120px;}
	.container-fluid1{
		padding-top:250px;
	}
	.container-fluid2{
		padding-top: 230px;
	}
	.message_bubble{
		width: 80px;
	height: 50px;
	}
	.message_bubble p{
	  margin: 0; 
    padding: 12px 10px;
		font-size: 16px;
	}
	.paragraphPoster{
		padding-top:150px;}
	
	#MYphoto{
	width:300px;
	left: 119px;
	bottom: 130px;

	
}
	
															/*ED CONTAINER*/
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 50px;
	padding-left: 30px;
	color:#FCF6F3;
	font-size:1.3rem;
	text-align: left;
	
}
.ed_container p{
	font-size: 19px;
	padding-left: 30px;
	text-align: left;
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}

/* Small size ONLY */
@media(min-width:768px){
	.paragraphPoster{
		padding-top:400px;}
	
	.paragraphAboutMe{
	
	
}
	
	#MYphoto{
	width:300px;
	left: 200px;
	bottom: 160px;

	
}
	
	
																		/*ED CONTAINER*/
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 45px;
	padding-left: 70px;
	color:#FCF6F3;
	font-size:1.5rem;
	text-align: left;
	
}
.ed_container p{
	font-size: 20px;
	padding-left: 70px;
	text-align: left;
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}
/* Midium devices ONLY */
@media(min-width:992px){
	.message_bubble{
	width: 100px;
	height: 60px;
	
	
	
}

.message_bubble p{
	  margin: 0; 
    padding: 17px 10px; /* Adjust padding for vertical centering */
	font-size:16px;}
	
	.paragraphPoster{
		padding-top:400px;}
	
	
	
	#MYphoto{
	width:350px;
		left:290px;
	bottom: 190px;

	
}
	
	
												/*ED CONTAINER*/
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 35px;
	padding-left: 70px;
	color:#FCF6F3;
	font-size:2rem;
	text-align: left;
	
}
.ed_container p{
	font-size: 25px;
	padding-left: 70px;
	text-align: left;
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}
/* Large devices ONLY */
@media(min-width:1200px){
	.message_bubble{
	width: 120px;
	height: 80px;
	
	
	
}

.message_bubble p{
	  margin: 0; 
    padding: 25px 10px; /* Adjust padding for vertical centering */
	font-size:16px;}
	.paragraphPoster{
		padding-top:400px;}
	#myworks h1{ 
	font-size:120px;
	}
	#mmportfolio h1{ 
	font-size:130px;
		}
	.paragraphAboutMe{
	
	
}
	
	#MYphoto{
	width:1140px;
	left: 0;
	bottom: 190px;

	
}
	




																		/*ED CONTAINER*/
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 35px;
	padding-left: 70px;
	color:#FCF6F3;
	font-size:2rem;
	text-align: left;
	
	
}
.ed_container p{
	font-size: 29px;
	padding-left: 70px;
	text-align: left;
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}

/*Extra large Only*/
@media(min-width:1550px){
	.container-fluid1 {
	padding-top: 300px;
}
.container-fluid2 {
	padding-top: 286px;}
	
	.message_bubble{
	width: 120px;
	height: 80px;
	
	
	
}
	

.message_bubble p{
	  margin: 0; 
    padding: 25px 10px; /* Adjust padding for vertical centering */
	font-size:16px;}
	
	.paragraphPoster{
		padding-top:400px;}
#myworks h1{ 
	font-size:120px;
	}
	#mmportfolio h1{ 
	font-size:130px;
		}
	.paragraphAboutMe{
	text-align: center;
	font-size: 18px;
	padding-bottom: 50px;
	
	bottom:-20px;
}



	
	#MYphoto{
	
	width:1140px;
	left:0;
	bottom: 190px;

	
}
	
	.MainHeader{font-size:100px;}
														/*ED CONTAINER*/
	.ed_container{
	height: 200px;
	width: auto;
	border-radius: 100px;
	background-color:#A6BDC5;
	margin-top: 80px;
	filter:drop-shadow(0px 6px 7px grey);
}
.ed_container h3{
	
	padding-top: 35px;
	padding-left: 70px;
	color:#FCF6F3;
	font-size:2rem;
	text-align: left;
	
	
}
.ed_container p{
	font-size: 29px;
	padding-left: 70px;
	text-align: left;
	
}

.FINE{
display: flex;
	justify-content: flex-end;
	align-items: center;
}

.AAS{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}


