/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*=================================== RESPONSIVE GRID ====================================*/
.wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0px auto;
  position: relative;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

/*  GRID OF SIX  */
.grid_1_of_6, .grid_2_of_6, .grid_3_of_6, .grid_4_of_6, .grid_5_of_6, .grid_6_of_6 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.grid_1_of_6:first-child, .grid_2_of_6:first-child, .grid_3_of_6:first-child, .grid_4_of_6:first-child, .grid_5_of_6:first-child, .grid_6_of_6:first-child {
  margin-left: 0;
}

.grid_6_of_6 {
  width: 100%;
}

.grid_5_of_6 {
  width: 83.06%;
}

.grid_4_of_6 {
  width: 66.13%;
}

.grid_3_of_6 {
  width: 49.2%;
}

.grid_2_of_6 {
  width: 32.26%;
}

.grid_1_of_6 {
  width: 15.33%;
}

/*-------------MY SCSS SHORTCODE--------------------*/
/*-------------------MY STYLES----------------------------------*/
.wrap h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2.5em;
  color: #514B9D;
}

.wrap p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}

h1 {
  font-size: 6em;
  font-family: "Noto Sans", sans-serif;
  padding: 2% 0;
}

h3 {
  font-size: 1.7em;
  font-family: "Quicksand", sans-serif;
  padding: 6% 0;
  color: #514B9D;
}

a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  border-radius: 29px;
}

.wrap small {
  font-family: "Noto Sans", sans-serif;
}

body, html {
  height: 100%;
  margin: 0;
}

header {
  width: 100%;
  position: relative;
  height: 80px;
  background-color: #fff;
}
header .grid_6_of_6 .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom right, #35c2d8, #514b9d);
  overflow-x: hidden;
  transition: 0.5s;
}
header .grid_6_of_6 .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
header .grid_6_of_6 .overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
header .grid_6_of_6 .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
header .grid_6_of_6 .overlay a :hover {
  color: #f1f1f1;
}
header .grid_6_of_6 ul {
  list-style: none;
}
header .grid_6_of_6 ul li {
  display: inline-block;
  margin: 2% 5% 0 0;
}
header #hr-me-btn {
  margin-right: 3%;
}
header #hr-me-btn a {
  background: linear-gradient(to bottom right, #35C2D8, #514B9D);
  padding: .8% 1.5%;
  color: #fff;
  text-decoration: none;
  border-radius: 29px;
  font-family: "Noto Sans", sans-serif;
  float: right;
}

.banner-cont .grid_6_of_6 #banner {
  width: 100%;
  background-image: url(../imgs/strips-temp.jpg);
  height: 166vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.abt-cont {
  height: 400px;
  width: 100%;
  padding-bottom: 35%;
}
.abt-cont .abt-img {
  padding: 2% 6%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.abt-cont .ovrlp-cnt {
  position: relative;
  right: 16%;
  width: 100%;
  padding: 7% 0 6%;
}
.abt-cont .ovrlp-cnt h2 {
  padding: 0 0 6%;
}
.abt-cont .ovrlp-cnt p {
  padding: 0 0 5%;
}
.abt-cont .ovrlp-cnt a {
  background: linear-gradient(to bottom right, #35C2D8, #514B9D);
  text-decoration: none;
  color: #fff;
  padding: .9% 4%;
  border-radius: 29px;
  font-family: "Noto Sans", sans-serif;
}

.sklls-sec .icons-cont {
  padding: 4% 0;
}
.sklls-sec .icons-cont .group {
  padding: 3% 0;
}
.sklls-sec .icons-cont .group .grid_2_of_6 {
  margin: 0 auto;
  text-align: center;
}
.sklls-sec .icons-cont .group .grid_2_of_6 .skll-cont {
  display: inherit;
  margin: 0 auto;
}
.sklls-sec .icons-cont .group .grid_2_of_6 .skll-cont img {
  width: 50%;
  height: auto;
}

.grid_6_of_6 h2 {
  padding: 0 0 5%;
}
.grid_6_of_6 .work-cont {
  text-align: center;
  width: 100%;
  margin: 0 0 8%;
  height: 500px;
}
.grid_6_of_6 .work-cont .grid_4_of_6 {
  background-color: #35C2D8;
  padding: 2% 0 1%;
}
.grid_6_of_6 .work-cont .grid_4_of_6 img {
  max-width: 100%;
}
.grid_6_of_6 .work-cont .grid_2_of_6 .prjct-name {
  margin: 24% 0 0;
}
.grid_6_of_6 .work-cont .grid_2_of_6 .prjct-name button {
  background: linear-gradient(to bottom right, #35C2D8, #514B9D);
  color: #fff;
  padding: 2% 6%;
  border: none;
  font-family: "Noto Sans", sans-serif;
  border-radius: 29px;
}
.grid_6_of_6 .work-cont .grid_2_of_6 .prjct-name button:hover {
  cursor: pointer;
}
.grid_6_of_6 .work-cont .grid_2_of_6 .prjct-name .prjct-tag {
  display: inline;
}
.grid_6_of_6 .work-cont .grid_2_of_6 .prjct-name .prjct-tag span {
  background: linear-gradient(to bottom right, #35C2D8, #514B9D);
  color: #fff;
  padding: 2% 6%;
  border: none;
  font-family: "Noto Sans", sans-serif;
  border-radius: 29px;
  line-height: 4;
}

.grid_6_of_6 {
  margin: 1% 0 1% 1.6%;
}
.grid_6_of_6 .contact-cont {
  color: #fff;
  text-align: center;
  background-color: #514B9D;
  background-image: url(../imgs/strips.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
.grid_6_of_6 .contact-cont h2 {
  font-size: 2.5em;
  color: #fff;
  padding: 4% 0 2%;
}
.grid_6_of_6 .contact-cont a {
  display: inline-block;
  color: #514B9D;
  border-radius: 29px;
  padding: .9% 6%;
  background-color: #fff;
  text-decoration: none;
}
.grid_6_of_6 .contact-cont p {
  padding: 0 0 4%;
}

footer #footer-cont {
  padding: 2%;
}
footer #footer-cont .copy {
  float: left;
  display: inline;
}
footer #footer-cont .copy h3 {
  font-size: .8em;
}
footer #footer-cont ul {
  list-style: none;
}
footer #footer-cont ul li {
  display: inline-block;
  padding: 3%;
  float: right;
}
footer #footer-cont ul li a {
  color: #000;
}

.img-cont {
  box-shadow: 0 10px 10px 8px rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
  position: relative;
  left: 3%;
}
.img-cont:hover {
  transform: translate(0, -7px);
  box-shadow: 0 25px 25px 15px rgba(0, 0, 0, 0.4);
}

.uni-banner {
  background: linear-gradient(to bottom right, #35c2d8, #514b9d);
  margin-bottom: 3%;
}
.uni-banner .uni-banner-cont {
  padding: 9% 0;
  color: #fff;
}
.uni-banner .uni-banner-cont .site-img-half {
  width: 50%;
}

/* The navigation links inside the overlay */
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .grid_1_of_6, .grid_2_of_6, .grid_3_of_6, .grid_4_of_6, .grid_5_of_6, .grid_6_of_6 {
    width: 100%;
    margin: 1% 0 1% 0%;
  }

  ul li {
    margin: 4% 1%;
  }
}
