/* Import Google Fonts - Raleway and Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Roboto&display=swap');

/* This will allow the h100 Bootstrap classes and vertical centering to work as intended */
html {
	height: 100%;
}

body {
	background-color: #DFE0DF;
	font-family: 'Raleway', sans-serif
}

/* Color */

.orange-bg {
	background-color: #ea8232;
}

.text-brown {
	color: #663D1F;
}

/* Header */

header {
	height: 15vh;
}

/* Logo */

.logo {
	height: 9vh;
}

/* Footer */

footer {
	position: fixed;
	bottom: 0;
}

.social-link-container {
    margin: 0.5rem 0 !important;
}

.social-links {
	font-size: 2rem;
	padding: 0rem 2rem
}

.link-hover:hover {
	color: #DFE0DF;
}

.no-deco {
	text-decoration: none !important;
}

.footer-text {
	font-weight: 500;
}

.copyright {
	font-family: 'Roboto', sans-serif;
	color: #534439;
	font-weight: 700;
}
