button{
    outline: none;
    text-decoration: none;
}

button:hover{
    outline: none;
    text-decoration: none;
}

button:hover:active{
    outline: none;
    text-decoration: none;
}

button:hover:active:after{
    outline: none;
    text-decoration: none;
}

#homecontentwrap{
    position: absolute;
    height: 150vh;
    width: 100%
}

.container-fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


.logobar{
    position: relative;
    background-color:rgb(1, 133, 133);
    color: white;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 69px;
    text-align: center;
    display: inline-block;
}

#homenavbar{
    width: 100%;
    height: 4rem;
    position: relative;
    top: 0;
    background-color:white;
    color: black;
    border-width: 5px 0px 5px 0px;
    border-color: black;
    border-style: groove;
    z-index: 100;
    margin: 0;
}

.navbar-nav{
    position: absolute;
    height: 30px;
    top: 10%;
    left: 10%;
    margin-bottom: 5px;
}

.nav-item{
    font-weight: bold;
    width: 100px;
    padding: 0px 120px 0px 120px;
    margin: 0;
}

.jumbotron{
    position: relative;
    background-image: url(Project.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 62%;
    width: 100%;
    text-align: center;
    text-decoration: solid;
    opacity: .8;
    padding: 0;
    margin: 0;
}

#jumbofilm{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(211, 211, 211);
    padding: 0;
}

#jumbocontent{
    position: absolute;
    top: 22%;
    height: 60%;
    font-weight: bold;
}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: rgb(1, 133, 133);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin: 5px;
    top: 125px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, gray, rgb(1, 133, 133), rgb(255, 255, 255), rgb(1, 133, 133), gray);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    outline: none;
}

.glow-on-hover:active {
    color: rgb(255, 255, 255);
    outline: none;
    background: transparent;
    text-decoration: none;
    outline: none;
}

.glow-on-hover:active:after {
    background: transparent;
    outline: none;
    text-decoration: none;
}

.glow-on-hover:hover:before {
    opacity: 1;
    outline: none;
    text-decoration: none;
    outline: none;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(1, 133, 133);
    left: 0;
    top: 0;
    border-radius: 10px;
    outline: none;
    text-decoration: none;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* end jumbrotron */

/* estimates jumbotron */

#estimates{
    position: relative;
    background-color: rgb(173, 173, 173);
    height: 40%;
}

.estimateheader{
    text-decoration: underline;
    position: absolute;
    left: 17%;
}

.estimatecontent{
    position: absolute;
    float: left;
    width: 40%;
    height: 100%;
    left: 5%;
    top: 20%;
}

.estimateimg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    opacity: .8;
}

#estimatebutton{
    position: absolute;
    left: 15%;
    top: 75%;
}

/* end estimates*/

/* billing jumbotron */

#billing{
    position: relative;
    background-color: rgb(1, 133, 133, .5);
    height: 40%;
}

#billingcontent{
    position: absolute;
    height: 70%;
    width: 80%;
    left: 13%;
    top: 15%;
}

.billingheader{
    position: absolute;
    left: 40%;
    top: -10%;
    text-decoration: underline;
}

.billingcontent{
    position: absolute;
    top: 20%;
}

#billingbutton{
    position: absolute;
    left: 35%;
    top: 80%;
    background-color: black;
}

#Material{
    position: relative;
    background-color: rgb(173, 173, 173);
    height: 40%;
}


.Materialheader{
    text-decoration: underline;
    position: absolute;
    right: 7%;
    z-index: 1;
}

.Materialcontent{
    position: absolute;
    float: left;
    width: 37%;
    height: 100%;
    right: 1%;
    top: 20%;
    z-index: 1;
}

#Materialbutton{
    position: absolute;
    right: 11%;
    top: 75%;
    z-index: 5;
}

.Materialimg{
    position: absolute;
    height: 100%;
    width: 60%;
    opacity: .6;
    
}

#Testimonial{
    position: relative;
    height: 600px;
    background-color: rgb(1, 133, 133);
    text-align: center;
}

#Testimonialcontent{
    position: absolute;
    top: 15%;
    padding-right: 20%;
    padding-left: 20%;
    font-size: 24px;
    color:white;
}

#testimonialTitle{   
    position: absolute;
    top: -80px;
    right: 41%;
    bottom: 550%;
    color: white;  
}

.carousel-control-prev{
    position: absolute;
    left: -10%;
}

.carousel-control-next{
    position: absolute;
    right: -10%;
}

h1{
    margin: 0;
    padding: 0;
}

#homefooter{
    height: 8rem;
    position: relative;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    bottom: 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: white;
    border-style: solid;
    text-align: center;
}

.footercontent{
    position: absolute;
    top: 0;
    left: 0;
}

.footernav{
    width: 98.7vw;
}

