/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  background: #fdfdfd;
}

* { font-family: 'Bai Jamjuree', sans-serif !important; }

section { padding: 100px 0; }
section#intro { padding-top: 0; }
#introrow { margin-top: -100px; }

header { background: url(../img/trees.jpg) 50% 50% no-repeat; background-size: cover; padding-bottom: 200px; height: 60vh; }

h1 { color: #ed145b; font-weight: 700 !important; line-height: 100% !important; }
h1 span { color: #fff; }

.bg-dark { background: #32004b !important; }

.text-pink { color: #ed145b; }
.text-purple { color: #32004b; }

.card { border: none; border-radius: 0; box-shadow: 0 0 5px #999; }

.btn-primary { background: #ed145b; border-radius: 0; border: 1px solid #ed145b; }
.btn-primary:hover  { background: #32004b; border-radius: 0; border: 1px solid #32004b; }

#logos img { width: 100%; margin-bottom: 30px; }

#give h4 { margin-bottom: 50px; font-weight: bold; }
#give h4 span { color: #ed145b; }

#go { background: url(../img/beach.jpg) 50% 50% no-repeat; background-size: cover; padding-top: 200px; padding-bottom: 200px; }
#go p { font-size: 1.2rem; line-height: 2rem;}

.btn-secondary { background: #32004b; border-radius: 0; border: 1px solid #32004b; }
.btn-secondary:hover  { background: #ed145b; border-radius: 0; border: 1px solid #ed145b; }

p a, p a:hover, address a, address a:hover { color: #ed145b; }

#bowstern { width: 150px; }
#workman { width: 130px; }

input.btn-primary { padding: .5rem 1rem; font-size: 1.25rem; }

.note { font-size: 90%; font-style: italic; }


@media (min-width: 1400px) {}


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

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

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

@media (max-width: 575px) {
    header {  height: 80vh; }
    .firstline { padding-top: 40px; }
    #go { padding-top: 50px; }
    #serve h2 { margin-bottom: 0!important; }
    section { padding: 50px 0; }
}