html{
	height:100%;	
}

body {
	height: 100%;
    padding-top: 91px;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
}

main{
	min-height:100%;	
}

img {
    max-width: 100%;
    height: auto;
}

ul{
    padding: 0;
}

h3.skinny{
	font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
}

h3.para-hdr{
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1em;
}

h2.fat{
    font-family: "Lato", sans-serif;
    font-size: 3rem;
    font-weight: 500;	
}

ul.check-mark{
  margin: 15px 0;
  list-style: none;
}

ul.check-mark > li{
  padding: 0 0 5px 30px;
  background: url(/media/1026/listcheckmark.png) 0 5px no-repeat;
  background-position: left top;
  max-width: 80%;
  margin: auto;
}

section{
    margin-bottom: 40px;
}

footer{
	background: #1c1c1e;	
	padding: 40px 0;
	text-align: center;
}

footer * {
    color: #fff !important;
}

footer ul{
	list-style:none;
	margin: 15px auto 0;
	padding-left: 0;
}

footer a, footer li, footer .fa > span{
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    font-family: "Lato", sans-serif;
    font-weight: 100;	
}

.full{
    margin: 0;
    padding:0;
}

.smooth-scroll > img{
    padding-top: 20px;
    width: 20%;
}

.hide{
    display: none !important;
}

.show-gte-md{
    display: none !important;
}

.hide-gte-md{
    display: block !important;
}

p.caption-text{
    font-style: italic;
    font-weight: 600;
}

.show-only-xl{
       display: none !important;
   }

@media (min-width: 768px){
    h2.fat {
        font-size: 4rem;
    }

    .smooth-scroll > img{
        padding-top: 20px;
        width: 10%;
    }
	h3.skinny {
		font-size: 4rem;
	}

    h3.para-hdr{
        font-size: 2.75rem;
    }

    .smooth-scroll > img{
        width: 10%;
    }

    .parallax{
      margin: 0;
      padding: 0 !important;
      overflow: hidden;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 700px;
    }

    img.triangle:before,
    .parallax.triangle:before {
        border-color: transparent transparent transparent #fff !important;
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 0 0 150px 100vw;
	    border-color: inherit;
	    z-index: 120;
    }

    .top-pad-none{
        padding-top: 0;
    }

    .top-pad-5px{
        padding-top: 5px;
    }

    .top-pad-10px{
        padding-top: 10px;
    }

    .top-pad-15px{
        padding-top: 15px;
    }

    .top-pad-20px{
        padding-top: 20px;
    }

    .top-pad-30px{
        padding-top: 30px;
    }

    .top-pad-40px{
        padding-top: 40px;
    }

    .top-pad-60px{
        padding-top: 60px;
    }

    .top-pad-80px{
        padding-top: 80px;
    }

    .top-pad-100px{
        padding-top: 100px;
    }
}

@media (min-width: 991.5px){
   .smooth-scroll > img{
        width: 5%;
    }

   .col-md-offset-1nhalf {
    margin-left: 12.4995%;
  }

   .show-gte-md{
       display: block !important;
   }

   .hide-gte-md{
        display: none !important;
    }
}

@media (min-width: 1650px){
   .show-only-xl{
       display: block !important;
   }
}

/* for embedded videos*/
iframe {
    max-width: 100% !important;
}
