/**
 * @file
 * Subtheme specific CSS.
 */

.site-name-slogan {
color:#ffffff;
background-color: #86beec;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
text-align:center;
font-size: 30px;
font-family:'CenturyStd';
font-style: normal;
font-weight: 700;
vertical-align: middle;
padding-top: 10px;
border-bottom:15px;
border-bottom-color:#fffff;
margin-bottom: 20px;

}

.navbar-collapse{
position: absolute;
  top: 0;
z-index:999;
background-color: white;
right: 10px;
font-size: 20px;
}

.nav-link.active{
border-top-color: #ff0000;
border-left-color: #ff0000;
border-bottom-color: #ffffff;
border-right-color: #ff0000;
}

.navbar-nav.nav-item.nav-link.nav-link--{
font-family:'Rotis';
}


tr {
  background: #ffffff;

}
body{
font-family: 'Rotis';

}
}
.site-footer{
font-family: 'Rotis';

}
.row-right{
float: right;

}
.ctp{
 position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1
}

