code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.dropdown-menu,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title {
    border-radius: 0 !important;
}




html {
    background: #303030;
}

body {
    font-family: 'Roboto', sans-serif;
    font: 400 15px;
    line-height: 1.8;
    background-color: #303030;
    color: #fff;
}

body {
    position: relative;
}

body {
    padding-top: 50px;
}

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.thumbnail {
    background-color: #303030;
    border: none;
}

.thumbnail p,
h3 {
    color: #fff;
}



.social-block li{
display:inline;
font-size: 24px;

}



.id-text {
    color: #3fa7a8;
}

.carousel-control {
  background-image:none;
  background-color:none; 
  width:0px;
}

.carousel-caption p{
  color:#3fa7a8;
}

#headersection {
    color: #fff;
}

#services {
    padding-top: 40px;
    color: #fff;
    background-color: #303030;
}

.servhr {
    color: #3fa7a8;
    border-color: #3fa7a8;
}


#work {
    padding-top: 40px;
    color: #fff;
    background-color: #303030;
}

#sites {
    padding-top: 10px;
    color: #fff;
    background-color: ;
}

#identity {
    margin-top: 100px;
    color: #3fa7a8;
    background-color: #303030;
}

#contact {
    padding-top: 40px;
    height: #fff;
    background-color: #303030;
}


/*#footersection {
    padding-top: 40px;
    height: 30em;
    color: #fff;
    background-color: #3fa7a8;
}*/

footer {
    background-color: #3FA7A8;
    color:#fff;
    padding-top: 20px;
    height: 30em;
}

.hero-pic {
    position: relative;
    /* Location of the image */
    background-image: url(../img/kc-hero6.jpg);
    /*   Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    /*  background-attachment: fixed;*/
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    /*background-color: darkgrey;*/
    background-color: #303030;
}

.roundr {
    width: 120px;
    height: 120px;
    line-height: 130px;
    font-size: 30px;
    border-radius: 1000px;
    background-color: #3fa7a8;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mini-card {
    display: flex;
    align-items: center;
    height: 10em;
    margin-left: auto;
    margin-right: auto;
}

a.mini-link:link {
    color: #303030;
    text-decoration: none;
    border:solid 1px #303030; 
    padding:8px;
    margin-bottom: 12px;
}

a.mini-link:visited {
    color: #303030;
    text-decoration: none;
    border:solid 1px #303030; 
    padding:8px;
    margin-bottom: 12px;
}

a.mini-link:hover {
    color: #fff;
    text-decoration: none;
    border:solid 1px #fff; 
    padding:8px;
    margin-bottom: 12px;
 
}

a.foot-link:link {
    color: #fff;
    text-decoration: none;
   
}

a.foot-link:visited {
    color: #fff;
    text-decoration: none;
    
}

a.foot-link:hover {
    color: #303030;
    text-decoration: none;

}

a.mail-link:link {
    color: #fff;
    text-decoration: none;
   
}

a.mail-link:visited {
    color: #fff;
    text-decoration: none;
    
}

a.mail-link:hover {
    color: #3fa7a8;
    text-decoration: none;

}

.jumbotron {
    /* background-color: lightyellow;*/
    color: #fff;
    padding: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    /* Location of the image */
    background-image: url(../img/observatory.jpg);
    /* Background image is cxentered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}


.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.hvr-grow {
    /* display: inline-block;
  vertical-align: middle;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s; 
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* (A) NOTIFICATION */
#notify {
  background: #dadaff;
  padding: 5px;
  margin-bottom: 10px;
}

/* (B) FORM */
#cform {
  max-width: 400px;
  background: #f2f2f2;
  border: 1px solid #aaa;
  padding: 10px;
}
#cform label, #cform input, #cform textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  resize: none;
}
#cform input, #cform textarea { margin-bottom: 10px; }
#cform input[type=submit] { margin-top: 10px; }
