/* 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,
q:before,
q:after {
  content: "";
  content: none;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
}

body {
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  line-height: 1.3;
}

.btn {
  height: 50px;
  width: 170px;
  border-radius: 30px;
  font-weight: 700;
  color: #353535;
  border: 4px solid #353535;
  margin-top: 60px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #aaaaaa;
}

.absolute {
  position: absolute;
  width: 100%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 55px;
}

.logo a,
.menu a {
  text-decoration: none;
  color: #414141;
}

.logo {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
}

.menu ul li {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
}

.menu {
  font-size: 13px;
}

.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  height: 900px;
  background-color: #ffefe7;
}

.heroImg {
  background: url(../images/hero-img.jpg);
  background-position: center;
  background-size: cover;
  height: 900px;
}

.heroRight {
  margin: 320px 50px;
}

.heroRight h3 {
  color: #c4c4c4;
  font-size: 20px;
}

.heroRight h2 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 300;
  padding: 5px 0 15px 0;
}

.heroRight span {
  font-weight: 600;
}

.heroRight p {
  color: #c4c4c4;
  line-height: 1.5;
}

.heroBtn {
  background-color: #ffefe7;
}

.skillsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
}

.skillsGrid .col1 {
  padding: 45px;
}

.skillsGrid .col1 h2 {
  font-size: 32px;
}

.skillsGrid .col1 h3 {
  color: #f5c38b;
  padding-top: 30px;
}

.skillsGrid .col1 p {
  color: #a0a0a0;
  padding-top: 30px;
  line-height: 1.5;
}

.skillsGrid .col2 {
  background: url(../images/skills-img.jpg);
  background-position: center;
  background-size: cover;
}

.skillsGrid .col3 {
  padding: 45px 30px;
  background-color: #ffc956;
}

.skillsGrid .col3 h2,
.skillsGrid .col3 h3 {
  color: white;
}

.skillsGrid .col3 h2 {
  font-size: 42px;
}

.skillsGrid .col3 h3 {
  font-size: 20px;
  padding: 20px 0 15px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px;
  font-weight: 700;
}

progress[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

progress::-webkit-progress-bar {
  background-color: white;
  border-radius: 2px;
}

progress::-webkit-progress-value {
  background-color: black;
}

.fieldGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.fieldGrid div {
  text-align: center;
  color: white;
  padding: 50px 30px 55px 30px;
  font-size: 36px;
}

.fieldGrid h3 {
  font-size: 25px;
  line-height: 4;
}

.fieldGrid p {
  font-size: 16px;
  line-height: 1.5;
}

.fieldGrid .col1 {
  background-color: #ffc956;
}

.fieldGrid .col2 {
  background-color: #ff7d56;
}

.fieldGrid .col3 {
  background-color: #000;
}

.fieldGrid .col4 {
  color: black;
}

.fieldGrid .col4 p {
  color: #aaaaaa;
}

.expEduGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  color: white;
}

.exp {
  background-color: #ff7d56;
  font-size: 22px;
  padding: 50px 0px 20px 30px;
}

.edu {
  background-color: #ffc956;
  font-size: 22px;
  padding: 50px 0px 20px 30px;
}

.expEduGrid h2 {
  font-size: 45px;
  margin-bottom: 35px;
}

.expEduGrid h3 {
  margin-bottom: 50px;
}

.expEduGrid span {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}

.expEduGrid p,
.expEduGrid h3 {
  font-size: 16px;
}

.expEduGrid p {
  margin-bottom: 35px;
  margin-left: 30px;
}

.exp-img {
  background: url(../images/experience-img.jpg);
  background-position: center;
  background-size: cover;
}

.edu-img {
  background: url(../images/education-img.jpg);
  background-position: center;
  background-size: cover;
}

.last {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
  background-color: #ff7d56;
}

.last h2 {
  font-size: 32px;
}

.last p {
  padding: 30px 0px;
}

.msg {
  padding: 40px 35px;
}

.msg-btn {
  background-color: #ff7d56;
}

form input,
form textarea {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #ffc956;
  background-color: transparent;
  color: white;
  margin-top: 20px;
  font-size: 16px;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #c4c4c4;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #c4c4c4;
}

form input::placeholder,
form textarea::placeholder {
  color: #c4c4c4;
}

.feed-img {
  background: url(../images/contact-img.jpg);
  background-position: center;
  background-size: cover;
}

.contact {
  background-color: black;
  color: #999999;
  padding: 40px 0px 180px 35px;
}

.contact h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.contact a {
  text-decoration: none;
  color: #999999;
  line-height: 3;
}

.contact span {
  line-height: 3;
}

.map {
  background-color: #ff7d56;
  padding: 45px 0;
  text-align: center;
}

footer {
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
}

footer p {
  padding: 15px;
}

footer i {
  padding: 5px 18px;
  font-size: 20px;
}

@media all and (max-width: 720px) {
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  .menu ul {
    display: none;
  }
  .hero,
  .skillsGrid,
  .fieldGrid,
  .expEduGrid, .last {
    width: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hero {
    height: 170vh;
  }
  .heroImg {
    height: 100vh;
  }
  .heroRight {
    height: 70vh;
    margin: 20% 50px;
  }
  .map, .frame {
    width: 100%;
    padding: 20px;
  }
  footer {
    width: 100%;
  }
  footer i {
    padding: 5px 10px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */