@charset "UTF-8";

body {
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
	font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

h1, h2, h3 {
	font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #00B5B5;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p {
	font-size: 1em;
    line-height: 1.5em;
}

.myimage {
	width: 100%;
	height: auto;
	max-width: 450px;
	margin-right: 20px
}

.intro-container {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
	justify-content: space-between;
	background-color: #393E46;
}

.text-container {
	background-color: #BEC2D1;
	padding: 30px;
	padding-left: 40px;
	margin-left: 5px;
	margin-right: -20px;
	font-size: 2em;
	padding-right: 370px;
}

.text-container p {
	margin: 5px 0;
	color: #00B5B5;
}

.Hello {
	text-align: right;
	font-size: 2em;
	flex: 1;
    padding: 10px;
	background-color: #BEC2D1;
	padding-right: 20px
}

.Portfolio {
	text-align: right;
	font-size: 2.5em;
	margin-right: 20px;
    flex: 1;
    padding: 20px;
    color: #FFFFFF;
}

.Portfolio h1 {
    margin-bottom: 0.2em;
	font-size: 2.5em;
	margin-left: 70px;
}

.Portfolio p {
	font-size: 0.8em;
	font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #00B5B5;
	margin-top: 0;
	margin-right: -60px;
	margin-left: 80px;
	background-color: #BEC2D1;
	padding: 5px 10px;
}

header {
	padding: 2px;
    text-align: right;
	background-color: #BEC2D1;
	color: #393E46;
}

.introduction {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    padding: 0%;
    box-sizing: border-box;
	margin-top: -5%;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 2%;
	background-color: #D9E0FA; 
}

.column {
	flex: 1;
	min-width: 45%;
	padding: 3%;
	box-sizing: border-box;
	color: #FFFFFF;
	margin: 2%;
}

main {
    padding: 20px;
	background-color: #EEEEEE;
}

#skills h3 {
	color: white;
}

footer {
	padding: 10px;
	background-color: #EEEEEE;
}

footer p {
	width: 95%;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aside-left {
	text-align: left;
	margin-left: 10%;
}


.aside-right {
	text-align: right;
	margin-right: 10%;
}

.adobe_icon {
    margin-right: 10px;
}

.sm_icon {
	vertical-align: middle;
	display: inline-block;
}


section {
	width: 90%;
	margin: auto;
	position: relative;
}

a[href^="https://"] {
	color: #00B5B5;
	text-decoration: none;
}

a[href^="https://"]:hover {
    color: #006363;
}

#projects .you_can {
    display: inline-block;
    white-space: nowrap;
}

.education {
    margin-bottom: 20px;
}

.right-column section,
.right-column .social-links {
    margin-left: -8%;
}

#education-experiences,
#profile,
#skills {
    background-color: #393E46;
    padding: 50px;
	color: #FFFFFF;
	margin-right: 5%;
}

.skill {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.skill-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.abilities-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	align-items: flex-start;
	position: relative;
}

.abilities {
    flex: 1;
    background-color: #393E46;
    padding: 20px;
    color: white;
    margin-right: 10px;
}

.abilities2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #BEC2D1;
    padding: 10px 20px;
    flex: 1;
    right: -149px;
    position: absolute;
    width: 335px;
    top: 91px;
}

.ability-item {
    margin-bottom: 10px;
    font-size: 1.2em;
}

@media only screen and (max-width:1060px) {
	html {
		scroll-behavior: smooth;
		scroll-padding-top: 120px;
	}
	
	.row {
		display: block;
	}
	
	h1 {
		font-size: 0.1em;
		text-align: center;
	}
	
	h2, h3 {
		text-align: center;
	}
	
	p {
		text-align: center;
		font-size: 0.75em;
	}
	
	.aside-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.aside-right {
		width: 100%; 
		text-align: center;
	}
	
	footer {
		display: block;
		text-align: center;
	}
	
	.social-links {
        display: flex;
		margin-top: 20px;
		align-items: center;
		flex-direction: column;
    }
	
	.social-links .icon {
        margin-bottom: 10px;
		margin-right: 0;
    }
	
	.column {
        width: 100%;
    }
	
	.right-column section,
    .right-column .social-links {
        margin-right: 0;
    }
	
	.intro-container {
        flex-direction: column;
        align-items: flex-start; 
  }
}
