@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);

body.bg {
    background:url('../img/bg.svg') #fefefe;
    background-repeat: repeat;
    background-size: 50px;
}

.title_text {
    display: none;
}

.mail_row {
    color:#000;
}

.mail_row:hover {
    text-decoration: none;
}

.box-shadow {
    -webkit-box-shadow: 0px 10px 45px -18px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 45px -18px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 45px -18px rgba(0,0,0,0.52); 
}

.title-row {
    background: url('../img/bg-title.svg');
    background-size: cover;
    background-position: center center;
}

.title-row h1 {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

a small {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
