﻿

body {
    font-size: 1rem;
    background-color: black;
    font-family: 'Hind', sans-serif;
    margin: 0px;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jockey One', sans-serif;
    font-weight: bolder;
}

.no-js .top-bar {
    display: none;
}


/*  Navigation section */
    nav.tob-bar
    {
        text-align: center;
    }

@media screen and (min-width: 10em) {
    .banneritemoverlay {
        padding: 20px;
        padding-top: 60px;
        font-size: 2.8rem;
    }
}
    @media screen and (min-width: 40em) {
        .no-js .top-bar {
            display: block;
        }

        .no-js .title-bar {
            display: none;
        }
        .banneritemoverlay {
            padding: 100px;
            padding-top: 160px;
            font-size: 3.6rem;
        }
      
          

        .mypad2 {
            padding: 60px
        }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover {
            background-color: #006666;
            color: white;
        }
        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
            border:none;
        }
    }

    .headinfo{
        background-color:rgb(29, 28, 28);
        
        color:white;
        border-bottom:solid 1px #338f8f;
        text-align:center;
        font-size:smaller;
    }
    .headinfo a{
        color:white;
    }
    .headinfo i{
        font-size:1.7rem;
        display:inline-block;
        margin-right:8px;
    }
header {
    border-top: solid 1px #338f8f;
    background-color: white;
    height: 17vh;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px whitesmoke;
    color: white;
    background-color: #006666;
}
  header h1{
      font-weight:bold;
      font-style:italic;
      font-size:2rem;
  }
    header .button{
        background-color:white; 
        color:#006666 ;
    }
    #mainnav {
    background-color: white;
    border-bottom:solid 3px silver;
}

.menu .myactive > a {
    background-color: dimgray;
    color: white;
}
.dropdown.menu a {
    padding: 2.2rem 1.5rem;
}

.menu > li > a {
    display: block;
    padding: 2.5rem 1.5rem;
    line-height: 1;
    font-size: 0.9rem;
    color: dimgray;
    text-transform: capitalize;
    -webkit-transition: background-color 1s;
    font-weight: bold;
    margin-right: 4px;
}

    .menu > li > a:hover {
        background-color: #006666;
        color: white;
    }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    border: none;
}
    /* End Navigation section */
    .banner {
        min-height: 70vh;
        background-color: silver;
        background-image:url('../resources/images/constructin.jpg');
        background-position: center center ;
        background-attachment:fixed;
    }
.banneritem {
    min-height: 70vh;
    background-position: center center;
    background-attachment: fixed;
    
    font-weight: bolder;
    font-family: 'Jockey One', sans-serif;
    width: 100%;
    color: white;
    background-size: cover;
}
.banneritemoverlay {
    background-color: rgba(0, 0, 0, 0.44);
   
    min-height: 70vh;
}
.bannertxt {
   color:#338f8f
}
    /* Content section */
    .content {
        background-color: whitesmoke;
    }

.greentext {
    color: #006666;
    font-weight:bolder;
}
    /*.leftcontents
{
    display:inline-block;
    float:left;
    width:61%;
    padding-left:10px;
}
.rightcontents
{
    display:inline-block;
    float:left;
    width:35%;
    margin-left:5px;
}*/
.about h3, .about h2, .about small{ text-align:center; font-weight:bolder}
.about{ padding-top:40px; background-color:white;}
.withbad{
    padding-left:20px; padding-right:20px;
}
.mypad{
    min-height:40vh;
    padding-top:70px;
    padding-bottom:70px;
}
.whitebg{
    background-color:white;
}
.wedospan {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10,10,10,.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}

.clients{
    background-color:white;
}
    .contentbox {
    }

    .subcontentbox {
        display: block;
        min-height: 200px;
        border: solid 1px silver;
        background-color: white;
    }


    .readmorelink {
        background-color: #01b6ab;
        text-align: center;
        padding: 10px;
        display: block;
        width: 80px;
        height: 15px;
        color: white;
        text-decoration: none;
        float: right;
    }

.galleryoverlay{
    background-color:rgba(0, 0, 0, 0.50);
    text-align:center;
    height:45vh;
}

.galltexttitle{
    color:white;
}
/* Content section */
footer {
    min-height: 40vh;
    /*width:101%;*/
    background-color: #006666;
    color: white;
    font-size: 16px;
    /*margin-left:-5px;*/
    border-top: solid 3px #338f8f;
}
footer a{
    color:white;
}
footer a:hover{
    color:antiquewhite;
}
.underfooter{
    color:whitesmoke;
}
.underfooter a, .underfooter a:hover {
    color: antiquewhite;
}
.button{ background-color:#006666;}
.button:hover{
    background-color:white;
    color:#006666;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    background-color: whitesmoke;
    padding: 30px;
}


    textarea {
        height: 140px;
    }

    select {
        height: 35px;
    }
