@media screen and (min-width: 851px) {
#search_engine_optimization{
    width:500px;
    height: 300px;
}
    .carousel-caption {
        top:50px;
        left: 50px;
        text-align: left;
    }
    .lgNavPad{
        padding-right: 5%;
        padding-left:17%;
    }

}


@media screen and (max-width: 1000px){

    .smhide{
        display:none;
    }
}


@media screen and (min-width: 1001px){

    .smhide{
        display:block;
    }

}

@media screen and (max-width: 850px){

 
    #search_engine_optimization{
        width:300px;
        height: 250px;
    }
    .carousel-caption {
        top:175px;
        left: 50px;
        text-align: left;
    }
    .smPad{
        padding-left:20%;
        padding-right:20%;
    }

}



.delay{
    animation-delay: 3s;
}


.bgimage2 {
    background: url(images/webdesign2.jpg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;

}

.bgimage3 {
    background: url(images/webdesignoutside.jpg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;

}
.padding80 {
    padding: 80px 0;
}

.padding20 {
    padding: 20px 0;
}

.bgcolor-skyblue {
    background: #26ba28;
    color: #fff;
}


/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #0e33bf;;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #0e33bf;; !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}