/*
Theme Name: _tk UWSA Employees Site
Author: The Web Team
Author URI: http://themekraft.com/
Description: A theme suited for UWSA employees
Version: 1.1.1
Template: _tk-uwsa-theme
License: GNU General Public License
Tags: coffee, nightshift
*/


@import url('../_tk-uwsa-theme/style.css');

.offRed {
    background-color: #003e55
}

.deepRedTop {
    background-color: #002d3d;
}

.site-navigation , .systemRed {
    background-color: #bbbbbb;
}

h2.child-site-title a:link, h2.child-site-title a:hover, h2.child-site-title a:visited {
    color: #005777;
}

h3.sub-site-title, h3.sub-site-title a:link, h3.sub-site-title a:hover, h3.sub-site-title a:visited {
    color: #ffffff
}

.swish {
    background: url(images/swish-grey2.png) no-repeat;
}

a.logo-link img {
    width: 100%;
    position: relative;
    max-width: 200px;
}
@media (min-width:1200px) {
    .logo-link img {
        max-width:260px !important;
        margin-top:-10px;
        margin-left:30px
    }
}
@media (min-width:991px) and (max-width:1200px) {
    .logo-link img {
     margin-top:-20px;
    }
}

@media (min-width:949px) and (max-width:991px) {
    .logo-link img {
     margin-top:-35px;
    }
    .child-site-info {
      position: relative;
        top:0px
    }
}
@media (min-width:910px) and (max-width:949px) {
    .logo-link img {
     margin-top:-15px;
    }
    .child-site-info {
      position: relative;
        top:0px
    }
}
@media (min-width:768px) and (max-width:909px) {
    .logo-link img {
     margin-top:-12px;
    }
    .child-site-info {
      position: relative;
        top:0px;
    }
    .child-site-info .child-site-title {
        font-size:22px
    }    
}

@media (min-width:520px) and (max-width:768px) {
    .logo-link img {
     margin-top:10px;
    }
    .child-site-info {
      position: relative;
        top:25px;
    }
    .child-site-info .child-site-title {
        font-size:22px;
    }    
}
@media (min-width:320px) and (max-width:520px) {
    .logo-link img {
     margin-top:5px;
    }
    .child-site-info {
      position: relative;
        top:25px;
    }
    .child-site-info .child-site-title {
        font-size:18px;
    }    
}
@media (min-width:949px) and (max-width:980px) {
  .logo-link img {
    max-width:220px !important;
    position:relative;
    top:20px !important
  }  
}