/* FONTS */
@font-face {
   font-family: myFont;
   src: url(../fonts/BebasNeue.otf);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: mySecondFontSec;
    src: url(../fonts/montserrat-light-webfont.eot);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/bebasneuebook-webfont.eot);
}
@font-face {
    font-family: myThirdFontSec;
    src: url(../fonts/BebasNeueBook.otf);
}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}
.holderBox{
display: table;
margin-left:auto;
margin-right:auto;
}
.holderBox img{
display: table;
margin-left:auto;
margin-right:auto;
}

.holderBox h2{
font-family: myFont;
font-size: 40px;
}

/* padded section */
.pad-section {
  padding: 70px 0;
}

.pad-sectiontop {
  padding-top:50px;
}
.pad-sectiontopsec {
  padding-top:20px;
}
.pad-section img {
  width: 100%;
}
.margin-top{
margin-top: 30px;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* NAVBAR
--------------------
-------------------- */
.navbar-default{
border-bottom: 2px solid #003e7e;
}
.nav li{
font-family: 'mySecondFont', 'mySecondFontSec';
font-size:13px;
}
.navbar-default .navbar-collapse ul li a{
color:#444445;
}
.navbar-default .navbar-collapse ul li a:hover{
color: #54B948;
}
.navbarmain{
background: url(../images/gray.jpg);
}
/* CONTACT PAGE ONLY
---------------------
---------------------
*/
#contactSiteTop {
background: url(../images/bmune-CONTACT.jpg) no-repeat center center fixed;
display: table;
height: 60%;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

@media screen and (max-width: 500px) {
#contactSiteTop {
background: url(../images/bmune-CONTACT-mobile.jpg) center right;
display: table;
height: 60%;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
top:35px;
    }
}
/* FIRST SECTION HOME
----------------------
---------------------- */
#contactSite{
margin-bottom:80px;
}
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
.centered {
  margin: 0 auto;
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.bottom-line {
  border-bottom: 2px solid #c3c3c3;
}
::-webkit-resizer {
  display: none;
}
body {
  background-color: #e3e3e3;
  color: #555555;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;

}
body * {
  outline: none !important;
}
header h1 {
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #c3c3c3;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
  color: #555555;
  font-weight: 300;
  width: 500px;
  padding: 10px 0px 10px 0px;
  letter-spacing: 4px;
}
section {
  margin: 0 auto;
  text-align: center;
}
.arrow-up {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  margin-top: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
form#contact {
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #c3c3c3;
  width: 500px;
  padding: 20px;
  background-color: #f7f7f7;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none !important;
}
textarea#message {
  min-height: 100px;
  resize: vertical;
  overflow: hidden;
  border-bottom: 0px;
}
button#send {
  text-transform: uppercase;
  border-bottom: 2px solid #c3c3c3;
  margin-top: 20px;
  letter-spacing: 4px;
}

/* FOURTH(FOOTER) SECTION HOME
----------------------
---------------------- */
footer{
background-color:#262b2b;
border-top: 1px solid white;
}

.textFooter{
color:white;
font-family:'myThirdFont', 'myThirdFontSec';
letter-spacing:1.5px;
font-size:20px;
margin:0;
padding:0;
text-align:center;
}

#imageHolder{
margin-left:auto;
margin-right:auto;
display: table;
}

#imageHolder a{
padding:3px;
}

#footerHolder{
background-color:#202020;
color:white;
text-align:center;
font-family:'myThirdFont', 'myThirdFontSec';
font-size: 20px;
padding-top:5px;
}

.g-recaptcha {
display: table;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

#bottomText{
color:#575757;
margin-bottom:5px;
text-align:center;
font-size:10px;
}
/* MOBILE */
@media screen and (max-width: 550px) {
    form#contact{
       width: 300px;
    }
    header h1 {
        width: 300px;
        font-size: 20px;
    }
}
@media screen and (max-width: 575px){
    .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    }
}