.footernav-item{
    font-weight: bold;
    width: 100px;
    padding: 0px 120px 0px 120px;
    margin: 0;
    display: block;
}

.footercopyright{
    position: absolute;
    top: 130%;
    left: 45%;
    margin: 0;
    padding: 0;
}

.nav{
    padding-top: 30px;
    padding-left: 100px;
}

.nav-link{
    color:rgb(1, 133, 133);
}

.nav-link:hover{
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    outline: none;
}



/*END HOME PAGE*/

/* ABOUT PAGE */
#aboutcontainer{
 
}


#aboutcontentwrap{
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(carpet2.jpg);
    background-repeat: none;
    background-size: cover;
}

#aboutnavbar{
    width: 100%;
    height: 4rem;
    position: relative;
    top: 0;
    background-color:white;
    color: black;
    border-width: 5px 0px 5px 0px;
    border-color: black;
    border-style: groove;
    z-index: 100;
    margin: 0;
}

.aboutwrap{
    position: absolute;
    width: 100%;
    color:white;
}

.aboutcontent{
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(255, 255, 255, .6);
    color: black;
    margin-top: 30px;
    margin-left: 100px;
    margin-right: 100px;
    padding: 50px;
    width: 83%;
    min-height: 90vh;
    top: 3%;
    border-width: 5px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
}

.abouttitle{
    color:rgb(1, 133, 133);
    font-size: 36px;
}

.aboutdescription{
    position: absolute;
    top: 25%;
    left: 10%;
    width: 80%;
    padding: 20px;
}

#aboutfooter{
    height: 8rem;
    position: relative;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    top: 100vh;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: white;
    border-style: solid;
    text-align: center;
}


/* END ABOUT PAGE */

/* BEGIN CONTACT PAGE */
#contactlogo{
    left:1.6vw;
    width: 96.7%;
    position: relative;
}


#contactnavbar{
    height: 4rem;
    width: 100%;
    position: relative;
    top: 0;
    background-color:white;
    color: black;
    border-width: 5px 0px 5px 0px;
    border-color: black;
    border-style: groove;
    z-index: 100;
    margin: 0;
}

#contactnav{
    position: absolute;
    left: 10%;
}

#contactcontentwrap{
    position: relative;
    min-height: 101vh;
    width: 100%;
    background-color: rgb(1, 133, 133);
}

.contacttitlewrap{
    position: absolute;
    padding-bottom: 10px;
    text-align: left;
    top: 15vh;
    left: 23vw;
}

.contactwrap{
    position: relative;
    height: 100%;
    top: 5vh;
    color:white;
    background-color: rgb(1, 133, 133);
}

.contactjumbo{
    position: relative;
    background-image: url(woodwall1.jpg);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    top: 0;
    width: 100%;
    height: 50vh;
}

.contentjumbo{
    position: relative;
    background-color: rgb(255, 255, 255);
    top: 0;
    height: 30vh;
    border-color: black;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    z-index: 1;
}

.contacttitle{
    position: absolute;
    top: 22%;
    left: 10%;                                   
    font-size: 64px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-decoration-color: black;
}

.contactbusiness{
    position: absolute;
    top: 22%;
    right: 7%;
    font-size: 64px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-decoration-color: black;
}

.contacthours{
    position: absolute;
    top: 55%;
    right: 15%;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.contactname{
    font-weight: bold;
    text-decoration: underline;
}

.job{
    font-weight: bold;
}

.contactcard{
    padding-top: 18px;
    padding-bottom: 40px;
    width: 25%;
    height: 100%;
    left: 11%;
    color: black;
    background-color:white;
}

#kellycard{
    position: absolute;
    left: 2%;
    top: 0;
}

#artcard{
    position: absolute;
    top: 0;
    left: 26%;
}


#contactfooter{
    height: 8rem;
    position: relative;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    top: 135vh;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-color: white;
    border-style: solid;
    text-align: center;
}

/*END CONTACT PAGE */



/* BEGIN NEWS PAGE */

#newscontentwrap{
    position: relative;
    height: 101vh;
    width: 100%;
    background-color: rgba(255, 255, 255);
    background-image: url(marble2.jpg);
    background-size: 100%;
}

#newsnavbar{
    width: 100%;
    height: 4rem;
    position: relative;
    top: 0;
    background-color:rgba(255, 255, 255);
    color: black;
    border-width: 5px 0px 5px 0px;
    border-color: black;
    border-style: groove;
    z-index: 100;
    margin: 0;
}

 .newscontent{
    position: relative;
    height: 50%;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.445);
    border-color: black;
    border-style: solid;
    border-width: 2px;
    left: 15.5%;
    top: 15%;
} 

.newscontentheader{
    position: relative;
    width: 100%;
    height: 25%;
    background-color: rgb(1, 133, 133);
    border-bottom-width: 5px;
    border-color: black;
    border-style: double;
}

