﻿body {
    
    
}

.section1 {
    background: url("/Images/Clock2.jpg") no-repeat center center fixed;
    
    background-size:100% auto;
    /*background: #0C9;*/
    /*margin-bottom: 50px;*/
    height: 98vh;
}

.navbar-brand img {
    height: 100%;
}

.navbar {
    background-color: #ffffff
    border: 0;
    text-decoration-color: black;
    margin-bottom: 0;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    font-family:Emoji;
    height:2%;
}

.navbar-right{
    font-size:20px;
    font-weight:bold;
}

.homepageContent{
    margin-top:25%;
}
#about {
    margin: auto;
    
    height: 100vh;
}
#contacts {
    margin: auto;
    margin-top:20px;
    height: 100vh;
    background-color: #F3F3F3;
}
 h4 {
    margin-top: 10%;
    text-align: center;
    font-size: 50px;
}

 
textarea.form-control {
    height: 25rem;
}

.content {
    color: #0C9;
}

.buttonbg {
    background-color: #0C9;
    
    justify-content:center;
    
}

.center {
    width: 13%;
    margin: auto;
}

.copyright{
    margin-top:5px;
}

.project_title {
    text-align: left;
    font-size: 60px;
    font-family: cursive;
    color: #0C9;
}

.tag_line {
    font-size: 20px;
    color: #0C9;
}

.card{
    width:50%;
    margin-left:5%;
    margin-right:5%;
    margin-top:1%;
}




#working{
    margin-top:5%;
    font-size:40px;
}

.carousel-caption {
    color: #0C9;
}



