body{
  background: url("cover02F.jpg") no-repeat  center fixed;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {
  margin-top: 100px;
  max-width: 1100px;
}

.box-wrapper {
   background: rgba(0,0,0,0.7);
  border: 1px solid rgb(0.316,0.211,0,0.627);
  border-radius: 4px;
  padding: 30px;
}

.button {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.4);
    color: #F7F3F3;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px #F7F3F3;
    -moz-box-shadow: 0px 0px 0px 3px #F7F3F3;
    box-shadow: 0px 0px 0px 3px #CDC4C4;
}
.button:hover {
  background: #CDC8C4;
}
.button:active {
    background-color: rgba(0,0,0,0.4);
}
.button:{
    background-color: rgba(0,0,0,0.4);
}

#facebookBtn {padding-top:10px;color: #F7F3F3;padding-bottom:35px;font-size: 100%;}
#instagramBtn {padding-top:10px;color: #F7F3F3;padding-bottom:35px;font-size: 100%;}
#introText {padding-top:50px;color: #F7F3F3;padding-bottom:10px;font-family: 'Montserrat';font-size: 150%;}
#mainText {padding-top:35px;color: #F7F3F3;padding-bottom:35px;font-size: 115%;}

img {
    height: 140px;
    width: auto;
}
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.4);
    color: #F7F3F3;
    text-align: center;
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.4);
    color: #F7F3F3;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}


.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}
.round.hollow.bright {
    color: #F7F3F3;
    background-color: rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 0px 3px #F7F3F3;
    -moz-box-shadow: 0px 0px 0px 3px #F7F3F3;
    box-shadow: 0px 0px 0px 3px #F7F3F3;
}
