/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

* { 
  box-sizing: border-box;
  }


html,body {
	overflow-x: hidden !important;
	background-size: contain;
	}

header {
	margin-bottom: 10%;
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	font-family: 'Asar';
	background-color: #18161A;
}


.nav-links {
	display: flex;
	width: 55%;
	/*background-color: black;*/
	justify-content: space-around;
	/*align-items: center;*/

}

.nav-links li {
	list-style: none;
}
.nav-links a {
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.burger {
	display: none;
}

.burger div {
	width: 25px;
	height: 3px;
	margin: 5px;
	background-color: white;
	
}


main {
	position: relative;
	margin-top: 5%;
	margin-bottom: 15%;
}

.logo {
	position: absolute;
	top: -14%;
	left: 39%;
	width: 22%;
}


.AboutMe {
	margin-top: 5%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7%;
	border: 4px double #2F1F2C;
	border-radius: 20px;
	padding: 3%; 
	font-family: 'Lora';
	letter-spacing: 1.5px;
	line-height: 1.5;
	/*background-color: #B6B3CF; */
	
}
.TextColumn p {
	font-size: 18px;
}

.siggie {
	font-family: 'Asar';
	font-size: 20px;
	margin-top: 5%;
}

.AboutMeRow {
	display: flex;
}

.AboutMe h2 {
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 22px;
}
.TextColumn {
	flex: 60%;
	padding-right: 5%;
	margin-left: 4%;
	/*background-color: palevioletred;*/
		
}
.ProfilePicColumn {
	flex: 40%;
	padding-left: 5%;
	/*background-color: rebeccapurple;*/
	
}

.mypicture {
	width: 100%;
	border-radius: 5%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

}
.necessaryspace {
	height: 300px;
}

footer {
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-family: 'Lora';
	font-size: 14px;
	width:100%;
	height:200px;   /* Height of the footer */
	border-top: double #DAD4EF;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.mininav {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
	top:-35%;
}

.footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-top: 8%;
	width: 50%;
	margin-right:auto;
	margin-left:auto;
	
}


.footer-links li {
	list-style: none;
	flex: 2%;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	transition: transform .2s; /* Animation */
}

.footer-links a {
	text-decoration: none;
	color: black;
	
}

.footer-links li:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  
}
.bottomfooter {
	display: flex;
	align-items: flex-end;
	justify-content: space-around!important;
	position: absolute;
	bottom: 0;
	width: 100%;

}


@media screen and (min-width:1024px) {
	.nav-links {
		width: 65%;
	}
	
	.mobileLogo {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.nav-links {
		width: 65%;
	}
	
}

@media (min-width: 769px) and (max-width:1024px) {
	body {
		overflow-x: hidden !important;
	}
	header {
		margin-bottom: 10%;
	}
	main {
		top: 6.5%;
	}
	
	.logo {
		width: 30%;
		left: 39%;
		top: -12%;
	}
	.mobileLogo {
		display: none;
	}
	
	.AboutMe {
		margin-top: 12%;
	}
	
}

@media (min-width: 481px) and (max-width:768px) { 
	
	/*Navigation*/
	body {
		overflow-x: hidden !important;
	}
	
	.nav-links {
		position: absolute;
		height: 92vh; /*makes menu the full height of screen*/
		width: 50%;
		right: 0px;
		top: 6vh;
		background-color: #18161A;
		display:flex;
		flex-direction: column;
		align-items: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		z-index: 100;
		overflow-x: hidden;
	}
	
	.nav-links li {
		opacity: 0;
	}
	
	.burger {
		display: block;
		margin-left: 80%;
		 
	}
	.nav-active {
		transform: translateX(0%);
	}
	
	@keyframes navLinkFade{
		from{
			opacity: 0;
			transform: translateX(50px);
		}
		to{
			opacity: 1;
			transform: translateX(0px);
			
		}
	}
	/*End Navigation*/
	
		
	.logo 	{
		display: none;
				
	}
	.mobileLogo {
		display: block;
		margin-top: 10%;
		margin-bottom: 10%;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	.AboutMe {
		width: 90%;
		
	}

	.ProfilePicColumn {
		margin-right: 4%;	
	}
	
	.mypicture {
		margin-top: 25%;

	}

	.TextColumn {
		margin-top: 4%;
		margin-left: 4%;	
		}
	.mininav {
		margin-top: 5%;
	}

}


@media (max-width:480px) { 
/*Navigation*/
	body {
		overflow-x: hidden !important;
	}

	.nav-links {
		position: absolute;
		height: 92vh; /*makes menu the full height of screen*/
		right: 0px;
		top: 6vh;
		background-color: #18161A;
		display:flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		overflow-x: hidden;
		z-index: 100;
	}
	
	.nav-links li {
		opacity: 0;
	}
	
	.burger {
		display: block;
		margin-left: 80%;
	}
	.nav-active {
		transform: translateX(0%);
	}
	
	@keyframes navLinkFade{
		from{
			opacity: 0;
			transform: translateX(50px);
		}
		to{
			opacity: 1;
			transform: translateX(0px);
			
		}
	}
	/*End Navigation*/

	figure {
		padding-top:3%;
		padding-bottom: 5%;
		
	}
	
	main {
		top: 5%;
	}
	
	.logo {
		display: none;
		}

	.mobileLogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	    margin-bottom: 10%;
    	margin-top: 10%;
	}
	
	.AboutMe {
		width: 90%;
	}
	.AboutMeRow {
		flex-wrap: wrap;
	}
	.ProfilePicColumn {
		flex: 80%;
		margin-right: 4%;
		margin-top: 8%;
	}

	.AboutMe h2{
		margin-top: 8%;
		margin-bottom: 10%;
		font-size: 20px;
	}
	
	.siggie {
		margin-top: 10%;
		margin-bottom:7%; 
	}

	.TextColumn {
		flex: 80%;	
		margin-top: 6%;
	}
	
	.footer {
		height:20%;
		font-size: 12px;
	}
	
	.footer-links {
		flex-direction: column;
		text-align: center;
		width: 40%;
	}
	.copyrightlogo {
		width: 75px;
	}
	
	.mininav {
		top: 0;
	}
	.number {
		display: none;
	}
	.email {
		display: none;
	}
	/*end properties that only apply to phones */ 

} 