/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body {
    height: 100%;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
	color: #333;
    margin-bottom:2rem;
}

p {
    font-size: 1.6rem;
    line-height: 1.75;
}

p.large {
    font-size: 1.6rem;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
	text-decoration:none;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #000;
    background-color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.quote{
	color: #aaa;
}

.email{
	color: #fff;
	font-size:3rem;
}

header {
    height: 100%;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    /*background-image: url(../img/header-bg.jpg);*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 50%;
    padding-bottom: 50%;
}

header .intro-text .intro-heading {
	color:#333;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 6rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 50%;
        padding-bottom: 50%;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 8rem;
        font-weight: 700;
        line-height: 8rem;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    section {
        padding: 15rem 0;
    }
    
    section h3.section-subheading {
        margin-bottom: 8rem;
        text-transform: none;
        font-family: Montserrat,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 2rem;
        font-weight: 400;
    }
    
    .email{
        font-size: 4rem;
    }

}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
}

section h3.section-subheading {
    margin-bottom: 4rem;
	text-transform: none;
	font-family: Montserrat,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}

.mail-label {
	margin-bottom: 0px;
	text-transform: none;
	font-family: Montserrat,"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
}

.mail{
    margin-bottom: 2.5rem;
}

#me {
    padding: 4rem 8rem;
}

#contact {
    padding: 4rem 4rem;
}

.team-member {
    margin-bottom: 5rem;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    /*border: 7px solid #fff;*/
}

.team-member h4 {
    margin-top: 2.5rem;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 2.5rem 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 4rem;
}

ul.social-buttons {
    margin-bottom: 0;
}

i {
    
}

ul.arrow {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
    color:#000;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}
