/*
 * Globals
 */
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}
img {
 width: 100px;
 height: 175px;
 border-radius: 10px;
}
.Images{
  width:75%;
  margin:auto;
  position: relative;
  bottom:140px;
}
.Images:hover {
  box-shadow: 0px 8px 6px -6px rgb(2, 26, 70);
}
#emailLink{
  position: relative;
  bottom: 64px;
  font-family: 'Khula', sans-serif;
}
#emailLink:hover{
  text-decoration: underline;
}
h5{
  font-family: 'Alegreya Sans SC', sans-serif;
}
.carousel-indicators li {
  top: 50px;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
.PortInfo {
  position: unset;
  font-size: 12px;
  font-family: 'Khula', sans-serif;
}
.cara {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;color: whitesmoke;
  text-shadow: 1.5px 1.5px 0.5px black;
  background: linear-gradient(transparent,rgba(0, 0, 0, .7));
  display: block!important;
  padding-bottom: 0;
}
html { 
  background: url('../images/pexels-photo-355887.jpeg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html,
body {
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
h1 {
  opacity: .1;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

.cover-container {
  max-width: 90em;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  position: relative;
  top: -10px;
}
#name{
  opacity: 0.55;
  position: relative;
  top: 100px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
h1 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 70px;
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
#About, #Portfolio, #Contact {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);

}
#About{
  top:100%;
}
#Portfolio {
  top: 200%;
}
#Contact{
  top: 300%;
}
#Home{
  position: relative;
  bottom:50%;
}
.Vcenter {
  position: relative;
  top:50%;
  width: 100%;
}
.AboutInfo {
  position: relative;
  bottom: 115px;
  font-family: 'Khula', sans-serif;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 360px) {
  #port{
    font-size: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .lead {
    font-size: 2.15rem;
    font-weight: 300;
    position: relative;
    top: 45px;
  }
  #Home{
    bottom: 42%;
  }
  #AboutContent{
    top: 37%;
  }
  #ContactInfo{
    top: 38%;
  }
  #emailLink{
    bottom: 76px;
    font-size: 16px;
  }
  h1 {
    font-size: 90px;
  }
  .AboutInfo{
    font-size: 1.1rem;
  }
  .cara{
    background: linear-gradient(transparent,rgba(0, 0, 0, .7));
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .PortInfo{
    font-size: 14px;
  }
  h5{
    font-size: 24px;
  }
  .Images{
    bottom: 235px;
  }
  img {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .lead{
    position: absolute;
    top: 55%;
    left: 45%;
    font-size: 40px;
    opacity: 0.95;
  }
  #name{
    position: unset;
    opacity: 0.45;
    font-size: 120px;
  }
  #ContactInfo,{
    top: 50%;
  }
  #AboutContent{
    top: 50%;
  }
  h1 {
    font-size: 120px;
    opacity: .1;
  }
  .cont{
    position: relative;
    bottom: 100px;
  }
  .carousel-indicators li {
    top: 50px;
  }
  img {
    height:300px;
  }
  .Images{
    position: relative;
    bottom:325px;
  }
  .carousel-control-next, .carousel-control-prev {
    width:6%;
    opacity: 1;
  }
  .carousel-control-next:hover{
    background: rgba(0, 0, 0, .4);
  }
  .carousel-control-prev:hover{
    background: rgba(0, 0, 0, .4);
  }
  .cara{
    background: linear-gradient(transparent,rgba(0, 0, 0, .7));
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .PortInfo{
    font-size: 20px;
  }
  h5{
    font-size: 36px;
  }
  .AboutInfo{
    width: 80%;
    top: -215px;
    margin: auto;
  }
  #emailLink{
    font-size: 24px;
    bottom: 195px;
  }
}
