@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');
body{
    font-family: "Montserrat", sans-serif ; 
}
section{
    padding-top: 80px;
    padding-bottom: 80px;
}
hr{
    margin: 15px auto;
    background-color: #40dbff;
    width: 15%;
}
small{
 x   font-size: 40%;
    font-weight: 300;
}
.container-fluid{
    padding-left: 0 ;
    padding-right: 0;
}
/*
.full-body{
    scroll-behavior: smooth;
}
*/

.navbar-light{
    background-color: rgba(0,0,0,0);   
}
.navbar-light .navbar-nav .nav-link{
    color: black;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #c4c4c4;
}
/*#00b1ce*/
.nav-link {
    font-size: 16px;
    font-weight: 400;
/*
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
*/
    position: relative;
    overflow: hidden;
    margin: 2rem;
}


.nav-link:before {
    content: "";
    position: absolute;
/*    z-index: -1;*/
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00b1ce;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before{
  left: 0;
  right: 0;
}
.active:before{
    position: absolute;
    z-index: -1;
    height: 2px;
    bottom: 50%;
}

.hvr-animation {
    display: inline-block;
    text-align: right;
    margin: .5em;
    padding: .7em;
    cursor: pointer;
    background: #00b1ce;
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-animation:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #00b1ce;
}
.hvr-animation:hover{
    text-decoration: none;
    color: white;
}
.hvr-animation:hover:before, .hvr-animation:focus:before, .hvr-animation:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.home-banner{
    position: relative;
    height: 100vh;
}
.video-container{
    transform: translateZ(0px) translateY(0%);
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
}
.header-video{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
.overlay-video{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,177,206,0.7);
}

.heading1{
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto;
}
.heading2{
    font-size: 28px;
    font-weight: 200;
    color: white;
}
.heading5{
    font-weight: 300;
    font-size: 16px;
}
.heading3{
    font-size: 20px;
}
.paragraph{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin: 20px auto;
}
.paragraph2{
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin: 20px auto;
}
.button{
    margin: 10px auto;
    text-align: center;
}
.social-icon img{
    width: 25px;
    margin: 5px;
}

.btn-primary{
    background-color: #00b1ce;
    border-color:  #00b1ce;
}
.btn-primary:hover{
    background-color: #1bb0d3;
    border-color: #1bb0d3;
}


#banner-text{
    color: white;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    min-width: 100%;
}

#nature-aquarium{
    text-align: center;
    position: relative;
}
#nature-aquarium h1{
    color: black;
}
#nature-aquarium p{
    color: black;
}

#aquascaping-bg{
    background-image: url(../img/aquascaping-bg3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#aquascaping{
    text-align: center;
    position: relative;
}
#aquascaping h1{
    color: white;
}
#aquascaping p{
    color: white;
}


#ser-content{    
    position: relative;
}
#services p{
    text-align: center;
}
#services img{
    width: 70px;
}
#services h1{
    color: black;
}
#services h2{
    color: black;
}
#services-table {
    margin: 10px auto;
    text-align: center;
}
#services-row div{
    margin: 20px 0 20px 0;
}

#footer-bg{
    position: relative;
    background-color: #dddddd;
}
#link{
    margin: 5px auto;
    font-size: 15px;
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 500;
}
#footer-col{
    margin: 10px;
}
.form-group{
    margin-bottom: 0.5rem;
}
.btn{
    padding: .25rem .65rem;
}
#footer-col h5{
    margin-bottom: 1rem;
}
#footer-col a{
    margin-bottom: 1rem;
}
#footer-col h5{
    font-weight: 500;
}


/*styles for nature aquariums page*/
#NA h1,#NA p{
    color: black;
    text-align: left;
}
#NA-img{
    width: 100%;
    
}
#NA-aquascape-bg{
    background-image: url(../img/NA-section-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#NA-aquascape-section h1,#NA-aquascape-section p{
    color: white;
}

#NA-ecology h1,#NA-ecology p{
    text-align: left;
    color: black;
}
#NA-ecology-img{
    width: 100%;
}

#NA-fish {
    background-color: #eeeeee;
}
#NA-fish-img img{
    width: 100%;
}
#NA-fish-content h1,#NA-fish-content p{
    text-align: left;
}

#NA-essentials-col h1{
    text-align: left;
}
#NA-essentials-col p{
    text-align: left;
}
/*styles for nature aquariums page*/

/*styles for services page*/
#SR-main-bg{
    background-color: #eeeeee;
    font-size: 20px;
    font-weight: 300;
    color: white;
    background-position: center;
    background-size: cover;
    background-image: url(../img/aquarium-bg.png)
}
#SR-services img{
    width: 70px;
}
#SR-services, #SR-ser-pricing{
    background-color: #eeeeee; 
}
#SR-ser-pricingCol h5,#SR-aqua-pricingCol h5{
    text-align: center;
}
#SR-ser-pricingCol h1,#SR-aqua-pricingCol h1{
    color: #00b1ce;
    font-weight: 300;
}
#services-table{
    margin: 20px auto;
}
#SR-aqua-pricingCol h1,#SR-aqua-pricingCol h5{
   color: white;
    text-align: center;
}
.sr-aquascape-row{
    margin: 20px 0px;
}
.simple-scape{
    background-image: url(../img/simple-scape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    padding: 100px;
}
.nature-scape{
    background-image: url(../img/nature-scape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    padding: 100px;
}
.complex-scape{
    background-image: url(../img/complex-scape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    padding: 100px;
}
/*styles for services page*/


/*styles for contact page*/
#co-section{
    padding-top: 10px;
    padding-bottom: 20px;
}
#co-section h1{
    text-align: left;
}
#co-section-contentcol h2{
    color: black;
    
}
#map{
    margin: 10px auto;
    width: 100%;
    min-height: 400px;
}
.alert-message{
    margin-top: 20px;
}
/*styles for contact page*/


/*styles of gallery page*/
#gallery-col{
    margin-top: 10px;
}
#gallery-col h5{
    margin: 0.5rem auto;
}
/*styles of gallery page*/


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)  {
    hr{
        width: 30%;
    }
    section{
    padding-top: 50px;
    padding-bottom: 50px;
}
    .heading1{
        font-size: 20px; 
        margin: 10px auto;
    }
    .heading2{
        font-size: 14px;
    }
    .paragraph{
        font-size: 14px;
        margin-top: 10px;/*18px*/
    }
	.paragraph2{
        font-size: 14px;
        margin-top: 10px;/*18px*/
    }
    .hvr-animation {
        padding: .4em;
    }
    .button{
        text-align: center;
    }
	.nav-link{
		 margin: 0rem;
	}	 
    #SR-main{
        font-size: 14px;
    }
    .simple-scape, .complex-scape, .nature-scape{
        margin: 0px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    hr{
        width: 30%;
    }
    section{
    padding-top: 50px;
    padding-bottom: 50px;
}
    .heading1{
        font-size: 24px;
    }
    .heading2{
        font-size: 16px;
    }
    .paragraph{
        margin-top: 10px;
    }
	.paragraph2{
        margin-top: 10px;
    }
    .hvr-animation {
        padding: .5em;
    }
    .button{
        text-align: center;
    }
	.nav-link{
		 margin: 1rem;
	}
    
}
@media (min-width: 768px) and (max-width: 991.98px){
    hr{
        width: 30%;
    }
}

@media (min-width: 992px){
    .navbar-brand{
        padding-left: 50px;
    }
}
 