.newsheadertext{
    position: absolute;
    left: 23%;
    top: 2%;
    color: white;
    font-size: 60px;
}

.newsitem{
    text-align: center;
    margin-bottom: 5px;
    height: 18.75%;
    width: 100%;
    box-sizing: border-box;
}

.newsitem:hover{
    color: rgb(1, 133, 133);
}

#newslink{
    height: 25%;
    width: 100%;
    position: absolute;
    top: 25%;
    padding-top: 3%;
    left:0;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#newslink:hover{
    color: rgb(1, 133, 133)
}

#updatelink{
    height: 25%;
    width: 100%;
    position: absolute;
    top: 50%;
    padding-top: 3%;
    left: 0;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#updatelink:hover{
    color: rgb(1, 133, 133)
}

#helplink{
    height: 25%;
    width: 100%;
    position: absolute;
    top: 75%;
    padding-top: 3%;
    left: 0;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#helplink:hover{
    color: rgb(1, 133, 133);
}

/* END NEWS PAGE */

/* BEGIN NEWSWALL PAGE */

.row{
    padding:0;
    margin:0;
}

.newswallcontainer{
    background-color: white;
}

.newswallcontent{
    background-image: url(marble2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.newswallcontentheader{
    background-color: rgb(128, 0, 0);
    width: 100%;
    padding: 0;
    margin: 0;
}

.newswallback{
    position: relative;
    color: white;
    margin: 0;
    padding: 0;
    left: 5%;
    top: 2.5rem;
    z-index: 1;
    font-size: 20px;
    text-decoration: none;
}

.newswallback:hover{
    text-decoration: none;
    color: rgb(1, 133, 133);
}

.newswallheadertext{
    color: white;
    border-bottom-width: 4px;
    border-color: black;
    border-style: solid;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 0;
}

.newswallitem{
    color: rgb(0, 0, 0);
    margin-bottom: 10%;
    border-bottom-width: 2px;
    border-color: black;
    border-style: groove;
}

.newswallitemcontent{
    margin-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 24px;
}

/* END NEWSWALL PAGE */


/* BEGIN UPDATE WALL */
.updatecontent{
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
}

.updatecontentheader{
    background-color: rgb(128, 0, 0);
    border-bottom-width: 2px;
    border-style: solid;
}

.updateheadertext{
    color: white;
    text-align: center;
    padding-bottom: 2%;
}

.updatewallback{
    position: relative;
    color: white;
    margin: 0;
    padding: 0;
    left: 5%;
    top: 2.5rem;
    z-index: 1;
    font-size: 20px;
    text-decoration: none;
}

.updatewallback:hover{
    text-decoration: none;
    color: rgb(1, 133, 133);
}


.updateitemcontent{
    text-align: center;
    padding-top: 5%;
}

.updateitem{
    margin-top: 5%;
}

.sqlimg{
    position: relative;
    left: 15%;
    width: 70%;
    height: 60%;
}

#updatewallbutton{
    position: relative;
    top: 25px;
    left: 40%;
}

/* END UPDATE WALL */

/* BEGIN HELP WALL */

.helpwallcontent{
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
}

.helpwallcontentheader{
    background-color: rgb(1, 133, 133);
    border-bottom-width: 2px;
    border-style: solid;
}

.helpwallheadertext{
    color: white;
    text-align: center;
    padding-bottom: 2%;
}

.helpwallback{
    position: relative;
    color: black;
    margin: 0;
    padding: 0;
    left: 5%;
    top: 2.5rem;
    z-index: 1;
    font-size: 20px;
    text-decoration: none;
}

.helpwallback:hover{
    text-decoration: none;
    color: rgb(100, 0, 0);
}


.helpwallitemcontent{
    text-align: center;
    padding-top: 5%;
}

.helpwallitem{
    margin-top: 5%;
}

/* END HELP WALL */


/* iphoneX */
@media only screen and (max-width: 375px) {
    
/* Home page */

    #homenavbar{
        height: 15%;
    }

    #jumbocontent{
        top: 40%;
    }

    #jumbobutton{
        top: 0;
    }

    .estimateimg{
        width: 100%;
    }

    .estimateheader{
        z-index: 2;
        left: 25%;
    }

    .estimatecontent{
        z-index: 1;
        left: 0;
        top: 0;
        padding-top: 20%;
        padding-left: 2%;
        padding-right: 10%;
        font-weight: bold;
        text-align: center;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.233);
    }

    #estimatebutton{
        z-index: 2;
        top: 80%;
    }

    .billingheader{
        top: -20%;
        left: 25%;
    }

    .billingcontent{
        left: -10%;
        top: 0;
        padding-left: 2%;
        padding-right: 2%;
        font-weight: bold;
        text-align: center;
        height: 100%;
        width: 100%;
    }


/* End home page*/
}