body {
  background-color: #002233;
  color: #eeddbb;
  width: 100%;
  height: 100%;
  padding-top: 5%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #002233;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 3vw;
  font-weight: 700;
}

.vert-text p {
  padding: 0;
  margin: 0;
  margin-right: 15%;
  font-size: 2.5vw;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-header {
  margin: 0;
  margin-left: 15%;
  margin-right: 15%; 
  padding: 3%;
  background: #bbaa99;
  border-radius: 100px 15px;
}

.header-hr {
  border-top: 3px solid;
  width: 25%;
}

.btn-primary {
  border: none;
  background: #002233;
  color: #bbaa99;
}

.btn-primary:hover {
  color: #002233;
  background: #bbaa99;
  border-style: solid;
  border-width: 6px !important;
  border-color: #002233;
}

.twitter-icon {
  border: none;
  border-radius: 50%;
  display: inline-block;
  font-size: 5vh;
  width: 5vw;
  height: 5vw;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 768px) {
	
    .text-header {
        margin: 0;
        padding: 12px;
        background: #bbaa99;
        border-radius: 50px 8px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .vert-text h1 {
        font-size: 4.5vw;
        font-weight: 700;
    }
    
    .vert-text p {
        font-size: 3.5vw;
    }
    
    .twitter-icon {
        border: none;
        margin: 6px;
        border-radius: 50%;
        display: inline-block;
        font-size: 56px;
        width: 56px;
        height: 56px;
        line-height: 136px;
        vertical-align: middle;
        text-align: center;
    }

     
}
