html {
    height: 100%;
    scroll-behavior:smooth;
}
body {
    background-color: white;
    width: 101%;
    margin-right: -5%;
    margin-top: -1%;
    margin-left: -1%;
    height: 2000px;
}

nav {
    background-color: rgba(24, 0, 0, 0.507);
    text-align: right;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 2%;
    padding-left: 1%;
    width: auto;
    position: fixed;
    top: 0;
    right: 0px;
}

nav a:hover{
    border:2px solid lightgreen; 
    border-radius: 10px; 
}
   nav a {
    text-decoration: none;
    color: white;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-right: 13px;
    padding-left: 13px;
   } 
.RESUME{
    background-color: rgb(77, 75, 75);
    border-radius: 10px;
}
.page1 {
    background-size: cover;
    background-image: url(images/headercoffee-and-laptop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40%;
    /*padding-top: 10%;*/
    padding-left: 15%;
    padding-bottom: 0%;
  }
p1 {
    color: white;
    font-size:15px;
    font-family:sans-serif;
}
p2 {
    color: lightgreen;
    font-size:50px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
p3 {
    color: lightgrey;
    font-size:30px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.section2{
    margin: auto;
    margin-top: 2%;
}


h1{ 
    color:green; 
    text-align:center; 
    font-size: 40px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} 



#leftbox { 
    float:left;  
    background:white; 
    width:40%;
    height:auto; 
    font-size: 15px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} 
#middlebox{ 
    float:left;  
    background:white; 
    width:30%; 
    height:400px; 
    background-image: url(images/myFace.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;

} 

.page3 {
  margin: auto;
   padding-bottom: 3%;
    background-color: #0e0e0e;
   /* align-items: center;*/
    text-align: center;
    width: auto;

}
svg{width:10%;height:auto;}

 #images {
  width: auto;
    text-align: center;

}

/* CSS used here will be applied after bootstrap.css */


.row > .column {
  margin-left: 5%;
  padding: 0;
/* background-color: pink; */
}
.row:after {
  content: "";
  display: table;
  clear: both;

}

.column {

  float: left;
  width: 25%; 
  
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 7%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.753);
  
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides2 {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 37%;
  width: auto;
  padding: 16px;
  /*margin-top: -170px;*/
  color: white;
  background-color: rgba(128, 128, 128, 0.664);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;

}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.demo2 {
  opacity: 0.6;
}

.active,
.demo2:hover {
  opacity: 1;
}


img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


table{
    margin: auto;
    margin-top: 40px;
    /*margin-bottom: 30%;*/
}
td{
    /*padding-left: 30px;
    padding-right: 30px;*/
    margin-left: 10%;
    /*padding-bottom: 30px;*/
}


h2{ 
    color:green; 
    text-align:center; 
    font-size: 40px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   /* margin-bottom: 5%;*/
}

.page4 {
    height: 31%;
    padding-bottom: 5%;
    text-align: center;
    /*background-color: white;*/
}

.page5{
    height: auto;
    padding-bottom: 2%;
    background-color: rgb(82, 82, 82);
    text-align: center;

}
.end{
    color: white;
    text-align: center;
    text-decoration: none;
    border:2px solid lightgreen; 
}
.end:hover {
    border-radius: 5px;
    background-color: rgba(144, 238, 144, 0.719);
    }
.emai {
    color: white;
    text-align: center;
    text-decoration: none;
    border:2px solid lightgreen; 
    margin-left: 2%;

}
.emai:hover {
    border-radius: 5px;
    background-color: rgba(144, 238, 144, 0.719);
    }

.spec {
    padding-left: 50px;
}

.numbertext {
  color: green;
}