
body {
	line-height: 1.2;
    height: 100%;
	font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.content{
    background: #ffffff url('../img/body_bg.png') no-repeat center top;
    background-size: cover;
    color: #000;
    padding-top: 60px;
}

.img-responsive{
    max-width: 100%;
}

.logo img{
    display: inline-block;
    max-width: 100%;
    width: 470px;
    cursor: pointer;
}

.website-link{
    float: right;
    font-size: 7rem;
    font-weight: 700;
    color: #060808;
    border-bottom: 6px solid #060808;
    padding-top: 350px;
    cursor: pointer;
    margin-right: 140px;
}

.website-link:hover,
.website-link:focus{
    text-decoration: none;
    color: #e4e4e4;
}

#main-text {
    margin: 190px 0px 69px;
    background: #ffffff4f;
    padding: 20px;
}

#main-text h1{
    font-size: 5rem;
    font-weight: 700;
    color: #060808;
}

#main-text h3{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
}

#main-text .text-info{
    color: #000;
    font-size: 2.2rem;
    padding-top: 20px;
}

.with-logos{
    padding:40px 0px;
}

.with-logos p{padding-top: 18px;}

.with-img{
    text-align: right;
    padding-top: 60px;
}

.with-img img{
    float: right;
    width: 230px;
}

.rest-of-tex p{
    padding: 5px 0px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.footer-logo {
    padding: 50px 0px;
    text-align: center;
    margin-top: 90px;
}

.footer-logo img{
    width: 400px;
    margin: 0 auto;
}

footer {
    padding-top: 30%;
    background: #ffffff url('../img/footer_bg.png') no-repeat center top;
    background-size: cover;
}

/**********************************
Media Queries
***********************************/

@media only screen and (max-width: 1200px) {
    .with-logos p {
       padding-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .website-link { padding-top: 210px;}
}

@media only screen and (max-width: 767px){
      .website-link {
        padding-top: 110px;
        margin-right: 0px;
        float: left;
        font-size: 4.5rem;
    } 

    #main-text {
        margin: 107px 0px 69px;
        background: #ffffff8a;
    } 

    #main-text h1 {
        font-size: 4.2rem;
    }
    
    .with-logos {
        padding: 25px 0px;
    }
    
    .with-logos p {
        padding-bottom: 15px;
    }
}

