@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700&display=swap');
body {
    margin: 0;
    padding: 0;
    color: #636363;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,.7);
    font-size: 18px;
    font-weight: 300; 
    z-index: 9;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 35px 0 0;
}
.menu li {
    list-style-type: none;
    padding: 0 15px;
}
.menu li a {
    text-decoration: none;
    color: #000;
}
.menu li:hover a{
    color: #777;
}
.logo {
    text-decoration: none;
    color: #000;
    padding: 15px 50px;
}
.slider {
    display: flex;
    flex-direction: row;
}
.col-left ,
.col-right {
    position: relative;
    width: 50%;
    height: 80vh;
}
.col-left {
    overflow: hidden;
}
.col-left img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.info {
    padding: 150px 200px;
}
.info h1 {
    margin: 0;
    font-size: 80px;
    font-weight: 300;
}
.line {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 60px;
    height: 2px;
    background: #777;
    vertical-align: middle;
}
.info-line {
    font-size: 22px;
    color: #777;
}
.info p {
    margin: 60px 0;
    line-height: 25px;
}
.home-about {
    background: #a7c2bc;
}

.cols {
    display: flex;
    flex-direction: row;
}
.home-about .col-left,
.home-about .col-right {
    padding: 150px 0px;
    height: auto;
}
.home-about .col-right p {
    padding: 0 0 0 200px;
    line-height: 25px;
}
.big-font {
    font-size:24px;
    padding: 0 60px 0 0;
    line-height: 40px;
}
.col-left h4,
.col-right h4 {
    font-size: 24px;
    font-weight: 300;
}
.btn-dark {
    margin: 0 0 0 200px;
    padding: 10px 45px;
    background: #849692;
    display: table;
    color: #fff;
    text-decoration: none;
}
.btn-dark:hover {
    background: #fff;
    color: #000;
}

.home-bottom {
    height: 700px;
}

.home-bottom .col-left,
.home-bottom .col-right {
    height: auto;
}
.home-bottom .col-left {
    overflow: visible;
}
.col-img {
    position: relative;
    height: 100%;
}
.col-img img {
    height: 550px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}

.col-form {
    padding: 0 0 0 200px;
    line-height: 25px;
}
.col-form table {
    width: 100%;
}
.form-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form-col input {
    width: 100%;
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    font-size: 16px;
}
.col-form textarea {
    width: calc(100% - 45px);
    height: 100px;
    font-size: 16px;
    padding: 5px 15px;
}
.col-form input,
.col-form textarea {
    border: 1px solid #eee;
}

.col-form form {
    margin: 60px 0;
}
.col-form button {
    padding: 15px 15px;
    display: block;
    width: calc(100% - 15px);
    border: 0;
    background: #a7c2bc;
    color: #fff;
}








.footer {
    clear: both;
    padding: 15px 0;
    background: #111;
}

