@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--bg: #1d0002;
	--accent: #addfad; /* #89d6cc; */
}

* {
	font-family: 'Inconsolata', sans-serif;
	color: #fff;
}

body {
	background: var(--bg);
}

:focus {
	outline: none !important;
}

h1,
h2,
h3 {
	font-family: 'Vollkorn', sans-serif;
	font-weight: 600;
}

h3 {
	text-align: center;
}

h4 {
	font-size: 20px;
	margin-top: 15px;
}

h5 {
	color: var(--accent);
	font-weight: 800;
}

a {
	color: var(--accent);
	transition: color 0.3s ease;
}

a:hover {
	color: #799c79;
	text-decoration: none;
}

p {
	margin: 0;
}

.jumbotron {
	background: transparent;
}

.navbar {
	background: var(--bg);
	margin-top: 60px;
}

.nav-link {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.25em;
	margin-right: 10px;
	text-decoration: none;
}

.nav-link:hover {
	color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 20%;
	border-bottom: 0;
	padding-bottom: 0.3em;
	text-decoration: none;
}

.social {
	color: #fff;
	font-size: 19px;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	text-decoration: none;
}

.social:hover {
	background: none;
	padding-bottom: 0;
}

.social i {
	transition: color 0.3s ease;
}

.social i:hover {
	color: var(--accent);
}

.intro {
	text-align: center;
}

.section-projects img {
	width: 42%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	border: 4px solid #1d0002;
	transition: border 0.5s ease;
}

.section-projects img:hover {
	border: 4px solid var(--accent);
}

.section-projects a {
	display: block;
}

.section-projects a:hover {
	text-decoration: none;
}

.section-experience .col-sm-3 {
	border: solid 1px white;
	border-radius: 13px;
	padding: 30px 20px;
}

input,
textarea {
	color: #fff !important;
	background-color: #000 !important;
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	padding-bottom: 0.3em !important;
}

input:focus,
textarea:focus {
	color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 3%;
	border-bottom: 0 !important;
	padding-bottom: 0.3em !important;
	box-shadow: none !important;
}

.btn {
	color: #fff;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	font-size: 30px;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: transparent;
}

footer {
	margin-top: 130px;
}

footer::before {
	content: '';
	width: 30%;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 574px) {
	.navbar-border {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.social {
		margin: 0;
		padding: 8px;
	}
}
