@charset "UTF-8";
@import url("webfonts/Roboto_Regular/stylesheet.css");



body{
		background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(8,8,8,1) 70%, rgba(15,15,15,1) 90%, rgba(29,29,29,1) 100%); 
		width: 100%;
		min-height: 100vh;
	
}


header{
    background-color: rgba(77,76,76,1);
    height: 7rem;
    margin-left: -10px;
    margin-top: -7px;
	
	margin-bottom: rem;
}
.mylogo {
    width: 100px;
    margin-left: 10px;	
}



.myname{
    margin-left: 8.5rem;
    text-decoration: none;
    color: white;
    font-family: "CrimsonText Regular";
    font-size: 36px;
    letter-spacing: 1px;
    width: 150px;
    margin-top: -95px;
	}




.mobile-view {
    display: none;
}

nav {
    float: right;
  
		
}


.desktop-view {
    list-style-type: none;
    margin-right: 3rem;
    word-spacing: .5rem;
    margin-top: -33px;

}


.desktop-view a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Roboto Regular";
    font-style: normal;
    font-weight: 700;
	
}

.desktop-view a:hover{
	color:rgba(239,0,3,1)
}


.desktop-view li{
	display: inline-block;
	
}



.openanimate img{
	margin-left: -10px;
	 max-width: 100vw;
    max-height: 100vh;
}

.openanimate{
	min-width: 100vh;
}




h2 {
    text-align: center;
    color: white;
    font-family: "Roboto Regular";
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-left: -8px;
    margin-top: 3rem;
	

}


.heading{
	width: 250px;
	 border-radius: 20px;
    border: 2px solid rgba(77,76,76,1);
    margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;

}


.bio {
	display: block;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}


.bio img{
	width: 25%;
	height: 100%;
	display: block;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.biowords{
    font-family: "Roboto Regular";
    color: white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1rem;
    margin-bottom: 5rem;
    font-style: normal;
    font-weight: 400;
}



.branding{
	
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.branding img{
    padding: 5px;
    clear: both;
    width: 65%;
    height: 55%;

}


.branding :hover{
		transform:scale(1.1);
		transition: transform 0.3s ease;
}



.layoutsimg{
	margin-top: 3rem;
	margin-bottom: 2rem;
	display: block;
	
}

.layouts img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	display: block;
	max-width: 50%;
}




.layoutswords{
    font-family: "Roboto Regular";
    color: white;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 400;
	font-size: 14pt;
}





.animations{
	display: block;
	margin-left: -10px;
	margin-top: 6rem;
}

.animations img{
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	margin-bottom: 7rem;
}



.contact{
    text-align: center;
	font-family:"crimson-text";
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 20pt;
    letter-spacing: 2px;
	margin-top: 1rem;
}

.contact a{
	color: white;
	text-decoration: none;
}

.contact :hover{
color:rgba(239,0,3,1);
	
}


footer{
    background-color: rgba(77,76,76,1.00);
	margin-left: -10px;
	margin-top: 10rem;
	text-align: right;
	padding-right: 25px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family:"crimson-text";
	color:white;
	
}


	
/*Mobile View---------------------------------------------*/
@media (max-width:400px)  {
	
.mobile-view {
    display: block;
	margin-right: 2rem;
	margin-top: -38px;
	margin-bottom: 1rem;
	float: right;

}

	
body{
		max-width: 100vw;
		min-height: 100vh;
	}	
	
	
.desktop-view {
    display: none;
    clear: both;
	margin-top: 1rem;
	text-align: left;

	
}

nav{
	

		margin-top: -10px;
		position: absolute;	
		width: 100%;
	height: 100%;

	}	
	

	
.desktop-view li{
    display: block;
    background-color: black;
    padding:10px;	
	clear: both;
	max-width: 100vw;
	text-align: center;
	
	
}
	
.expand {
    display: block;
}

	

.heading{
		margin-bottom: 1rem;
	}	
	
	
.openanimate{
		min-height: 100vh;
	}	
		

.branding{
		display: block;
	

}	
	
.branding img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		min-width: 80%;
    	min-height: 80%;
}	
	
	
.branding :hover{
		transform: scale(1);
	}	
	
	
.layouts{
		display: block;
	
}	
	
.layouts img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
}	
	
	
.layouts :hover{
		transform: scale(1);
	}	
	

.bio img{
	min-width: 50%;

}	
	

.biowords{
		width: 75%;
}		
	
	
}



/*Tablet View*/
@media (min-width:401px) and (max-width:820px) {

.mobile-view {
    display: block;
    margin-right: 2rem;
    margin-top: -38px;
    float: right;
	}
	
	
body{
		max-width: 100vw;
		min-height: 100vh;
	}	
	
.mobile-view img{
		margin-bottom: 2rem;
}
	
.desktop-view {
    display: none;
    clear: both;
	margin-top: 1rem;
	text-align: left;
	max-width: 100vw;

}
	
.expand {
    display: block;

}
	
	
nav{
	

		margin-top: -10px;
		position: absolute;	
		width: 100%;
	

	}	
	

	
.desktop-view li{
    display: block;
    background-color: black;
    padding:10px;	
	clear: both;
	max-width: 100vw;
	text-align: center;
	
	
}
	
.heading{
		margin-bottom: 1rem;
	}	
	
	
	.openanimate{
		min-height: 100vh;
	}	
	

.branding{
		display: block;
		
}	
	
.branding img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	    min-width: 45%;
        min-height: 45%;

}
	
	
.branding :hover{
		transform: scale(1);
	}	
	
.layouts{
		display: block;
	

}	
	
.layouts img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	 	max-width: 90%;
	
}
	
.layouts :hover{
		transform: scale(1);
	}	
		
	
.bio img{
	min-width: 50%;

}		
	
.biowords{
		width: 75%;
	}	
	
	
}

