html{
  height: 100%;
  background-color: #f0f0f0;
}
body{
  min-height:100vh;
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  color:#605e5d;
}
main{
  flex: 1;
}

::-moz-selection{
  background-color: #f29200;
  color: #fff;
}

::selection{
  background-color: #f29200;
  color: #fff;
}

body{
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #212121;
  background-color: #f0f0f0;
}

section{
  padding: 15px;
}

@media (min-width: 992px){
  section{
    padding: 60px 15px;
  }
}

img{
  display: block;
  max-width: 100%;
  height: auto;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
}

.uk-container{
  max-width: 1200px;
}

p{
  font-size: 17px;
  color: #212121;
  margin: 0 0 20px 0;
}

p:last-child{
  margin-bottom: 0;
}

a{
  color: #f29200;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active{
  color: #f29200;
  opacity: 0.7;
  text-decoration: none;
}

*{
  outline: none!important;
}

h1{
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 18px 0;
  color: #212121;
  font-weight: 300;
}

h1:before{
  content: "";
  display: block;
  width: 270px;
  height: 2px;
  background-color: #4b2b15;
  position: absolute;
  left: 0;
  bottom: 0px;
}

h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #f29200;
  position: absolute;
  left: 0;
  bottom: 0px;
}

header{
  margin-top: 60px;
}
header h1{
  text-align: center;
  padding: 15px;
  color: #f29200;
}
.navbar-brand{
  float: none;
  display: table;
  height: auto;
  margin: 0 auto;
}
.navbar-brand img{
  max-width: 450px;
}

@media(min-width: 48em){
  .box{
    background-color: #fff;
    min-height: 200px;
    padding: 20px;
    position: relative;
  }
}
@media(min-width: 62em){
  .box{
    padding: 60px;
  }
}
@media(min-width: 48em){
  .box .lead{
    font-size: 22px;
    line-height: 35px;
  }
}

footer{
  background-color: #303030;
  position: relative;
  bottom: 0;
  padding: 20px 0;
}

footer a{
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

footer a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}