/*
 * Thanks to:
 * Start Bootstrap - Resume v6.0.0 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 /* Contents
==================================================
	# Basic Styles & Typography
	# Navigation
	# Sections
	# Buttons
	# Media Queries
*/

/*
:root {
--orange: #af3800;
--primary: #af3800;
}
* /
 /* ==========================================================================

   Basic styles & Typography

   ========================================================================== */

body {
  padding-top: 3.375rem;
  font-family: "museo-sans","Helvetica Neue",Helvetica,Arial,sans-serif; !important;
  }

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

a,
a.active {
  outline: 0;
  color: #000;
  }

a:hover,
a:focus {
  outline: 0;
  color: #af3800; /* e7cfc6*/
}

a.res-link {
  text-decoration: underline;
  text-decoration-style: dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {  
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  text-transform: none;
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;  
}

#about .subheading {
  color: #919191;
  font-weight: 500;
  font-size: 1.25rem;
}


#about .subheading a {
  color: #919191;
  font-weight: 500;
}

#about .subheading a:hover,
#about .subheading a:focus {
  color: #af3800;
}

.subheading {
  color: #919191;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: none;
} 

p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  }

p.lead {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 50rem;
} 

.text-primary {
  color: #af3800 !important;
}

.text-date {
  color: #919191;
}

#education .small {
  color: #919191;
  font-size: 1.25rem;
  font-weight: 300;
}

#referrals .small {
  color: #919191;
  font-size: 1.25rem;
  font-weight: 300;
}

/* == lists == */

.square-list li {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
}

/*
.flex-grow-1 .expand {
  font-size: 1rem; 
  color: #af3800; 
  font-variant: small-caps;
} */

.exp-list li {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  margin: 0 0 10px; 
}

/* == experience details == */

p.highlights {
  font-size: 1.25rem;
  color: #919191;
}

/* == referals == */

.ref-source {
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: none;
  /*font-family: ""; */
} 

.blockquote {
  margin: 0 0 40px; 
  padding-left: 2rem;
  max-width: 600px;
  color: #919191;
  /*padding: 9px 20px 0 19px; 
  border-left: 1px solid #ddd; */
}

.blockquote p {
  font-size: 1.1rem;
  font-weight: 300;
}

/*========================================================================

   Navigation

   ======================================================================*/

.bg-primary {
  background-color: #af3800 !important;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

/* #sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
} */

@media (min-width: 992px) {
  #sideNav {
  text-align: center;
  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: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
  max-width: 10rem;
  max-height: 10rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.2); /*white*/
  }
  #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;
  }
}

 /* =======================================================================

   Sections

   ======================================================================*/

.resume-section {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 75rem;
}
.resume-section .resume-section-content {
  width: 100%;
}

 /* =======================================================================

   Buttons

   ======================================================================*/

.btn {
  border-color: #143654;
  background: #143654;
  color: #fff;
  width: 16rem;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 1px #fff;
  color: #000000;
  background: #81a0b8;
}

.btn-name {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.25px;
}

/*
.social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff;
  border-radius: 100%;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
.social-icons .social-icon:last-child {
  margin-right: 0;
}
.social-icons .social-icon:hover {
  background-color: #bd5d38;
}

.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}
*/
 /* =======================================================================

   Media queries

   ======================================================================*/

@media (max-width: 992px) {
#sideNav .navbar-brand .img-profile {
  max-width: 3.5rem;
  max-height: 3.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.2); /*white*/
  }
}

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

@media (min-width: 992px) {
  body {
  padding-top: 0;
  padding-left: 17rem;
  }
  section.resume-section {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  }
}


