body { margin: 0; padding: 0;}


       /* Jumbo */

.navbar {
    color: #fff;
    border-bottom-style: solid;
    border-width: 1%;
    border-color: #287aff;
}


       /* Jumbo */

.jumbotron {
    background: linear-gradient(0deg, #0087ff 0%,#2f59ef 100%);
    color: #ffffff;
}
.jumbotron h1 { 
    margin-top: 10%;    
    font-size: 5em;        
}
.jumbotron p {
    margin-bottom: 10%; /* No button margin */
/*  margin-bottom: 2%; /* Button margin */
    font-size: 2em;
}
.jumbotron button { 
    margin-bottom: 10%;
}


       /* Offer */

#offer {
    text-align: center;
    padding-bottom: 4%;
    background-color: #fff;
}
#offer h3 {
    font-size: 2em;
    padding-top: 1%;
    padding-bottom: 3%;
}


       /* About */

#about {
    background-image: url("img/1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    width: auto; height: auto;
    text-align: justify;
}
#about h3 {
    color: #fff;
    padding-top: 4%;
    padding-bottom: 2%;
}
#about p {
    padding-bottom: 4%;
    color: #fff;
}


       /* Contact info */

#contact {
    text-align: center;
    
    background: linear-gradient(0deg, #2f59ef 0%,#0087ff 100%);
    color: #ffffff;
    padding-bottom: 3%;
}
#contact h3 {
    font-size: 2em;
    padding-top: 3%;
    padding-bottom: 3%;
}
#contact i {
    font-size: 3em;
    color: #ffffff;
    padding-bottom: 4%;
}



#footer {
    color: #287aff;
}


        /* Back to the top button */

#backTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #287aff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 15px 5px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 30px;
    transition: 10s;
}
#backTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


        /* Misc */
.text-left {
    margin-top: .5%;
    margin-bottom: .5%;
}


       /* Offer page */

#offer_row {
	text-align: center;
	padding: 5%;
}
#offer_row img {
	margin-bottom: 2%;
}
#offer_nav {
	background-color: #287aff;
    border-bottom-style: none;
}
#offer_nav a {
	color: #fff;
}

