@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
html {
  box-sizing: border-box;
}

:root {
    --white-color:#FFFFFF !important;
    --three: rgb(41, 69, 78);
    --two: #2B7A78;
    --one: #3AAFA9;
    --four: #DEF2F1;
    --five: #FEFFFF;
}

.authorcontainer {
  display: block;
  position: relative;
  margin: -150px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: white;
}
.information {
  z-index: 400;
  color: white;
}


.menu {
    color: white;
}

  
#nav {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

#nav li {
  display: inline-block;
}

#nav .toggle {
  display: none;
  position: absolute;
  left: -55px;
  top: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 15px 10px;
}

#nav .toggle .bar1, #nav .toggle .bar2, #nav .toggle .bar3 {
  width: 25px;
  height: 2px;
  background: #FFF;
  margin-bottom: 8px;
  transition: all 0.6s;
}

#spread:hover {
  text-decoration: none;
  letter-spacing: 3px;
  color: rgb(27, 27, 27);
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
}

.coverimg {
  width: 100%;
  height: 325px;
  object-fit: cover;
}



.hero {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 180px;
  position: relative;
  z-index: -10;
  height: 100vh;
  max-height: 1080px;
  background-image: url('../img/orchid.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  display: table;
  width: 100%;
  text-align: center;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #cc95c0, #dbd4b4, #7aa1d2);
  opacity: 0.3;
  z-index: -1;
}

nav {
  overflow: hidden;
  line-height: 70px;

}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

nav ul li a:hover{
  letter-spacing: 5px;
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  padding-left: 70px;
  padding-right: 0px;
  font-size: 19px;

}


nav li a {
  text-decoration: none !important;
  color: gray;
  padding-left: 70px;
  padding-right: 0px;
  cursor: pointer;
  font-size: 16px;
}

nav li {
  list-style: none;
  padding: 1em 0;
}



body h2 {
  font-size: 60px;
  font-weight: 200;
  padding: 0;
  text-decoration: none;
  cursor: default;
}

body {
    background-color: var(--three) !important;
  font-family: 'roboto';
  font-size: 16px;

}

.img:hover {
  opacity: 1;
}



/*Kyle */
.experience {
    padding-top: 10px;
    padding-bottom: 50px;
    padding: 30px 20px 20px 20px;
    background:rgba(0, 0, 0, .3);
    border-color: black;
    border-width: 4px;
    border-style: solid;
    padding: 10px;
}

#experienceIcon {
    width: 100%;
    text-align: center;
    font-size: 75px;
    color: var(--three);
    padding: 20px 0px 0px 0px;
}
#experienceText {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: var(--three);
    padding-bottom: 0px;
}

.experienceHolder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 5px;
    padding-right: 5px;
    grid-row-gap: 40px;
    

}

.experienceHeader {
    width: 100%;
    text-align: center;
    color: black;
    font-stretch: condensed;
}
.experienceText {
    padding: 0px 15px 15px 15px;
    color: black;
    position: relative;
    bottom: 0px;

}

.confirmation {
  text-align: center;
}

.experienceDate {
    font-style: italic;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 20px;
}


section{
    padding: 40px;
}

.contactHolder {
    background-color: var(--three);
    padding: 15px 15px 20px 15px;
    margin: auto;
    color: white;
    text-align: center;
    border-color: orange;
    border-width: 4px;
    border-style: solid;
    border-style: double;
}

.contact {
    text-align: center;
    display: grid;
    color: var(--four);
}

.projectHolder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 5px;
    padding-right: 5px;
    grid-row-gap: 40px;
    padding-bottom: 100px;
}

.project {
    padding: 30px 20px 20px 20px;
    background:rgba(0, 0, 0, .3);
    border-color: black;
    border-width: 4px;
    border-style: solid;
    padding: 10px;
    position: relative;
}

.buttons {
  display: flex;
  color: white;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 0px;
  align-content: stretch;
}

.button{
  margin: 0px 30px 0px 15px;
  min-width: 150px;
  height: 56px;
  border-color: white;
  border-width: 4px;
  border-style: double;
}





.projectButton {
    background-color: var(--three);
    color: var(--five);
    position: relative;

    right: 0px;
    bottom: 0px;
    height: 30px;
    
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
    text-anchor: middle;
    padding: 10px 5px 15px 5px;
    
}

.mySlides {
  position: relative;
  display: block;
  height: 220px;
  width: auto;
  text-align: center;
  text-anchor: middle;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
}

.resumeButton {
  background-color: var(--three);
  color: var(--five);
  position: relative;

  right: 0px;
  bottom: 0px;
  top: 40px;
  height: 30px;
  
  display: block;
  margin: 0 auto;
  max-width: 30%;
  width: auto;
  height: auto;
  text-align: center;
  text-anchor: middle;
  padding: 10px 5px 15px 5px;
  
}


.projectImg {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    
}

.resume {
    padding:30px 100px 100px 100px;
    max-width: 900px;
    margin: auto;
    width: auto;
    background-color: var(--five);
}

.dl-horizontal {

    padding-left: 100px;
    padding-right: 100px;
    display: block;
}
h2 {
    text-align: center;
}

h3 {
    text-align: center;
}
h4 {
    text-align: center;
    font-style: italic;
}


/* More Kyle */

/* BEGIN MEDIA QUERY */

header {
  z-index: 400;
}

.container {
  z-index: 401;
}
#authorpic {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: white;
  border-width: 4px;
  border-style: solid;
}
.heroitems {
  position: absolute;
  width: 100%;
  height: 50vh;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  z-index: 2;
  top: 30%;
}

.heroitems2 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  z-index: 2;
  top: 0;
}



.image>a>img:hover{
  filter: blur(2px) brightness(60%);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,.22);
  cursor: pointer;
}

.aboutdescription {
  padding: 10px 20px 10px 20px;
}

  .heroimage:before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.heroimage2:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.experiencelanguage {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}


.projectBio {
    background-color: var(--five);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 5px;
    padding-right: 5px;
    grid-row-gap: 40px;
    padding-bottom: 100px;
    min-width: 800px;
}
.aboutproject {
  font-size: 30px;
  padding-bottom: 20px;
}

.text {
    padding: 0px 100px 0px 100px;
}
.image {
    max-height: 300px;
    max-width: 250px;
    width: auto;
    display: var(--display-style);
    margin: 1rem;
    position: relative;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}
.image>img{
    width: 100%;
    height: 100%;
}
.image>img:hover {
    cursor: pointer;
}

.images {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.head {
  position: fixed;
}

.toolimgs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.toolimgs img{
    width: 150px;
    max-height: 150px;

}