/**
 * Theme Name: Techup modified by ksotiris
 * Template:   techup
 */

 :root {
  --myRed: #F94545;
  --myBlack: #000;
  
}

/* remove blue hover on feature boxes*/
.box-link:hover {

    text-decoration: None !important;
    color:None !important;
}

/* home page legent color */
.section-title-2 {
    color: var(--myBlack) !important;
    width: 350px !important;
}

/* home page backround image */
.home5-hero-sec {
    height: 70vh !important;
}

/* set the logo position on desktop and mob */
}
.header-two {
    top:50px !important;
}

.navbar-expand-lg .menu-toggle {
    margin-top: 10px !important;
    margin-left: 20px !important;
}

/* logo on top page */

.custom-logo {

    max-width: 300px !important;
}

/*dots: li on pages*/
.dots {
    color: var(--myRed) !important;
    text-indent: -25px;
}

/* links on pages */
.intraLink {
    color:black !important;
    text-decoration: underline var(--myRed) solid 2px !important;
    font-weight:bold !important;
}

/* ul with fa */
ul.noListMark li{
    list-style: none;
}

ul.noListMark2 li{
    list-style: none;
    margin: 0 0 0.5em !important;
}


.afterFa1, .afterFa2 {
    line-height:normal !important;
    font-weight:normal !important;
}

.afterFa1 {
    color:black !important;
}

/* footer */
.widget_nav_menu ul li {
    padding-left: 2px !important;
    padding-top: 2px !important;
    border-bottom: 0 !important;
    padding-bottom: 0px !important;
     margin-bottom: 0px !important;
}

