@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background-color: #fff;
}

.navbar-brand {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

.navbar-inverse .navbar-brand {
    color: #ddd;
}

.navbar-inverse {
    background-color: transparent;
    border: 0px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.mt-main {
    margin-top: 120px;
}

.mt-row {
    margin-top: 80px;
    margin-bottom: 80px;
}

#headerwrap {
    background: url(../img/katarina-bajic-wide.jpg) no-repeat center top;
    padding-top: 350px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 600px;
    width: 100%;
    color: #000;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    font-weight: 700;
    font-size: 70px;
}

#headerwrap h2 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

#headerwrap h3 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}

.btn {
    margin-right: 15px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.btn-transparent:hover {
    background-color: white;
    border: 1px solid white;
    color: #010101;
}

h3 {
    font-weight: 400;
}

p {
	font-weight: 400;
}

#gwrap {
    background-color: #fbfcfe;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #eff0f2;
    width: 100%;
}

#gwrap .mac {
    padding-left: 0px;
    margin-left: 0px !important;
}

#blackwrap {
    background-color: #272729;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eff0f2;
    width: 100%;
    color: white;
}

#blackwrap h2 {
    color: white;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.blackwrap-content {
	width: 70%;
	margin: 0 15%;
}

#blackwrap p {
	font-size: 18px !important;
	line-height: 28px !important;
}

.block {
    background-color: #fff;
    border-radius: 5px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 10px;
    text-align: center;
}

.block .fa {
    color: #2cce78;
    font-size: 22px;
}

.block h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.block p {
    font-weight: 400;
    font-size: 16px;
}

input {
    font-size: 18px;
    min-height: 50px;
    border-radius: 40px;
    line-height: 24px;
    padding: 16px 30px 20px;
    border: none;
    margin-bottom: 10px;
    background-color: #e9f0f2;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.subscribe-input {
    float: left;
    width: 70%;
    text-align: left;
}

.subscribe-submit {
    position: absolute;
    right: 0;
    padding-left: 28px;
}

/* Button used in the footer - contact form */
.btn-submit {
    color: #fff;
    font-size: 18px;
    min-height: 60px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
    padding: 16px 20px 20px;
    z-index: 1;
    position: relative;
    border: none;
    background: #2cce78;
}

.align-center { text-align: center; }

.white, .gray {
    padding: 40px 0;
}

.gray {
    background: #f8f8f8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}