@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
    text-transform: uppercase;   
}
h2:after {
  border-bottom: 1px solid #fca311;
    display: block;
    margin: 20px auto;
    content: " ";
    width: 50px;
    position: relative;
    left: 0px;
    }

.fabig{
  font-size:3rem;
  color:#14213d;
}

.btn{
  font-size:12px;
}

.logo {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align:center;
  font-family: 'Open Sans';
}


.pictureleft {
    background-image:url('../img/global.jpg'); 
    background-size:cover; 
    min-height:20rem;
  }

@media (min-width: 768px) {
  .pictureleft {
    position:fixed;
    width:50%;
    height:100%;
  }
}

.content .text {
  padding: 3rem;
}

@media (min-width: 768px) {
  .content .text {
    padding: 7rem;
  }
}
