/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
    color: black;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #44066b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: black;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #650F97;
}

hr.star-primary {
    border-color: #650F97;
}

hr.star-primary:after {
    color: #650F97;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background-image: url("../header.jpeg");
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}


@media(min-width:768px) {
    header .container {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

.menu-section{
    background: #F5DCF5;
}

.menu-section hr.star-light{
   border-color: black;
}

.menu{
    margin: 10px;
    padding: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background: white;
}
.menu img{
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.menu:hover{
    box-shadow: 0 .50rem 1.2rem #650F97;
}
.menu-section .download{
    padding: 20px;
    text-transform: uppercase;
    font-family: sans-serif;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px black;
    font-size: 20px;
    color: black;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #650F97;
    color: #c525b9;
    background: #fff;
}


footer p, footer h3, footer a{
    color: #fff!important;
}
footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #650F97;
    color: white;
}


footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #c525b9;
    color: black;
}
.footer-below p, .footer-below a{
    color: black!important;
    font-size: 14px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-social i:hover, .btn-social:hover {
    color: black;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

form{
    padding: 30px;
    color: black;
    
}
.btn-primary{
    background: black;
}
.item img{
    max-height: 350px;
    max-width: 1200px;
}
.img-full {
    min-width: 100%;
}
.gallery .star-light{
    border-color: #650F97;
    margin-bottom: 30px;
}
.gallery-item img{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    margin-bottom: 25px;
    border-radius: 7px;
}
.gal-info{
    margin-top: 60px;
    margin-bottom: 30px;
    background: #F5DCF5;
    padding-right: 250px;
    padding-left: 250px;
    padding-top: 35px;
    padding-bottom: 35px;
}
@media(max-width:767px) {
    .gal-info{
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    }
}
.gal-info p{
    font-size: 16px;
}
.gal-info .pretty, .gal-info .pretty-l {
    font-family: Arial;
    font-size: 18px;
    color: #650F97
}
.gal-info .pretty-l{
    margin-bottom: 50px;
}