/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {
	background-image: linear-gradient(to right, #f6f5ff, #e8f7ff);
	padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.nav-link {
  padding-top:0px;
  font-weight:700;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;

}

.dropdown:hover .dropdown-menu {
    max-height: 370px;
    width: 255px;
    opacity: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: darkslategrey;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: whitesmoke;
        font-weight:400;
        padding: 1px 1px;
        padding-left:10px;
        text-decoration:none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: black;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.container {
   padding-top:1px
}

/* Middle info section on FilterCartridge page*/
.middlediv {
    width: 84%;
    float: left;
    height: 75%;
}

/* Picture section on FilterCartridge page*/
.container .imagediv {
    width:10%; 
    float: right;
    height:75%; 
    background-color: Silver;
}

.container .FilterCartridgeimg {
        float: right;
        width: 160px;
        height:780px;
    }

.container .heading{
    font-size:20px;
    font-weight:500;
}

/* Picture section on ROPlant page*/
.container .ROPlantimg1 {
    width: 37%;
    float: right;
    height: 75%;
}

/* Picture section on UVSystem page*/
.container .UVSystemPic {
    width: 100%;
    height: 37%;
    text-align:center;
}

/* Picture section on Contact page*/
.container .ContactPic {
    /*width: 60%;
    height: 37%;*/
    padding-left:500;
    text-align: center;
    background-color: Silver;
}

/* Navbar */
.container .navbar-collapse {
    padding-right: 38px;*/
}

/*Main Header Text (Memaqua Solutions)*/
.container .mainHeaderText{
    padding-left:10px;
    font-family:Arial;
    font-weight:bold;
    font-size:35px;
    color:rgb(0,100,180);
}

.tablist {
    padding-left: 30px;
}

.fixed-top {
    background-image: linear-gradient(to top, white, lightblue);
}

.jumbotron {
    width:auto;
    height:50px;
    text-align:left;
    padding-top:0px;
    padding-bottom:7px;
    background-color:lightsteelblue;
    font-weight:500;
}

.ProductHeading {
    font-size:30px;
}

.CarbonImageSquare {
    border-radius: 25px;
    padding: 0px;
    width: 100%;
    height: 150px;
}

.CarbonImageCircle {
    border-radius: 60%;
    padding: 0px;
    width: 100%;
    height: 150px;
}

.ServicesImage {
    border-radius: 25px;
    padding: 0px;
    width: 300px;
    height: 200px;
}

.mainlogo .logo {
    height: 80px;
    padding-right:10px;
}

.Hydramemlogo {
    height: 62px;
    width: 232px;
    float:right;
}

.HydramemLogoDiv {
    float:right;
    padding-top:35px;
}

.footertext {
    width: 100%;
    text-align: center;
}

.card-body-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mid-page-text-block {
    background-color: lightsteelblue;
    font-size: 16px;
    font-weight: 700;
}