*, body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.fullheight {
	background: url(../images/paragraph.jpeg) no-repeat;
	background-size: cover;
}

.fullheight .row {
	height: 100vh;
}

.contact {
	background-color: #15233e;
	clip-path: polygon(37% 0, 100% 0, 100% 100%, 0 100%);
	padding-left: 15%;
}

.contact h3 {
	color: #c19a4c;
    text-align: left;
	font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact p, .contact a {
	color: #A8A8B7;
    text-align: left;
	font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 10px;
}

.fa-solid {
    margin-right: 10px;
}

@media screen and (max-width: 576px) {
	.fullheight {
		background-position-x: -250px;
	}
	
	.fullheight .row {
		align-items: flex-end;
	}
	
	.contact {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		height: 40%;
        padding-left: 15px;
	}
	
	.contact h3 {
		font-size: 20px;
		text-align: center;
	}
	
	.contact p, .contact a {
		font-size: 14px;
	}
	
	.icons {
		margin: 0 auto;
	}
}