html,
body,
#cover {
	height:100%;
}
#logoSection{
    min-height:14vh;    
}
#logoSection img{
    margin-top: 12px;
}

#contactSection{
     margin-top:20px;
}

.navbar{
    background-color:#ffd702 !important;
    border-bottom:#FFFFE0 5px solid;  
    
}


.nav-link {
    color:#a58e6f !important;  
    transition: color .5s ease; 
}

.nav-link-online{
    color: black !important; 
}

.nav-link:hover{
    color:black !important;    
} 

.navbar-text{
    color:dimgray !important;    
}

.list-group-item-action:hover{
    color:darkorange;
    transition: color 1s ease; 
}

.form-row{
    padding-top: 15px;
}

#footerSection a{
    color: black !important;
}

#footerSection a:hover{
    text-decoration: none;
    color:cadetblue !important;
}
#mapSection{
     padding-top: 55px;
}
#socialSection{
     margin-left:15px;
}
#socialSection a{
         color:inherit;
         text-decoration:none;
         padding-left: 10px;
}
#socialSection a:hover{
        color:azure;
        transition: color 1s ease; 
}
#carouselSection{
    margin-top: 8px;
}
#carouselSection a{
    color: aqua;
}
#mainArea{
    background: 
    linear-gradient(
        rgba(17,30,49,0.7),
        rgba(211,84,0,0.7)
    ),
    url(../images/arkaplan2.jpg) no-repeat center center fixed;
    min-height: 62vh;
    background-size: cover;
}

#mainArea div{
    background-color: transparent;
}
#mainArea li{
    color:white;
    background-color: transparent;
}
