/*
font-family: 'Lora', serif;
font-family: 'Raleway', sans-serif;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

@media (max-width: 500px) {}

background:url(../images/slide-page.jpg) top center repeat;

<div class="container">
    <div class="row">
        <div class="col-sm-12"></div>
    </div>
</div>

.scrollup {
	width: 40px;
	height: 40px;
    border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	color: white;
	background-color: #a9acbb;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	
}

.scrollup:hover {
	color: white;
	background-color: #353441;
}

*/
body {
    font-family: 'Barlow', sans-serif!important;
}

header {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0;
    border-bottom: 5px solid #1d8398
}

section {
    padding: 60px 0;
}

a {}

a:hover {
	text-decoration: none;
}

.center {
    text-align: center;
}

h1 {
    color: #1d839b!important;
    text-transform: uppercase;
    text-align: center;
    width: 100%; 
    font-weight: 700!important;
    font-size: 24px!important;
    margin-bottom: 60px!important;
}

h1.two {
    margin-bottom: 20px!important;
}

h2 {
    color: #1d839b!important;
    text-transform: uppercase;
    text-align: center;
    width: 100%; 
    font-weight: 700!important;
    font-size: 18px!important;
    margin-bottom: 30px!important;}

h3 { color: #fff!important;
    background-color:#1d839b;
    text-transform: uppercase;
    text-align: center;
    width: 60%; 
    margin: auto;
    font-weight: 400!important;
    font-size: 14px!important;
    padding: 10px;
margin-bottom: 40px!important;}

h4 {}

p {
    color: #58585a!important;
    font-size: 14px!important;
}

p a {}

p a:hover {}

p.bot {
    padding-left: 10%;
    margin-top: 10%;
}

.vert {
    font-weight: 700!important;
    color: #1d8398;
    font-size:16px;
}

.full {
    width: 100%;
    height: auto;
}

.clear {
    height: 30px;
    clear: both;
}

blockquote {}

hr {
    border-top: 1px solid #1d8398!important;
    width: 50%;
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}

blockquote {
    border-left: 5px solid red!important;
}

.scrollup {
	width: 40px;
	height: 40px;
    border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	color: white;
	background-color: #1d8398;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	
}

.scrollup:hover {
	color: white;
	background-color: #353441;
}

footer {
    width: 100%;
    padding: 50px 15px;
    text-align: center;
    background-color: #e7e7e7;
}



