@import url('https://cf.esyoil.com/assets/fonts/fonts.css');

html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.content {
    margin: 0 auto;
}

.content p {
    font-size: 1.3em;
}

.content a:hover {
    color: white;
}


.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item:last-of-type {
    padding-right: 0px;
}

.nav-item:hover {
    text-decoration: underline;
}


.content a,
.content a:visited {
    color: inherit;
}

.header {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: white;
}

.green {
    background-color: #20bf6b !important;
}

.orange {
    background-color: orangered !important;
}

.content .banner {
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}

.content .banner:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.content .banner p,
.content .banner a {
    color: white;
    text-align: center;
    padding: 5px;
}

.content .project img {
    width: 100px;
    vertical-align: top;
}

.footer {
    margin-top: 30px;
    margin-bottom: 10px;
    float: right;
    display: inline;
}

.skills {
    background-color: #4b7bec;
    margin: 0;
    padding: 0;
    color: white;
}


table {
    margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid grey;
    border-collapse: collapse;
}

th,
td {
    padding: 15px;
}


.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.login {
    width: 100%;
}

.login button {
    margin-top: 15px;
    background-color: #20bf6b;
    border: 0px;
    color: white;
    padding: 10px;
    font-size: 1.2em;
}

.full {
    width: 100%;
}

.items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.item img {
    width: 20%;
    float: left;
}

.item:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


.item-content {
    padding: 2px 16px;
    display: block;
    margin-left: 20%;
}

.item .descrption {
    font-size: 1em;
    margin-left: 20px;
    display: block;
    padding-bottom: 30px;
}

.item-content .price {
    display: block;
    width: 90%;
    text-align: right;
}

.button {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: white;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    background-color: #3867d6;
}

.image-slider {
    width: 50%;
    float: left;
    margin: 10px;
    padding: 10px;
    background-color: #cccccc;
    border-radius: 5px
}

.jumbotron {
    background-image: url('_views/imgs/jumbotron.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 50% 55%;
    height: 300px;
    border-radius: 0px;
    background-color: black;
}

.form-image {
    background-image: url('_views/imgs/form-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 55%;
    border-radius: 0px;
    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }

    .item {
        width: 80%;
    }

    .header {
        padding: 10px;
    }

    .content {
        width: 100%;
    }

    .image-slider {
        float: none;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .hide-on-none-mobile {
        width: 100%;
    }
}

.carousel-top {
    margin-bottom: 15px;
    margin-top: 15px;
}

.carousel-top-cell {
    width: 66%;
    height: 400px;
    margin-right: 10px !important;
    border-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#welcome {
    color: black;
}