@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fredoka', sans-serif;
}

.logosquare {
	float: left;
    margin-right: 35px;
    height: 165px;
}

h2, .h2 {
    font-size: 26px;
}

i.fa {
    font-size: 24px;
    padding: 0 10px;
    float: left;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    text-transform: uppercase;
}

.t4-offcanvas .t4-off-canvas-header {
    background-color: #1c1c1c;
}

.t4-offcanvas .t4-off-canvas-header .close span {
    font-size: 30px;
}

#Mod143 .module-ct.col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
}

.category-module.mod-projects .mod-project-item {
	max-width: 305px;
    max-height: 277px;
}

form input, form textarea, form button {
	width: 100%;
    background: none;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
}

div#t4-section-7 {
    max-height: 550px;
}

#t4-section-7 {
    /*padding-top: 6em;*/
}

#Mod105, #Mod144 {
	padding-top: 6em;
}

#t4-hero .bg-overlay-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
.logosquare {
	float: none;
    display: block;
    margin: 0 auto;
}
}
