li {
    list-style: none;
    font-family: "Open Sans",sans-serif;
}

iframe {
    display: block;
    align-content: center;
    margin: auto;
}

.progress-container {
  width: 100%;
  height: 0.3vw;
  background: #ccc;
    border-radius: 10vw;
}

.progress-bar {
  height: 0.3vw;
    border-radius: 10vw;
  background: #007bff;
  width: 0%;
}

.heading-desc {
    padding: 10% 1rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #f7fbff;
}

.headline {
    padding: 5% 0;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 2.25vw;
    color: #f7fbff;
}

.headline-xl {
    padding: 5% 0;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 3vw;
    color: #f7fbff;
}

.headline-m {
    padding: 0;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #f7fbff;  
}

.headline-xs {
    padding-bottom: 10%;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 1.75vw;
    color: #f7fbff;
}

a.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    width: 100%;
    padding: 0.75rem 2rem;
    cursor: pointer;
    white-space: nowrap;
}

a.button:hover {
    border-radius: 5px;
    background-color: #007bff;
    color: #f7fbff;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover {
    background-color: #263049;
}

.img-portrait {
  max-width: 25vw;
    display: block;
    position: relative;
  height: auto;
}

a.img-topnav {
    background: url('/Images/index/st1.svg') no-repeat;
    height: 50px;
    width: 50px;
    margin: 1rem 1rem 1rem 0;
    border-radius: 5px;
}

a.img-topnav:hover {
    background: url('/Images/index/st2.svg') no-repeat;
    border-radius: 5px;
}

.about-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 1rem 0;
    color: #999;
    text-transform: uppercase;
    
}

.about-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #bbb;
    padding: 1rem 0;
    text-transform: uppercase;
}

.about-element {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #f7fbff;
    background-color: #077bff;
    padding: 1rem 0 1rem 1rem;
}

.about-text {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ddd;
}

.overview-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.carousel-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ddd;
    text-transform: uppercase;
}

.background-white {
    background-color: #f7fbff;
}

.mb-2 {
    margin-bottom: 2rem;
}

.container-img {
    display: flex;
    justify-content: center;
    margin-right: 20vw;
}

.imgPreview {
    width: 50vw;
    margin-bottom: 2rem;
}

/* Modal Card */
.card-0 {
      position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
    display: flex;
    padding: 10px;
    background-color: #263049;
}

.card-1 {
      position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
    display: flex;
    padding: 10px;
    background-color: #263049 !important;
}

.card-2 {
    width: 50%;
}

.modal-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-color: #263049;
  background-clip: border-box;
    padding: 10px;
    display: block;
    justify-content: center;
}

.modal-card:hover {
  background-color:  rgba(0, 123, 255, 0.25)
}

/* Hamburger */
.hamburger {
  padding: 0.8rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
  .hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2rem;
    height: 4px;
    background-color: #0050ff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
  .hamburger-inner::before {
    top: -10px;
}
  .hamburger-inner::after {
    bottom: -10px;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}


/* Sidenav */

.container-sidenav {
    flex-direction: column;
    position: fixed;
    top: 5vw;
    right: 10vw;
    display: inline-block;
  flex: 0 0 25%;
}

.sidenav-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ddd;
}

a.sidenav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #777;
}

a.sidenav-link:hover {
    border-bottom: 2px solid #007bff;
}

.sidenav-list.hide {
    display: none;
}

a.sidenav-title.active {
   border-bottom: 3px solid #aaa;
}

/* Icons */
.colSkill {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.icon-skill {
    display: flex;
    font-family: "Open Sans", sans-serif;
    background-color: #f7fbff;
    color: #263049;
    margin: .5rem 2rem 2rem 0;
    font-size: .8rem;
    border-radius: .5rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    transition-duration: .3s;
}

.icon-skill:hover {
    background: none;
    color: #f7fbff;
    border: 2px solid #f7fbff;
    transform: scale(1.2);
}

/* Iphone 6 */
@media screen and (max-width: 480px) {
    .container {
    max-width: 100vw;
    }
    .container-fluid {
    max-width: 100vw;
        padding: 0 2vw 0 2vw;
    }
    
    .about-text {
        font-size: 1.25rem;
    }
    
    .text-dark {
        font-size: 1rem;
    }
    .img-thumbnail {
    max-width: 30vw;
    display: block;
    position: relative;
    height: auto;
    }
    
    .img-portrait {
        max-width: 100vw;
    }
    
    .w-25 {
        width: 100% !important;
    }
    .heading-desc {
    font-size: 7vw;
    }
    
    .headline {
    font-size: 6vw;
    }
    
    .headline-m,
    .headline-xs {
        font-size: 5vw;
    }
    
    .navbar {
        padding: 0;
    }
    
    .card-1 {
        display: inline-block;
    }

    .btn-block {
        width: 50vw;
    }
     
    .container-sidenav {
        flex-direction: row;
        position: relative;
        flex: 0;
        right: 0;
        top: 0;
        padding-top: 2rem;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .sidenav {
        display: inline-block;
        margin-right: 10rem;
        padding-bottom: 1rem;
    }
    
    .sidenav-list {
    -webkit-margin-before: 0;
    -webkit-margin-after: 1vw;
    -webkit-margin-start: 1vw;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    }

}

/* Ipad */

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
    }
    
    .container {
    max-width: 100vw;
      }

    .container-fluid {
    max-width: 100vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
    .navbar {
        padding: 0;
    }
    
    .progress-container,
    .progress-bar {
        display: none;
    }
    
    .heading-desc {
    padding: 10% 1rem;
    font-size: 7vw;
    }
    
    .headline {
        font-size: 3vw;
    }
    
    .headline-xl {
        font-size: 8vw;
    }
    
    .headline-m {
        font-size: 5vw;
    }
    
    .headline-xs {
        font-size: 3vw;
    }
    
    .badge {
    font-size: 1rem;
    }
    
    .w-25 {
        display:none;
    }
/* Ipad Sidenav */  
    .container-sidenav {
        display: flex;
        flex-direction: column;
        position: relative !important;
        flex: 0;
        right: 0;
        top: 0;
        padding-top: 2rem;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .sidenav {
        display: inline-block;
        margin-right: 10rem;
        font-size: 1.25rem;
    }
    
    .sidenav-list {
    -webkit-margin-before: 0;
    -webkit-margin-after: 1vw;
    -webkit-margin-start: 1vw;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    }
}
