@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
/* font-family: 'Lato', sans-serif; */

/* .container {
    width : 1000px!important;
} */

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif; 
  color: #505962;
  /*
  width : 1200px !important;
  margin: auto !important; */
} 

.offset:before {
  display: block;
  content: "";
  margin-top: 0;
  padding : 0;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: 0.1rem;
  background: rgba(0, 0, 0, 0.6);
}

.navbar-brand img {
  height: 2rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color : #fff;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
  color: orange;
}

/* start landing page picture */
.home-inner {
  /*background-image: url('img/2shama.jpg');*/
  background-image: url('img/me.png');
}

.caption {
  /* responsive sake! */
  width: 100%;
  max-width: 100%;
  top: 38%;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
}

.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: 0.5rem 0.5rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  text-shadow: 0.2rem 0.2rem .2rem black;
  padding-bottom: 1.6rem; /* padding for the button down under*/
}

.normal-caption {
  font-size: 1.1rem;
  text-transform: capitalize;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

.profile-container {
    max-width: 1200px!important;
    margin: 0 auto!important;
}

/* Profile section */
.narrow {
  width: 75%;
  /* margin: 1.5rem auto;  */
  margin: 0 auto;
  /*background-color: #eee;*/
}
.professional-profile,
.job-experiences {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.experience-title {
  font-weight: 600;
}.firm-name {
    font-style: italic; 
    font-weight: 600;
}.firm-name.dim{
    color: #6c757d;
    font-weight: normal;
}
.narrow h1 {
  font-size: 2.4rem;
}
.btn-secondary {
  border-width: medium;
  border-radius: 0; /* bootstrap always added a round corner for the button*/
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .6rem 1rem;  /* .6rem for the top-bottom and 1.2rem for the left and right*/
  margin: 1.2rem;
  color: #fff;
  background: #1ebba3;
  border-color: #1ebba3;
}
.btn-secondary:hover{
  background: #189582;
  border-color: #189582;
}

/* job-experiences section */
.jumbotron {
  margin-bottom: 0;
  /* padding: 2rem 0 3.5rem;
  border-radius: 0;
  background-color: #eeeeee; */
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #1ebbb3;
  margin: 0 auto 2rem;
}.orange{
  background-color: orange;
}
.feature svg.svg-inline--fa {
  /*color: #1ebba3;*/
  color: orange;
}

.feature h3 {
  font-size: 1.3rem; /* increase 1.3rem from the original size*/
  text-transform: uppercase;
  padding-bottom: .5rem;
}

.feature p {
  font-size: 1.1rem; /* increase 1.3rem from the original size*/
}

/* education section */
.fixed {
/*  background-image: url('img/CM_1500x1000.jpg'); */
/*background-image: url('img/computers.png');*/
background-image: url('img/kontor_vadum.png');
  z-index: -1;
}

.dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 7rem 2rem;
}
.dark-none-padding-top {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.fixed-background h3 {
margin-top: 2rem;
}

.fixed-background p {
  margin-top: 1.5rem;
}

/* Personly section */
.personly img {
  width : 100%;
  border-radius: 50%;
}

blockquote .svg-inline--fa {
  /*color: #1ebba3;*/
  color: orange;
  margin-right: 1rem;
}

.personly-hr {
  border-top: .05rem solid orange;
}
.my-family {
  text-transform: uppercase;
  font-weight: 600;
}

/* Contact section */
footer{
  background: #40474e;
  color : #fff;
  padding: 2rem 0 2rem;
  padding-top: 1rem;
}

footer img {
  height: 3rem;
  margin: 1.5rem;
}

footer a {
  color: #fff;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem 0.5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: #1ebba3!important;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}
hr.normal-socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 0rem!important;
}
.lead-reformat {
  font-size: 1rem; 
  text-align: justify;
}.fa-angle-up, .fa-angle-down {
    font-size: 2rem;
    text-align: center!important;
}
.fa-angle-up:hover, .fa-angle-down:hover {
  cursor: pointer;
}
#Capa_1 {
  width: 1.7rem; 
  height: 1.7rem; 
  /*border: 2px solid #aaa;
  border-radius: 50px!important;*/
  margin-top: 0px;
  padding: 4px;
}
.collapse-arrow a {
  text-decoration: none;
}
.cv-read-more {
  font-weight: 600;
}
/*
#rotating { 
  width: 1.5rem; 
  height: 1.5rem; 
  background-color: Red; 
  margin-top: 0px; 

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .rotated { 
    transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 
    -o-transform:rotate(180deg); 
  }
*/
.collapse-arrow .icon {
    transform: rotate(-180deg);
    transition: .3s transform ease-in-out;
    display: inline-block;
}
.collapse-arrow .collapsed .icon {
    transform: rotate(0deg);
}
.collapse-arrow .icon:hover {
  cursor: pointer;
}

/* 767 because bootstrap uses min-width */
@media (max-width: 767px) { 
  .caption h1 {
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem; 
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem; 
  }
  .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 1.5rem;
  }
  .clients img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px)  { 
  .personly {width: 360px!important; }
  .caption h1 { font-size: 1.3em!important; }
  .personly-img { text-align: center;}
  .personly-img img { width: 120px!important; height: 120px!important; }
}
@media screen and (max-width: 375px)  { 
  .caption h1 { font-size: 1.4em!important; }
}
@media screen and (max-width: 411px)  { 
  .caption h1 { font-size: 1.3em!important; }
}
 @media screen and (max-width: 414px)  { 
  .caption h1 { font-size: 2em!important; }
 }
@media screen and (max-width: 640px) { 
  .caption h1 { font-size: 2.5em!important; }
  .personly-img { text-align: center;}
  .personly-img img { width: 240px!important; height: 240px!important; }
}
@media screen and (max-width: 736px) { 
  .caption h1 { font-size: 2.5em!important; }
  .personly-img { text-align: center;}
  .personly-img img { width: 280px!important; height: 280px!important; }
}
 @media screen and (max-width: 768px)  { 
  .caption h1 { font-size: 2.5em!important; }
 }
 @media screen and (max-width: 828px)  { 
  .caption h1 { font-size: 2.6em!important; }
 }
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
