/* global setting */
html, body {
    width: 100%;
    height: 100%;
    padding-top: 0px;
}

h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

section {
    padding: 0;
    position: relative;
}



/* cover page */
#cover {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
	background: url(../img/cover.jpg) center / contain no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media(min-width: 766px){
    #cover{
        height: 100%;
    }
    #cv-logo {
	    width: 80%;
    }
}

@media(max-width: 765px){
    #cover{
        height: 100%;
    }
    #cv-logo {
	    width: 50%;
    }
}

.cv-body {
	padding: 20px;
}


#cv-logo {
	width: 50%;
}

.cv-content {
	display: table-cell;
    vertical-align: middle;
}

/* nav */
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgb(95, 95, 95);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    color: #8DC643;
    background-color: transparent;
    border-bottom-color: #8DC643;
    border-bottom-color: #8DC643;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #8DC643;
  border-bottom-color: #8DC643;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: center;
  }
  .masthead-nav {
    float: center;
  }
}

/* modal */
.modal-body {
	padding: 0;
}

.sv-body {
	padding: 10px;
}


.ct-form {
    padding: 10px;
    height: 100%;
	background: url(../img/contact.jpg) center / contain no-repeat;
    background-size: cover;
}


.table.table-borderless tbody tr,
.table.table-borderless tbody td {
    border: 0;
    font-weight: 700;
    
}

.table {
    width: 70%;
    margin: 0px auto;
    float: none;
    text-align: center;
    font-size: 18px;
}

.fa {
    color: #8DC643;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.d-none {
	display: none;
}

.recaptcha-wrapper > div > div{
 margin 10px auto !important;
 text-align: center;
 width: auto !important;
 height: auto !important;
}

/* footer */
footer{
    position:absolute;
    right:10%;
    left:10%;
    padding: 20px 0 10px 0;
    bottom: 0;
}

footer p {
    color: rgba(75, 75, 75, 0.73);
    font-size: 15px;
}