@import url('https://fonts.googleapis.com/css?family=Poppins');

$color1: #FFF;
$color2: #E4002B;
$color3: #333;

*, *:before, *:after {
  box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: #E4002B ; 
        margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: $color2; 
    height: 100%;
}
 #vbid-1  {
	
    font-size: 26px;
    margin: auto;
    position: absolute;
    line-height: 1.5em;
    text-transform: initial;
    text-align: center;
    height: auto;
    padding: 0.5em;
    color: grey;
}
 #vbid-1 > a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    border-color: rgb(0, 0, 0);
    letter-spacing: 0.1em;
    padding-right: 30px;
    margin-top: 0px;
    padding-left: 30px;
    border-radius: 18px;
    padding-top: 10px;
    border-width: 2px;
    background-color: #2ea836;
}
h1 {

font-weight: 700;
  font-size: 40px;
  text-align:center;
  margin:auto;
  color:#fff;
  letter-spacing: .10rem;
  padding-bottom:.5rem;
}


h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: auto;
    color: #fff;
    letter-spacing: .10rem;
	line-height: 2em;
    padding-bottom: 1rem;

}
.button {

  width:6rem;
  border:3px solid #2ea836;
  border-radius:5px;
  background:#2ea836;
  border-radius:5px;
  margin:auto;
  text-align:center;
  padding:.5rem;
  color:#fff;
}
#home:hover {
  background-color:#333;
  border:3px solid #333;
  color:white;
}


h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0 auto 15px;
    letter-spacing: .10rem;
    /* padding: 0; */
    line-height: 2.5em;
    color: #fff;
}



.text-wrapper {
    height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.title {
    font-size: 6vw;
    font-weight: 700;
    color: $color1;
}
.logo {
background: #fff;
padding: 10px 0 0;
    text-align:center;
    margin:auto;
}

.subtitle {
    font-size: 40px;
    font-weight: 700;
    color: $color3;
}

.buttons {
    margin: 30px;
    
    a.button {
        font-weight: 700;
        border: 2px solid $color1;
        text-decoration: none;
        padding: 15px;
        text-transform: uppercase;
        color: $color1;
        border-radius: 26px;
        transition: all 0.2s ease-in-out;
        
        &:hover {
            background-color: $color1;
            color: white;
            transition: all 0.2s ease-in-out;
        }
    }

    
}

