

body {
    
    font-size:17px;
    line-height: 1.8;
    
}

a {
    color: #007bff;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #0b6bd3;
        outline: none;
        text-decoration: none;
    }
h2 {
    
    color: darkslateblue;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.mjumbotron {
     color: #fff;
    padding: 100px 25px;
    background-repeat: no-repeat;
    background-image: none;
    background: url(/img/intro-bg.jpg) center bottom;
}

.njumbotron {
    color: #fff;
    background-image: linear-gradient(45deg,#33a533,#175417 );
    padding: 10px 25px;
    border-radius: 4rem;
    border-radius: 4rem;
}
.jumbGRE {
    background-image: linear-gradient(45deg,#33a533,#175417 );
}
.jumbBLU {
    background-image: linear-gradient(45deg,#412398,#320869 );
}
.myrounded{
    border-radius:2rem !important;
}
.container-fluid {
    padding: 60px 50px;
}
.hdash::before {
    margin: 0 15px 10px 0;
}

.hdash::after {
    margin: 0 0 10px 15px;
}
.hdash {
   
    position: relative;
    color: #222222;
}

    .hdash::before, .hdash::after {
        content: "";
        width: 50px;
        height: 2px;
        background: #3498db;
        display: inline-block;
    }
.hdash2::before {
    margin: 0 3px 5px 0;
}

.hdash2::after {
    margin: 0 0 5px 3px;
}
.hdash2 {
   
    position: relative;
    color: #222222;
}

    .hdash2::before, .hdash2::after {
        content: "";
        width: 25vw;
        height: 1px;
        background: #3498db;
        display: inline-block;
    }
.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.navbar-collapse.in {
    display: block !important;
}


.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}

.row .col-lg-6.pt-5.pt-lg-0.order-2.order-lg-1.d-flex.flex-column.justify-content-center .slideanim.slide.text-primary {
    font-size: 50px;
}

.row .col-md-12 .btn.btn-primary {
    padding: 3px;
}

.bg-light {
    background: #fbfbfb !important;
}
#myPage #portfolio {
    background: #ecf5ff;
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1)inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1)inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    padding:13px;
    transition: background 0.5s;
    z-index: 11;
}
#footer {
    padding-top :30px;
    padding-bottom :30px;
    background-color: darkslateblue;
    color: white;
}
#my-footer {
    padding-top :15px;
    padding-bottom :5px;
    background-color: blueviolet;
    color: white;
}

    #footer h4 {
    color: white;
    }

    #footer ul {
        color: white;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer .footer-links a {
        color: white;
        list-style: none;
    }
    #footer .social-links a:hover {
        background: #0067d5;
        color: #fff;
    }
    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #007bff;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    #footer h4 {
        color: white;
        padding-top: 30px;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    
}

