@import "../fonts/Geometria/stylesheet.css";

body {
    background: url('../images/bg.png') center top no-repeat;
    background-size: cover;
    height: 953px;
    margin: 0;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

header .logo {
    background: url('../images/logo.png') no-repeat;
    width: 231px;
    height: 117px;
    margin-right: 165px;
}
header > * ,
header .header_info > * {
    display: inline-block;
    vertical-align: middle;
}
header .header_info a {
    text-decoration: none;
}
header .header_info .header_info__email ,
header .header_info .header_info__phone {
    font: bold 22px Geometria;
    color: #ffffff;
    padding-left: 35px;
    margin-right: 55px;
}
header .header_info .header_info__email {
    background: url('../images/email.png') left center no-repeat;
}
header .header_info .header_info__phone {
    background: url('../images/phone.png') left center no-repeat;
}
header .header_info .header_info__mailto {
    background: #ffffff;
    font: bold 14px Geometria;
    color: #920ede;
    padding: 15px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
}
footer {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font: 500 18px Geometria;
    color: #ffffff;
}
.medcraft_body {
    padding: 50px 0 0 100px;
}
.medcraft_body h1 {
    font: bold 68px Geometria;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.medcraft_body .top_text {
    font: bold 32px Geometria;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.medcraft_body .top_text span {
    font: 800 32px Geometria;
}
.medcraft_body .bordered_text {
    background: url('../images/text_line.png') center left no-repeat;
    font: 500 26px Geometria;
    padding-left: 10px;
    color: #ffffff;
}
.medcraft_body .body_text {
    font: 500 20px Geometria;
    color: #ffffff;
}
.medcraft_body .body_text span {
    font-weight: bold;
}