@charset "utf-8";
/*CSS Template*/

body {
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0px, rgb(50, 50, 50) 600px);
  margin-bottom: 600px;
}

.orange {
  color: rgb(244, 115, 30);
}

#orange {
  color: rgb(244, 115, 30);
}

/*HEADER*/
h1 {
  display: block;
  position: absolute;
  top: -40px;
  left: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 48pt;
  font-weight: 100;

}

#bold {
  color: rgb(255, 255, 255);
  font-weight: 900;
}

h2 {
  display: block;
  position: absolute;
  top: 60px;
  left: 25px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12pt;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

nav {
  display: block;
  position: absolute;
  top: 3px;
  right: 35px;
}

.navlinks {
  list-style-type: none;
  position: relative;
  float: left;

}

.navlinks li {
  display: inline-block;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12pt;
  font-weight: 900;
  padding-left: 30px;
  color: rgb(255, 255, 255);
}

.navlinks li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.navlinks li a:hover {
  color: rgb(244, 115, 30);
}

h3 {
  display: none;
  position: absolute;
  top: 9px;
  right: 55px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 10pt;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

#menu {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 35px;
  height: 35px;
  padding-bottom: 10px;
  background-color: transparent;
  border-radius: 35px;
  z-index: 3;
}

#topbar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  width: 20px;
  height: 3px;
  background-color: rgb(255, 255, 255);

}

#middlebar {
  display: block;
  position: relative;
  margin: auto;
  top: 13px;
  width: 20px;
  height: 3px;
  background-color: rgb(255, 255, 255);

}

#bottombar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 16px;
  width: 20px;
  height: 3px;
  background-color: rgb(255, 255, 255);

}

#menudropdown {
  display: none;
  position: relative;
  right: 100px;
  margin-top: 25px;
  width: fit-content;
  padding-right: 15px;
  padding-bottom: 2px;
  background-image: linear-gradient(45deg, rgb(10, 10, 10), rgb(35, 35, 35));
  border-radius: 15px 0px 15px 15px;
  z-index: 1;
}

#menu :hover+#menudropdown {
  display: block;
}

#menudropdown ul li {
  display: block;
  text-align: right;
  list-style-type: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12pt;
  padding-top: 15px;
}

#menudropdown ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

#menudropdown ul li :hover {
  color: rgb(244, 115, 30);
}

#horizontalline {
  display: block;
  position: absolute;
  top: 55px;
  right: 5px;
  width: 55%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(244, 115, 30, 0), rgba(244, 115, 30, 1));
  z-index: 2;
}

/*FOOTER*/
.footnav {
  display: block;
  position: relative;
  width: 100%;
  top: 100px;
  left: -20px;
}

.footnavlinks {
  list-style-type: none;
  float: left;
}

.footnavlinks li {
  display: block;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14pt;
  font-weight: 100;
  padding-right: 15px;
  padding-bottom: 15px;
  color: rgb(150, 150, 150);
}

.footnavlinks li a {
  text-decoration: none;
  font-size: 10pt;
  color: rgb(150, 150, 150);
}

.footnavlinks li a:hover {
  color: rgb(244, 115, 30);
}

/*HOMEPAGE*/
#homepagebackground {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 125px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: auto;
}

.homepageinfocontainer {
  display: block;
  position: relative;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-bottom: 20px;
  height: auto;
  background-color: rgb(0, 0, 0);
  border-radius: 0px 25px 25px 25px;
}

.topborder {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));
}

.leftborder {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 75%;
  background-image: linear-gradient(to bottom, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));
}

.homepageheadshot {
  position: relative;
  float: left;
  padding: 20px;
  height: 150px;
  width: 150px;
  border-radius: 0px 35px 35px 35px;
}

.textcontainer {
  display: block;
  position: relative;
  width: fit-content;
  height: auto;
  margin-left: 190px;
  margin-right: 20px;
}

