* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

}

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
}

.btn-primary, .btn-default {
    background-color: #f54e96;
    color: white;
}

.navbar-brand img {
    height: 100px;
    margin-top: -15px;
}

.navbar-inverse {
    padding 0 !important;
}

#navbar ul li a {
    margin-top: 20px;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}

.navbar ul li a:hover {
    color: #f54e96 !important;
}

#topImage {
    text-align: center;
    background-image: url(/images/beta2.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 600px;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar {
    background-color:  white !important;
    border: none;
}

.icon-bar {
    background-color:  black !important;
}

.container-fluid h1 {
    margin-top: 200px;
}

.col-md-3 {
    text-align: center;
}

#icon1 {
    height: 130px;
}

hr {
    border-color: #f54e96 !important;
}

#box {
    background-color: #f0f0f0;
    min-width: 100%;
}

#boxText {
    font-size: 16px;
    color: black;
    padding: 5px;
    text-align: center;
}

h2 {
    margin-bottom: 10px;
    padding: 10px;
}

footer {
    background-color: #4d4d4d;
    color: white;
    font-size: 16px;
    text-align: center;
}

footer p {
    padding: 30px;
}

footer a {
    color: #f54e96;
}

#social {
    background-color: #e5e5e5;
    
}

#connectHeader {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 20px;
    color: black;
    
}

.aboutUs {
    font-size: 18px;
    list-style: none;
}

.fa-star {
    margin-right: 5px;
}

.aboutUs li {
    margin-top: 10px;
}

h1 {
    font-size: 40px !important;
    padding: 5px;
}

#social a {
    color: #f54e96;
}

#topImage li {
    list-style: none;
}


.fa-envelope {
    font-size: 13em !important;
    color: #adadad;
    overflow: hidden;
}

.fa-arrow-circle-down {
    font-size: 8em !important;
    color: #adadad;
}

#contactText {
    font-size: 2em;
}

.fa-users,
.fa-line-chart,
.fa-handshake-o,
.fa-twitter {
    font-size: 6em !important;
}

.services {
    box-shadow: 5px 5px 12px #5d5d5d;
}
.heading {
    font-family: 'Anton', sans-serif;
    
}
#tagLine {
    margin: 0 auto;
    margin-bottom: 20px;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #1883bc;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}