/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
	font-family: 'Zilla Slab', serif;
	padding-top: 54px;
	color: #00000
}

@media (min-width:992px) {
	body {
		padding-top: 0;
		padding-left: 17rem
	}

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	/*text-transform: uppercase;*/
	color: #343a40;
  src: url('fonts/russo-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Zilla Slab'), local('Zilla Slab'),
       url('fonts/russo-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/russo-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/russo-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/russo-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/russo-one-v8-latin-regular.svg#RussoOne') format('svg'); /* Legacy iOS */
}

h1 {
	font-size: 4.5rem;
	line-height: 5.5rem
}

h2 {
	font-size: 3.5rem
}

h3 {
	font-size: 2.5rem
}
.subheading {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Zilla Slab', serif;
	font-size: 1rem;
  src: url('fonts/russo-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Zilla Slab'), local('Zilla Slab'),
       url('fonts/russo-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/russo-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/russo-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/russo-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/russo-one-v8-latin-regular.svg#RussoOne') format('svg'); /* Legacy iOS */
}

.list-social-icons a {
	color: #495057
}

.list-social-icons a:hover {
	color: #5d89f7
}

.list-social-icons a .fa-lg {
	font-size: 1.75rem
}

.list-icons {
	font-size: 3rem
}

.list-icons .list-inline-item i:hover {
	color: #5d89f7
}

#sideNav .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	text-transform: uppercase
}


@media (min-width:992px) {
	#sideNav {
		text-align: left;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		width: 17rem;
		height: 100vh
	}

	#sideNav .navbar-brand {
		display: flex;
		margin: auto auto 0;
		padding: .5rem
	}

	#sideNav .navbar-brand .img-profile {
		max-width: 20rem;
		max-height: 20rem;
		border: .1rem solid rgba(255, 255, 255, .2)
	}

	#sideNav .navbar-collapse {
		display: flex;
		align-items: flex-start;
		flex-grow: 0;
		width: 100%;
		margin-bottom: auto
	}

	#sideNav .navbar-collapse .navbar-nav {
		flex-direction: column;
		width: 100%
	}

	#sideNav .navbar-collapse .navbar-nav .nav-item {
		display: block
	}

	#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
		display: block
	}
}

section.resume-section {
	border-bottom: 1px solid #dee2e6;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

section.resume-section .resume-item .resume-date {
	min-width: none
}

@media (min-width:768px) {
	section.resume-section {
		min-height: 100vh
	}

	section.resume-section .resume-item .resume-date {
		min-width: 18rem
	}

}

@media (min-width:992px) {
	section.resume-section {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

}

.bg-primary {
	background-color: #5d89f7 !important
}

.text-primary {
	color: #5d89f7 !important
}

a {
	color: #5d89f7
}

a:active, a:focus, a:hover {
	color: #824027
}


/*body {
  background: linear-gradient(to left, #ef473a, #cb2d3e); 
}

h1 {
  font-family: Arial;
  color: #fff;
  text-align: center;
}
*/
.comments {
  /*margin: 50px auto 50px auto;*/
  margin: 50px auto 50px 20px;
  width: 700px;
  padding: 0 10px 0 20px;
  font-family: Arial, Tahoma;
  border-left: 1px solid #ccc
}

.comments p {
	font-family: 'Zilla Slab', serif;
  line-height: 1.5;
  background-color: #fff;
  border: 3px solid #5d89f7;
  border-radius: 0 20px;
  padding: 10px;
  position: relative
}

.comments p:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #607d8b;
  border: 3px solid #e0f7fa;
  position: absolute;
  top: 14px;
  left: -32px
}

.comments p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent #5d89f7 transparent transparent;
  position: absolute;
  top: 16px;
  left: -19px
}

hr {
  width: 75%
}

/*.keyword {
  width: 0;
  height: 482px;
  margin: 50px auto;
  border: 1px solid #ccc;
  font-family: Arial, Tahoma
}

.keyword p {
  width: 600px;
  line-height: 1.5;
  margin: 0;
  background-color: #fff;
  border: 3px solid #00b0ff;
  padding: 10px;
  position: relative
}

.keyword p:nth-child(odd) {
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  border-radius: 0 20px
}

.keyword p:nth-child(even) {
  float: right;
  margin-bottom: 30px;
  margin-right: 20px;
  border-radius: 20px 0
}

.keyword p:nth-child(odd):before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #607d8b;
  border: 3px solid #e0f7fa;
  position: absolute;
  top: 14px;
  left: -32px
}

.keyword p:nth-child(even):before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #607d8b;
  border: 3px solid #e0f7fa;
  position: absolute;
  top: 14px;
  right: -32px
}

.keyword p:nth-child(odd):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent #00b0ff transparent transparent;
  position: absolute;
  top: 16px;
  left: -19px
}

.keyword p:nth-child(even):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #00b0ff;
  position: absolute;
  top: 16px;
  right: -19px
}*/