.textcontainer2 {
  display: block;
  position: relative;
  width: 97%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

h4 {
  display: block;
  position: relative;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 24pt;
  font-weight: 100;
  margin-top: 20px;
  color: rgb(255, 255, 255);
}

p {
  display: block;
  position: relative;
  width: 95%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12pt;
  font-weight: 100;
  margin-top: -40px;
  line-height: 1.5;
  color: rgb(100, 100, 100);
}

.link a {
  color: rgb(244, 115, 30);
  text-decoration: none;
}

.videoimage {
  display: block;
  position: relative;
  width: 100%;
  border-top-right-radius: 25px;
}

.contactinfo {
  position: relative;
  left: -75px;
  list-style-type: none;
  position: relative;
  float: left;

}

.contactinfo li {
  display: inline-block;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12pt;
  font-weight: 900;
  padding-left: 30px;
  color: rgb(255, 255, 255);
}

.contactinfo li img {
  display: block;
  width: 25px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
}

.contactinfo li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.contactinfo li a:hover {
  color: rgb(244, 115, 30);
}

/*ABOUT ME*/
#aboutmebackground {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 125px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: auto;
}

.aboutmeinfocontainer {
  display: block;
  position: relative;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-bottom: 40px;
  height: auto;
  background-color: rgb(0, 0, 0);
  border-radius: 0px 25px 25px 25px;
}

.aboutmeheadshot {
  position: relative;
  float: left;
  padding: 20px;
  height: 150px;
  width: 150px;
  border-radius: 0px 35px 35px 35px;
}

.aboutmetextcontainer {
  display: block;
  position: relative;
  width: fit-content;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.experienceinfocontainer {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-bottom: 40px;
  height: auto;

}

.experiencetextcontainer {
  display: block;
  position: relative;
  width: 69%;
  height: auto;
  padding-top: 1px;
  padding-left: 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 0px 25px 25px 25px;
}

h5 {
  display: block;
  position: relative;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20pt;
  font-weight: 100;
  margin-top: 10px;
  padding-bottom: 10px;
  color: rgb(255, 255, 255);
}

.jobtitle {
  color: rgb(255, 255, 255);
}

.experiencedivider {
  width: 95%;
  height: 1px;
  background-color: rgb(100, 100, 100);
  margin-left: 0px;
  margin-right: auto;
}

.work {
  margin-top: 20px;
}

.awardstextcontainer {
  display: block;
  position: relative;
  width: 30%;
  margin-left: 1%;
  padding-top: 1px;
  padding-left: 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 0px 25px 25px 25px;
}

.awardscolumnscontainer {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -50px;
  width: 100%;
}

.awardscolumnleft {
  display: block;
  position: relative;
  float: left;
  left: -15px;
  width: 40px;
}

.awardsamount {
  position: relative;
  border-collapse: collapse;
  text-align: right;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 48pt;
  color: rgb(244, 115, 30);
}

.awardsamount td {
  padding: 10px;
}

.awardscolumnright {
  display: block;
  position: relative;
  margin-left: 20px;

}

.awardstype {
  position: relative;
  border-collapse: collapse;
  text-align: left;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14pt;
  color: rgb(255, 255, 255);
}

.awardstype td {
  padding: 25px;
}

.awardsdivider1 {
  display: block;
  position: relative;
  top: 45px;
  width: 90%;
  height: 1px;
  background-color: rgb(100, 100, 100);
  margin-left: 0px;
  margin-right: auto;
}

.awardsdivider2 {
  display: block;
  position: relative;
  top: 140px;
  width: 90%;
  height: 1px;
  background-color: rgb(100, 100, 100);
  margin-left: 0px;
  margin-right: auto;
}

.awardsdivider3 {
  display: block;
  position: relative;
  top: 235px;
  width: 90%;
  height: 1px;
  background-color: rgb(100, 100, 100);
  margin-left: 0px;
  margin-right: auto;
}

/*VIDEO GALLERIES*/
.vgh4 {
  display: block;
  position: relative;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 24pt;
  font-weight: 100;
  margin-top: 20px;
  color: rgb(255, 255, 255);
}

.gallerytitle {
  display: block;
  position: relative;
  top: -40px;
  left: 20px;
  margin-bottom: -40px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 36pt;
  font-weight: 100;
  color: rgb(255, 255, 255);

}

.gallerytitle2 {
  display: block;
  position: relative;
  top: -110px;
  left: 20px;
  margin-bottom: -80px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 36pt;
  font-weight: 100;
  color: rgb(255, 255, 255);

}

#vgbackground {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  width: 90%;
  height: auto;
  background-color: rgb(0, 0, 0);
  border-radius: 0px 25px 25px 25px;
}

