@charset "UTF-8";
/* CSS Document */
/* INVESTMENTS.CSS */

.invbg1 {
    background-image: url("../GSL-investments/imagesINV/BGcity1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
.invbg2 {
    background-image: url("../GSL-investments/imagesINV/BGcity5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
.invstyle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    font-stretch: normal;
    line-height: 1.625;
    padding-bottom: 60px;
    padding-top: 100px;
    min-height: 90vh;
    }
.invstyle h1 {
    font-family: 'Prata', serif;
    color: #fff;
    line-height: 1.5;
    padding-bottom: 20px;
    }
.invstyle h4, .invstyle h6 {
    font-family: 'Prata', serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
    }
.semitrans {
    background-color: rgba(0,0,0,0.5);
    }
.quoteblock {
    text-align: right;
    padding-right: 40px;
    }
.quoteblock h1 {
    text-shadow: 4px 4px 4px #000;
    }
.textblock {
    background-color: rgba(0,0,0,0.5);
    text-align: left;
    padding: 20px 40px 20px 40px;
    border-left: 2px solid #B39E70;
    }
.textblock h4 {
    color: #B39E70;
    }

/* INVESTMENTS FOOTER */
.profoot {
    background-color: #F4F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #B39E70;
    }
    
footer.profoot a {
    color: #000;
    text-decoration: none;
	}

footer.profoot a:hover {
    text-decoration: underline;
	}



.foot1logo {
    text-align: center;
    }

.foot2 {
    border-left: 1px solid #B39E70;
    }

.foot3logo {
    text-align: center;
    }

.foot4 {
    border-left: 1px solid #B39E70;
    }
    
@media (max-width: 767px) {
    .foot1logo, .foot3logo {
        border: 2px solid #B39E70;
        border-radius: 10px;
        padding-top: 15px;
        }
    }
/* END FOOTER */

.creditspro {
    background-color: #000000;
	background: linear-gradient(180deg, rgba(80,80,70,1) 0%, rgba(0,0,0,1) 100%);
	color: #aaa;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 14px;
	text-align: center;
	}
.creditspro a:link {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:visited {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
.creditspro a:active {
    color: #aaa;
    text-decoration: none;
    }