:root {
    /* --main-color: #BD5D38; default */
    --main-color: rgb(81,168,221); /* 
    rgb(88,178,220)
    rgb(81,168,221)
    rgb(125,185,222)
    rgb(0,92,175)
    #24936E
    #336774
    #FC9F4D
    rgb(64,91,85)
    rgb(30,136,168)!
    rgb(58,143,183);*/
    --main-color-inactive: #FC9F4D;
    --heading-color: #343a40;
    /*
     #343a40
    */
    /*
    #824027
    --heading-font: 'Saira Extra Condensed', serif;
    --heading-font: 'Raleway', serif;
    --main-font: 'Open Sans', serif;
    */
    --main-background: rgb(58,143,183);
    --main-font: 'Open Sans', serif;
    --heading-font: 'Saira Extra Condensed';
}

body {
  font-family: var(--main-font);
  padding-top: 54px;
  color: #868e96;
  background-color: rgba(240, 248, 255, 0.2);
  
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  /* font-weight: 700; */
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading-color);
}

h1 {
    font-size: 0;
}

@media (min-width: 768px) {
    
h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}
   
}

p {
    max-width: 900px;
}
/*
h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}
*/
h2 {
  font-size: 3.5rem;
}

.subheading {
  /* text-transform: uppercase; */
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 1.35rem;
}

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

.list-social-icons a:hover {
  color: var(--main-color);
}

.list-social-icons a .fa-lg {
  /*font-size: 1.75rem;*/
   font-size: 2.5rem 
}

@media (min-width: 768px) {
    .list-social-icons a .fa-lg {
        font-size: 1.75rem;}
}

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

.list-icons .list-inline-item i:hover {
  color: var(--main-color);
}

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

@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);
  }
  #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-top: 4rem !important;
  padding-bottom: 5rem !important;
}

section.cover {
  
  padding-top: 2rem !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: var(--main-color) !important;
}

.text-primary {
  color: var(--main-color) !important;
}

a {
  color: var(--main-color);
}

a:hover, a:focus, a:active {
  color: var(--main-color-inactive);
}


.linklist>li {
    background: var(--main-color);
    margin: 1px 0 2px;
    padding: 1px 5px;  
}

.linklist>li:hover {
    background: var(--main-color-inactive);
}

.linklist i, .linklist a {
   color: white;
}

.imgicon {
    object-fit: cover;
    object-position: top;
    width: 30vw;
    max-width: 200px;
    height: 30vw;
    max-height: 200px;
    opacity: 0.7;
}

.resume-item {
    position: relative;
}

@media (min-width: 768px) {
.resume-item .resume-date {
    position: absolute;
    top: 0;
    right: 0;
}
}

.full {
    
    min-height: 50vh;
    width: 100vw;
    max-width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
    position: relative;
    
}

video {
    
    width: 100%;
    max-width: 700px;
    /* height: 50vh; */
    height: 50vw;
    max-height: 400px;

}

iframe {
    
    width: 100%;
    max-width: 700px;
    /* height: 50vh; */
    height: 50vw;
    max-height: 400px;
    
    position: absolute;
    top: 0;
    left: 0;

}

.full-pic {
    width: 100%;
    max-width: 700px;
}

.half-pic {
    /* width: 39%;
    max-width: 700px; */
    height: 20vw;
}

.phoneshot {
    /* width: 50%; */
    max-width: 320px;
    display: inline;
}

@media (max-width: 992px) {
.half-pic {
    width: 100%;
    max-width: 700px;
    max-width: 60vw;
    height: auto;
}

/*    
#navbarSupportedContent a::before {

/* content: "-"; */
/*
}
    
#navbarSupportedContent a {
    
    padding-left: 30px;
    /* width: 15rem;
    /* text-indent:30px; *//*
    }
    
    */
    
    .nav-item {
        
        width: 20rem;
        margin: 0 auto;
        text-align: center;
        
    }
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: var(--main-color-inactive);
    color: white;
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: rgba(0,0,0,.1);
    color: white;
}

.fa-bars:hover {
    
    color: white; 
    transform: scale(0.9);
}


.fa-bars.active {
    
    color: white;
    /* color: var(--main-color-inactive); */
    /* transform: rotate(90deg); */
}

.navbar-toggler {
    
    font-size: 2rem;
    border: 0px;
    width: 52px;

}

/* language switch button */

#lang-switch {
    
    /* background-color: transparent; */
    
    margin-top: 1rem;
    
}

#lang-switch :hover {
    
     background-color: transparent; 
    
}

#lang-switch > div {
    
    /* background: rgb(255,255,255,0.1); */
    color: rgba(255, 255, 255, 0.9);

}
 
.lang-s {
    
    font-weight: 200;

    margin: 1px 0 2px;
    padding: 5px 8px;  
    background: rgba(255, 255, 255, 0.2);
    
    color: white;
    
    /* border-radius: 3px; */
    
}

#lang-switch .lang-s:hover {
    
    display: inline;
    background-color: var(--main-color-inactive);
    
    color: white;
    text-decoration: none;
    
}

#lang-switch .active {
    
    color: white;
    font-weight: bold;  
    border-bottom: 2px solid white;
}

.hidden {
    display: none;
}
