*,
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.hide {
  display: none;
}
.page__style {
  background: #000000;
  font-family: OpenSans-Regular, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto auto;
  overflow: auto;
}
.page__style .page__description {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.page__style h1 {
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 30px;
}
.page__style .btn_nav {
  background: #002a32;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 12px 15px;
  width: 146px;
}
.page__style .btn_nav:focus,
.page__style .btn_nav:active {
  outline: none;
}
.page__style a {
  text-decoration: none;
  color: #fff;
}
.page__style a:hover {
  text-decoration: underline;
}
.animate_content {
  animation: animate 3s ease;
}
.fadeIn {
  z-index: 10;
}
/*  home
-----------------------------------*/
.home {

background-image: linear-gradient(30deg, #0093E9 0%, #044a7f 100%);

}
/*  Projects
-----------------------------------*/
.projects {
background-image: linear-gradient(60deg, #0093E9 0%, #044a7f 100%);

}
/*  Skills
-----------------------------------*/
.skills {
  background-image: linear-gradient(90deg, #0093E9 0%, #044a7f 100%);
}
/*  About
-----------------------------------*/
.about {
  background-image: linear-gradient(120deg, #0093E9 0%, #044a7f 100%);
}
/*  Contact
-----------------------------------*/
.contact {
 background-image: linear-gradient(160deg, #0093E9 0%, #044a7f 100%);
}
/*****************************************************************
~ Mobile media-queries (max-width: 767px)
******************************************************************/
@media only screen and (max-width: 767px) {
  .page__description h1 {
    margin-top: 100px;
  }
}
@-moz-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}

.image {
  height: auto;
  width: 50%;
  image-rendering: auto;
margin-left: auto;
  margin-right: auto;
}
.image2 {
 overflow: auto;
  height: auto;
  width: 100%;
  image-rendering: auto;
	margin-left: 0%;
  margin-right: auto;
}

 table {
      width: 80%;
      border-collapse: collapse;
      margin-bottom: 20px;
      table-layout: fixed; /* Set table layout to fixed */
    }

    /* Style table header */
    th, td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: center;
      width: 33.33%; /* Set width for each column */
	font-family: 'Arial'; font-size: 2vh; 
    }

    th {
      background-color: #807d75;
    }
@media screen and (max-width: 1000px) {
.image {
 overflow: auto;
  height: auto;
  width: 130%;
  image-rendering: auto;
	margin-left: 0%;
  margin-right: auto;
}

.image2 {
 overflow: auto;
  height: auto;
  width: 100%;
  image-rendering: auto;
	margin-left: 0%;
  margin-right: auto;
}

.page__style .btn_nav {
  background: #002a32;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 12px 15px;
  width: 146px;
}

.nav-wrap ul li a{color: #fff;text-decoration:none;font-size:30px;padding: 28px 55px 28px 5px;position:relative;display:inline-block;}
.vh{height: 100vh;background: #0099cc;display: flex;align-items: center;font-size: 5vw;color: #fff;justify-content: center;text-transform: uppercase;}

.vh span {font-family: 'Style Script', cursive; font-size: 10vw; }
.vh p {font-size:.67em; width: 90%; text-align: justify;  text-transform:none; font-weight: 900;text-shadow: 2px 2px 3px #000000;}

.vh.about{background-image: linear-gradient(to top, #027ba3 0%, #024b5c 100%);}
.vh.graphics{background-image: url("https://www.freefloat.org/side/backer1.png"); background-repeat: no-repeat; bacground-position: center; background-size: cover;}
.vh.web{background-image: url("https://www.freefloat.org/side/backer4.png"); background-repeat: no-repeat; bacground-position: center; background-size: cover;}
.vh.video{background-image: url("https://www.freefloat.org/side/backer3.png"); background-repeat: no-repeat; bacground-position: center; background-size: cover;}
.vh.tech{background-image: url("https://www.freefloat.org/side/backer2.png"); background-repeat: no-repeat; bacground-position: center; background-size: cover;}
.vh.contact{background-image: url("https://www.freefloat.org/side/backer5.png"); background-repeat: no-repeat; bacground-position: center; background-size: cover;}