/*-----sass variables ----*/
html, body {
  margin: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

body {
  height: 100%; }

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .8px;
  text-decoration: none; }

li {
  font-size: 14px;
  list-style-type: none; }

ul {
  padding: 0; }

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #666; }

p {
  letter-spacing: .5px;
  font-size: 14px;
  color: #444;
  line-height: 28px; }

/*------navbar------*/
.navbar {
  width: 80%;
  margin: 30px auto; }
  .navbar li {
    list-style-type: none;
    display: inline-block; }
    .navbar li a {
      padding: 0 1.3125rem;
      text-transform: uppercase;
      font-weight: 400;
      color: #666; }
    .navbar li a:hover {
      color: #7EB1B7; }

.resume-btn {
  color: #444;
  padding: 5px 1px;
  float: right;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px; }

.resume-btn:hover {
  border: 1px solid #000;
  border-radius: 2px; }

.container {
  height: 100%; }

/*------landing page ---------*/
.landing-page {
  margin-bottom: 10%; }
  .landing-page .landing-page-inside {
    width: 80%;
    margin: auto;
    padding-top: 140px;
    position: relative;
    top: 15px;
    opacity: 0; }
    .landing-page .landing-page-inside p {
      margin: 60px 0;
      width: 75%; }
    .landing-page .landing-page-inside h2 {
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 40px; }

/*-----work page ------*/
.work-page {
  background: #f7f7f7;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 115%;
  position: relative;
  left: -5%;
  margin: 50px;
  padding: 70px 0 100px 0; }
  .work-page .work-page-inside {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    width: 80%;
    margin: auto; }
    .work-page .work-page-inside h2 {
      text-align: right;
      width: 87%;
      text-transform: uppercase; }

.work-animate-page {
  position: relative;
  top: 30px;
  opacity: 0; }

.work-page-inside-projectone, .work-page-inside-projecttwo {
  border: 1px solid #e2e2e2;
  height: 300px;
  width: 70%;
  margin-top: 30px;
  -webkit-transition: all 200ms linear;
  -moz--transition: all 200ms linear;
  transition: all 200ms linear;
  /* box-shadow: 10px 10px 5px #ccc;*/
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out; }

.work-page-inside-projectone:hover, .work-page-inside-projecttwo:hover {
  transform: scale(1.05); }

.project-style {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.project-style:hover {
  background: transparent; }

.work-page-inside__para {
  margin-top: 30px;
  font-size: 20px; }

.work-page-inside-projectone {
  background: url("../assets/project13.jpg");
  background-size: cover;
  background-position: center;
  text-align: middle; }

.work-page-inside-projecttwo {
  background: url("../assets/proto.jpg");
  background-size: cover;
  background-position: center; }

/*-----Connect page -----*/
.connect-page {
  margin-top: 60px; }
  .connect-page .connect-page-inside {
    width: 80%;
    margin: 140px auto; }
  .connect-page h2 {
    padding-top: 45px;
    text-transform: uppercase; }
  .connect-page p {
    width: 70%;
    margin-top: 60px; }

.social-buttons a {
  font-size: 15px;
  color: #444;
  padding-left: 10px; }

.connect-page-animate {
  position: relative;
  top: 30px;
  opacity: 0; }

.connect-page-info {
  margin: 40px 0 30px 0; }
  .connect-page-info li {
    line-height: 25px; }
  .connect-page-info a {
    color: #666; }

/*----media queries-----*/

/*# sourceMappingURL=main.css.map */
