﻿.box_link_blue {
    color: #0026ff;
}
    .box_link_blue a {
        color: #0026ff;
    }


.box_link_white {
    color: #fff;
}

    .box_link_white a {
        color: #fff;
    }

.bg-theme-white {
    background-color: #fff !important;
}

.bg-theme-colored2 {
    background-color: #3e5505 !important;
}

.bg-theme-colored4 {
    background-color: #ff6a00 !important;
}

#about p {
color:black;
}

.text-justify{
    text-align:justify;
}


.circular {
    max-height: 400px !important;
    min-height: 400px !important;
    overflow:hidden;
}


.divider_links a {
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    font-weight:bold;
    color:white;
    
}


    .divider_links a:hover {
        color:orange;
    } 
    
    
    
    .divider_links i {
        margin-bottom: 10px;
    }



.quick_links {
    vertical-align: middle;
    margin-top: 10px;
    padding: 5px;
}

.quick_links a {
    display: inline-block;    
    width: 100%;
    padding:35px 15px;
    min-height: 100px;
    max-height: 100px;
    font-weight: bold;
   
}


    .quick_links a:hover {
        color: orange;
        background-color:yellow;
    }



.quick_links i {
    margin-bottom: 10px;
}



.bg_red {
    background-color: #f45661;
}

.menuzord-brand img{
    /*height:125px;*/
}

.menuzord-menu li a:hover {
    background-color: #5D9CEC;
}



.timetable a{
    color:black;
}

