body {
    background-color: #e7decc;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

.bold {font-weight: 700;}

.container{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,230,207,1) 50%, rgba(242,230,207,1) 100%);
    width: 1150px;
    margin:0 auto;
    box-shadow: 0px 0px 70px rgba(0,0,0, 0.1);
    overflow: hidden;
    position: relative;;
}

a.logo {
    position: absolute;
    top: 45px;
    display:block;
}

.rightslide {
    background: url("images/rightslide.png") no-repeat;
    width: 752px;
    height: 921px;
    position: absolute;
    right: 0;
    top: 0;
}

.banner {
    height:555px;
    margin: 270px 0 70px;
    width:1150px;
    background-color: #ffbf00;
    border-style: solid;
    border-width: 0 0 30px;
}

.banner h2 {
    font-family: 'Agdasima', sans-serif;
    font-weight: 700;
    font-size: 115px;
    margin: 10px 0 0 40px;
}

.banner h2 span {
    display:block;
    font-weight: 400;
    margin: 45px 0;
}

.content *{
    font-family: 'Roboto Condensed', sans-serif;
}

.content h3 {
    margin: 30px;
    font-size: 40px;
    color: #ffbf00;
}

ul.trippleflex {
    display: flex;
    list-style: none;
    text-align: left;
    margin:20px 0 50px;
}

ul.trippleflex li {
    border-right: #ffbf00 solid 5px;
    padding: 10px 50px;
    flex: 1;
}

ul.trippleflex li:last-child {
    border:none;
}

ul.trippleflex li h4 {
    margin: 10px 0;
    font-size: 20px;
}

ul.trippleflex li p {
    margin: 15px 0;
    font-size: 18px;
}

.lowerlines {
    margin: 20px 0 50px;
}

.lowerlines p {
    margin: 6px 50px;
    font-size: 18px;
    font-weight: 300;
}

.footer {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    height:172px;
    font-weight: 300;
}



.footer .phone {
    background: url("images/flbg.png") no-repeat;
    color: #444;
    font-size: 24px;
    width: 572px;
    position: absolute;
    padding-top: 50px;
    height: 123px;
}

.footer .phone img {
    position: absolute;
    top: 50px;
    left: 75px;
}

.footer .phone p {
    margin-left: 160px;
}

.footer .btwnr {
    position: absolute;
    font-size: 24px;
    color:#e7decc;
    background: url("images/frbg.png") no-repeat;
    top: 54px;
    right:0;
    width: 498px;
    padding-top: 25px;
    padding-left: 582px;
    height:148px;
}

.footer .btwnr p {
    margin-left: 85px;
}

.footer .btwnr img {
    position: absolute;
    top: 35px;
    left: 590px;
}

.socialmedia {
    display: flex;
}

.socialmedia a{
    height: 85px;
    flex: 1;
    padding: 45px 0 0 160px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #444;
}

.socialmedia .facebook {
    background: url("images/fb.png") no-repeat 50px center;
}

.socialmedia .instagram {
    background: url("images/insta.png") no-repeat 50px center;
}