.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}

html, body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
html{
	    background: url('assets/featured-bg.webp') no-repeat top center;
        background-size: cover;
}

body .wrapper {

    position: relative;
    max-width: 1320px;
    height: 100%;    
    margin: 0px auto 0 auto;
}

body .wrapper .left {
    float: left;
    width: 48%;
}
.row
{
	 padding: 50px 30px 30px 50px;
}


body .wrapper .right {
    float: right;
	width: 48%;
}
body img.couple
{
	    max-width: 100%;
}

body .logo img,
body .fblink img

 {
    pointer-events: none;
    max-width: 100%;
}

body .logo {
    display: block;
}

body .fblink {
    position: absolute;
    right: 30px;
    top: 30px;
}

body .top_headline {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2b4667;
    font-size: 21px;
}

body .main_headline {
    color: #776d59;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.3;
    margin: 0;
}

body .paragraph {
    font-weight: 400;
    font-size: 16px;
    color: #2b4667;
    line-height: 1.4;
}

body .bottom_headline {
    font-weight: 500;
    font-size: 15px;
    color: #2b4667;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

body .wrapper .button {
    background: #ffffff;
    color: #978a71;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 16px;
    display: block;
    max-width: 200px;
    text-align: center;
    border-radius: 13px;
    border: 1px solid #978a71;
}

body .wrapper .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

body .wrapper .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

body .wrapper .footer .inline_container {
    padding: 0 30px 30px 50px;
    display: flex;
    align-items: center;
}

body .wrapper .footer .inline_container .flex_left {
    max-width: 810px;
}

body .wrapper .footer .inline_container .flex_right {
    margin: 0 0 0 auto;
}

body .wrapper .footer .contact_details {
    text-align: right;
}

body .wrapper .footer .contact_details p {
    margin: 0;
    font-weight: 500;
    font-size: 8px;
    line-height: 1.25;
}

@media (max-width: 1050px){

    body .wrapper .footer .inline_container {
        display: block;
    }

    body .wrapper .footer .inline_container .flex_left {
        margin-bottom: 10px;
        max-width: 500px;
    }

    body .wrapper .footer .inline_container .flex_right {
        margin: auto;
    }

    body .wrapper .footer .contact_details {
        text-align: left;
    }

}

@media (max-width: 700px){

    body .wrapper {
        width: calc(100% - 80px);
        height: 100%;
        background-size: cover;
        background-position: -700px center;
        margin: auto;
    }

    body .top_headline {
        font-size: 18px;
    }

    body .main_headline {
        font-size: 25px;
        max-width: 300px;
    }
		body .wrapper .left {
		width:100%;
		clear:both;
	}
	body .wrapper .right {
		width:100%;
		clear:both;
	}

}

@media (max-width: 480px){

    body .wrapper {
        width: calc(100% - 20px);
        background-position: left;
        
    }

    body .row {
        padding: 20px;
    }

    body .fblink {
        top: 0;
        right: auto;
        margin: auto;
        position: relative;
        text-align: center;
        display: table;
		padding-top: 20px;
    }

    body .logo {
        text-align: center;
    }

    body .top_headline {
        text-align: center;
    }

    body .main_headline {
        max-width: 100%;
        text-align: center;
    }

    body .paragraph {
        text-align: center;
    }

    body .wrapper .button {
        margin: auto;
    }
	body .wrapper .left {
		width:100%;
	}
	body .wrapper .right {
		width:100%;
	}

}