h1 {
    font-family: 'Noto Serif', serif;
}

.btn {
	border-radius: 25px;
}
p {
	font-family: Calibri, sans-serif;
	font-size: 16px;

}
.col-md-12{

background-color: rgba(255,255,255,0.90);
   

}

input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
    background: #f5f5f5;
    border: 1px solid transparent;
    width: 90%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

textarea {
    width: 90%;
    border: 1px solid transparent;
    background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

.site-title {
    font-size: 30px;
    line-height: 52px;
    color: black;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: 300;
    font-family: 'Noto Serif', serif;
}

.home h1 {
	font-size:73px;
}

.align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 40%;
    z-index: 2;
}

.main-navigation .menu li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4c4c4c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.module.widget-handle {
    padding: 0 px;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin: 0;
    display: none;
}

.widget input[type="submit"] {
    border: none;
    margin-top: 5px;
    font-size: 17px;
}
#site-navigation .search-widget-handle {
    display: none;
}
.current_page_item a {
    color: #4176ba!important;
}
.fa {
	font-size: 17px;
}


@media (min-width: 992px){
.col-md-12 {
    width: 80%;
    margin-left: 9%;
}
}

@media (max-width: 1074px){
br {
    display: unset;
}
}

@media only screen and (max-width: 700px) {
		.btn-white, .image-bg .btn, .image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
    margin-bottom: 15px;
}

}
/*@media only screen and (max-width: 1024px) {
	h1, .site-title {
		
	   }

							   
}*/