html {
font-size:16px;
}

body { 
font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
margin:0; 
text-align:center; 
color: #555;
text-rendering: optimizelegibility;
}

h1 { 
line-height:100px; 
margin:0; 
}

.hero-bg {
  background:#222;
  height:100%;
  width:100%;
  clear:both;
  position:absolute;
  margin-bottom:200px;
  background-color:#11B18F; 
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  padding-left:15px;
  padding-right:15px;
}

.row-text {
  margin-left:auto;
  margin-right:auto;
  max-width:800px;
}

.hero-text {
  color:#fff;
  font-size:3em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  margin:0 0 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight:bold;
  line-height:1.2;
}

{
  color:#fff;
  font-size:3em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  margin:0 0 20px;
  font-weight:501;
}

#skills {
  background: url("../images/bg_grey.png") repeat scroll 0% 0% transparent;
  display: block;
  box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.05) inset;
  border-bottom:1px solid #DDD;
  font-color: #111;
}

.container {
  max-width: 800px;
  height:10rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  height:1px;
  margin-bottom:30px;
}

.qualifications {
  font-size: 1.9rem;
  color: rgb(17, 17, 17);
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
}

.words {
  font-size: 1.2rem;
  line-height:1.3rem;
}

.hero-bg2 {
  background:#222;
  height:100%;
  width:100%;
  clear:both;
  position:absolute;
  margin-bottom:200px;
  
  background:url(../images/hero2.jpg) no-repeat fixed center top transparent;
  background-size:cover;

@media (min-width:641px) and (max-width:1024px) {
  background:url(../images/hero2.jpg) no-repeat center center;
  background-size:cover;
}

@media (min-width:1025px) and (max-width:1500px) {
  background:url(../images/hero2.jpg) no-repeat center center;
  background-size:cover;
}

@media (min-width:1501px){
  background:url(../images/hero2.jpg) no-repeat center center;
  background-size:cover;
}
  
  
}

.hero-content2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  padding-right:15px;
  padding-left:15px;
}

#work {
  background: url("../images/bg_grey.png") repeat scroll 0% 0% transparent;
  position:relative;
}

.header-center { 
  height: 2px;
  background: none repeat scroll 0% 0% #DDD;
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
  margin-top:50px;
  position: relative;
}

.header-center h3 {
    background: url("../images/bg_grey.png") repeat scroll 0% 0% #F8F8F8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin: 2px 0 0 -150px;
    width: 300px;
    text-align: center;
    display: block;
    color: #888;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0px;
}

.portfolio {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right:15px;
  padding-left:15px;
}

.row {
  margin-left:auto;
  margin-right:auto;
  max-width:1100px;
}

.col-4 {
  float: left;
  width: 30%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
}

.col-6, .col-sm-6, .col-lg-4, .col-xs-12 {
  margin-top:30px;
}

.col-6 img {
  max-width:100%;
}

.col-sm-6 img {
  max-width:100%;
}

.col-lg-4 img {
  max-width:100%;
}

.col-xs-12 img {
  max-width:100%;
}

.col-6, .col-sm-6, .col-lg-4, .col-xs-12 a {
  color:#7b7b7b;
  text-decoration:none;
}

.col-6, .col-sm-6, .col-lg-4, .col-xs-12 a:hover {
  color:black;
}

.thumb {
  border:1px;
}

.portfolio img {
  border:1px solid #DDD;
}

img:hover {
  opacity:.5;
  transition: all .7s ease 0s;
}

h4 {
  font-size:1.1rem;
  float:left;
  margin-top: 5px;
}

h5 {
  font-size:.85rem;
  float:left;
  width:100%;
  margin-top:-5px;
  text-align:left;
  line-height:1rem
}

#footer {
  position:relative;
  display: block;
  margin-top: 50px;
  padding-top:20px;
  background-color: #3d3d3d;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  
.container {
  height:18rem;

}

}

@media (max-width: 500px) {
  .hero-text {
    font-size:2.5em;
  }

}
