/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/*Variables*/
/*Layout*/
:root {
  font-size: 20px; }

body {
  background-color: #eee;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

#navigation {
  background-color: #222;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 100;
  border-bottom: 5px solid #66cc66; }

#navigation img {
  width: 50px; }

#navigation__logo {
  display: flex;
  width: 100px;
  height: 75px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }

#navigation a {
  color: #eee;
  text-decoration: none;
  cursor: pointer; }

#navigation__links img {
  width: 30px;
  margin-top: 0.6em; }

#navigation__links {
  position: fixed;
  top: 0;
  right: 25px;
  z-index: 100;
  list-style-type: none; }

#navigation__links li {
  padding: 10px;
  float: left;
  display: block;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: 100; }

#navigation__links a {
  color: #eee;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

#navigation__links a:hover {
  color: #eee; }

#navigation__links a:before {
  background-color: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s; }

#navigation__links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#footer {
  color: #222;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 720px) and (orientation: portrait) {
  #navigation, #navigation__links {
    padding: 0;
    margin: 0; }

  #navigation {
    position: fixed;
    background-color: rgba(1, 1, 1, 0);
    width: 100%;
    height: 75px;
    z-index: 100;
    border-bottom: 0px; }

  #navigation__logo {
    display: none; }

  #navigation__links {
    background-color: #222;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    list-style-type: none;
    border-bottom: 5px solid #66cc66; }

  #navigation__links li {
    width: 33%;
    padding: 0px;
    float: left;
    text-align: center;
    display: block; }

  #navigation__links img {
    display: none; } }
@-webkit-keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-o-keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slideInFromRight {
  from {
    transform: translateX(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slideInFromRight {
  from {
    transform: translateX(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-o-keyframes slideInFromRight {
  from {
    transform: translateX(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInFromRight {
  from {
    transform: translateX(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.main__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px; }

#main {
  overflow-x: hidden;
  font-size: 1rem; }

.content {
  color: #222;
  position: relative;
  width: 60%;
  margin: 10px;
  line-height: 1.75em; }

#content__title {
  display: flex;
  flex-direction: column;
  -webkit-animation-name: slideInFromLeft;
  -moz-animation-name: slideInFromLeft;
  -o-animation-name: slideInFromLeft;
  animation-name: slideInFromLeft;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s; }

#content__title h1 {
  font-family: 'Lora', serif;
  font-size: 4.209rem;
  margin-top: 0.87em;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1; }

#content__title span {
  padding-bottom: 10px;
  font-weight: 600;
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding-top: 50px;
  text-align: center;
  border-bottom: none; }

.content .content__caption {
  font-style: italic;
  font-size: 1rem; }

.content__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 25px 0px; }

.content__text__title {
  width: 100%;
  letter-spacing: 3px;
  -webkit-animation-name: slideInFromLeft;
  -moz-animation-name: slideInFromLeft;
  -o-animation-name: slideInFromLeft;
  animation-name: slideInFromLeft;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.content__text__title h2 {
  border-bottom: 2px solid #66cc66; }

.content__text__paragraph {
  width: 100%;
  /*padding: 0px 10px;*/
  /*border-left: 2px solid $accent-colour;*/
  -webkit-animation-name: slideInFromRight;
  -moz-animation-name: slideInFromRight;
  -o-animation-name: slideInFromRight;
  animation-name: slideInFromRight;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s; }

/*.content__text a {
  color: $offGrey;
}*/
.content__text p {
  padding: 10px; }

.content__text ul {
  margin-left: 50px; }

.content__text li {
  /*list-style-type: circle;*/
  list-style: none; }

.content__text li::before {
  content: "\2022";
  color: #66cc66;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.content__text ol {
  margin-left: 50px; }

.content__img {
  position: relative;
  padding: 20px 10px;
  -webkit-animation-name: slideInFromRight;
  -moz-animation-name: slideInFromRight;
  -o-animation-name: slideInFromRight;
  animation-name: slideInFromRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center; }

.content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.77rem;
  letter-spacing: 3px;
  padding: 10px;
  padding-bottom: 5px;
  font-weight: bold; }

.content h3 {
  font-size: 1.33rem;
  font-weight: 600;
  padding: 20px 10px 0px 10px; }

.content h4 {
  font-size: 1.15rem;
  color: #666;
  /*font-weight: 600;*/
  padding: 20px 10px 0px 10px; }

.content img {
  display: block;
  border: 2px;
  border-radius: 5px; }

#content__brief {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap; }

#content__brief img {
  width: 100%; }

#content__brief__img {
  width: 25%;
  margin: 10px;
  flex: 0 0 200px; }

#content__brief__text {
  width: 72%;
  margin: 10px;
  padding: 10px; }

#content__brief__title {
  display: flex;
  flex-direction: column; }

#content__brief__text h1 {
  font-family: 'Lora', serif;
  font-size: 3.157rem;
  /*margin-top: 0.87em;*/
  /*text-align: center;*/
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 25px; }

#content__brief__text span {
  /*margin-bottom: 20px;*/
  font-weight: 600;
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.2em;
  /*padding-top: 20px;*/
  /*text-align: center;*/
  border-bottom: none; }

#content__brief__text p {
  padding-top: 20px; }

#content__tech__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px; }

#content__tech__list img {
  padding: 5px;
  width: 75px;
  height: 75px; }

.content__experience__list {
  list-style-type: none;
  font-size: 1rem;
  margin: 10px 30px 10px 30px; }

.content__experience__list li {
  padding: 2px; }

.listnone {
  font-size: 1rem;
  /*list-style-type: none;*/
  margin-left: -20px; }

.content__experience__title {
  font-weight: 600; }

.expTime {
  font-style: italic; }

#contact__form {
  padding: 10px; }

.form-control {
  font-weight: 400;
  color: #333;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 60%; }

.contact__form__input {
  padding: 5px 0px;
  width: 100%; }

.contact__form__input2 {
  width: 100%; }

.btn-primary {
  color: #222;
  background-color: #66cc66;
  border-color: #66cc66; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.size25 {
  width: 25%; }

.size30 {
  width: 30%; }

.size40 {
  width: 40%; }

.size50 {
  width: 50%; }

.size60 {
  width: 60%; }

.size75 {
  width: 75%; }

.size100 {
  width: 100%; }

#content__contact__social {
  margin: 20px 0px;
  display: none; }

.content__breakdown table {
  width: 100%; }

.content__breakdown table tr {
  width: 75%; }

.content__breakdown table td {
  padding: 10px; }

.content__breakdown table tr td:first-child {
  font-family: 'Poppins', sans-serif;
  text-align: right;
  padding-right: 25px;
  color: #666;
  font-weight: bold;
  letter-spacing: 3px;
  width: 25%; }

.note{
  background-color: #d0ddd0;
  color: #448444;
  font-weight: 600;
  font-style: italic;
  border-radius: 10px;
  /*padding: clamp(1.375rem, 1.2rem + 0.89vw, 2rem);*/
  padding: clamp(1.375rem, 1.2rem + 0.89vw, 1.1rem);
  margin-top:1em;
}

@media screen and (max-width: 1371px) {
  #content__brief__text {
    width: 100%; } }
@media screen and (max-width: 1200px) {
  .content {
    width: 90%; } }
@media screen and (max-width: 1000px) {
  .content__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 25px 0px; }

  .content__text__title {
    width: 100%; }

  .content__text__title h2 {
    border-bottom: 2px solid #66cc66; }

  .content__text__paragraph {
    width: 100%;
    border-left: none;
    padding: 0px; } }
@media screen and (max-width: 720px) and (orientation: portrait) {
  .form-control {
    width: 93%; }

  .btn {
    width: 100%; }

  #content__title h1 {
    font-size: 1.777rem; }

  #content__title span {
    padding-top: 20px; }

  #content__brief {
    flex-wrap: wrap; }

  #content__brief__img {
    width: 100%; }

  #content__brief__text {
    width: 100%; }

  #content__brief__text h1 {
    /*font-size: 2.5em;*/
    text-align: center; }

  #content__brief__text span {
    text-align: center; }

  .main__wrapper {
    color: #222;
    background-color: #eee;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }

  .content {
    width: 97%; }

  #main {
    margin-top: 50px;
    overflow: hidden; }

  #content__contact__social {
    width: 100%;
    display: flex;
    justify-content: space-around; }

  #content__contact__social img {
    width: 60px; }

  .size25 {
    width: 80%; }

  .size30 {
    width: 80%; }

  .size40 {
    width: 80%; }

  .size50 {
    width: 85%; }

  .size60 {
    width: 100%; }

  .size75 {
    width: 100%; } }
/*# sourceMappingURL=style_work.css.map */

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