video {
  display: block;
  position: relative;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.topbordergd {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));
}

.leftbordergd {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 500px;
  background-image: linear-gradient(to bottom, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));
}

.topbordergd2 {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 20px;
  width: 75%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));

}

.leftbordergd2 {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 500px;
  background-image: linear-gradient(to bottom, rgba(244, 115, 30, 1), rgba(244, 115, 30, 0));
  margin-bottom: -490px;
}

.gdproject {
  display: block;
  position: relative;
  top: -40px;
  left: 20px;
  margin-bottom: -50px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14pt;
  font-weight: 100;
  color: rgb(255, 255, 255);

}

@media screen and (min-width: 1300px) {

  #homepagebackground,
  #aboutmebackground,
  #vgbackground {
    width: 1200px;
  }
}

@media screen and (max-width: 800px) {
  nav {
    display: none;
  }

  #menu {
    display: block;
  }

  #menudropdown {
    display: none;
    position: relative;
    right: 100px;
    margin-top: 25px;
    width: fit-content;
    padding-right: 15px;
    padding-bottom: 2px;
    background-image: linear-gradient(45deg, rgb(10, 10, 10), rgb(35, 35, 35));
    border-radius: 15px 0px 15px 15px;
    z-index: 1;
  }

  #menu:hover #menudropdown {
    display: block;
  }

  #menudropdown ul li {
    display: block;
    text-align: right;
    list-style-type: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12pt;
    padding-top: 15px;
  }

  #menudropdown ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }

  #menudropdown ul li :hover {
    color: rgb(244, 115, 30);
  }

  h3 {
    display: block;
  }

  #horizontalline {
    width: 30%;
  }

  .gallerytitle,
  .gallerytitle2 {
    font-size: 36pt;
    left: 10px;
  }

  .leftbordergd,
  .leftbordergd2 {
    height: 200px;
    margin-bottom: -190px;
  }
}

@media screen and (max-width: 750px) {
  .experienceinfocontainer {
    flex-direction: column;
  }

  .experiencetextcontainer {
    width: 97%;
  }

  .awardstextcontainer {
    width: 97%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .gdproject {
    left: 15px;
  }

}

@media screen and (max-width: 710px) {
  .contactinfo {
    float: none;
  }

  .contactinfo li {
    display: block;
    padding-bottom: 20px;
  }

}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36pt;
    top: -20px;
  }

  .homepageheadshot {
    display: none;
  }

  .textcontainer {
    margin-left: 20px;
  }

  .experiencetextcontainer {
    width: 95%;
  }

  .awardstextcontainer {
    width: 95%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .vgh4 {
    font-size: 18pt;
    font-weight: 100;
    margin-top: 10px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
  }

  .gallerytitle,
  .gallerytitle2 {
    font-size: 24pt;
  }

  .topbordergd {
    top: -30px;
  }

  .leftbordergd {
    top: -30px;
  }



}

@media screen and (max-width: 470px) {
  h5 {
    font-size: 16pt;
  }

  .gdproject {
    left: 10px;
  }
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 380px) {
  h5 {
    font-size: 14pt;
  }
}

@media screen and (max-width: 350px) {
  h1 {
    font-size: 30pt;
    top: -10px;
  }

  h2 {
    font-size: 10pt;
  }


}