body {
    font-family: 'Rubik', sans-serif;
}

.container {
    max-width: 1000px;
    width: 80%;
}

.jumbotron {
    background: url(images/jumbotron.png) no-repeat left top;
    background-size: cover;
    color: #fff;
    margin: 0;
    height: 100vh;
    width: 100%;
    border-radius: 0px;
}

.jumbotron h1 {
    font-size: 70px;
    text-align: right;
    margin-left: 600px;
}

@media only screen and (max-width: 1200px) {
    .jumbotron h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 900px) {
    .jumbotron h1 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .jumbotron h1 {
        display: none;
    }
    h1 {
        font-size: 20px;
    }
    #services ul {
        font-size: 12px;
        margin-left: -15px;
    }
    #AboutUsText {
        font-size: 12px;
    }
    .navbar-brand img {
        height: 30px;
    }
    #about img {
        width: 75vw;
        margin: auto;
        padding-bottom: 15px;
    }
}

#home .btn {
    background-color: rgba(69, 38, 106, 0.8);
    color: #fff;
    font-size: 20px;
    border-radius: 9px;
    border: solid 1px #22003D;
    position: absolute;
    bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 250px;
    padding: 10px;
}

#home .btn:hover {
    background-color: rgba(69, 38, 106, 1);
}


/* Back to top button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: solid 1px #fff;
    outline: none;
    background-color: rgba(69, 38, 106, 0.6);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: rgba(69, 38, 106, 1);
    /* Add a dark-grey background on hover */
}

#ContactForm .btn {
    background-color: rgba(69, 38, 106, 0.8);
    border: solid 1px #22003D;
}

#ContactForm .btn:hover {
    background-color: rgba(69, 38, 106, 1)
}

#myCarousel {
    /* width: 50%; */
    margin: 0 auto;
    margin: 15px 0;
}

.carousel-inner .carousel-item img {
    width: 100%;
    margin: 0 auto;
}

#services {
    padding-top: 75px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

#services ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#services ul li:before {
    content: "• ";
}

#about {
    padding: 80px 0 20px 0;
    background-color: rgba(69, 38, 106, 1);
    color: #fff;
}

#contact {
    padding: 80px 0 45px 0;
}

#AboutUsImage {
    width: 350px;
    float: left;
    margin: 10px;
}

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
    background-color: grey;
    margin-top: 25px;
}

.footer {
    background-color: rgba(69, 38, 106, 1);
    height: 70px;
    color: #fff;
    padding-top: 20px;
}


/* Style Navbar */

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    display: none;
}

#Copyright {
    float: left;
}

#PocketPaul {
    float: right;
    padding-right: 10px;
}

#PocketPaul a:link, #PocketPaul a:visited, #PocketPaul a:hover {
   color: #FFF;
}