Team:USTC/css/style.css

.position_center{ margin: 0 auto; }

.wrap{ width:600px; height:300px; background:#ffffff; margin:auto; position:relative; top:-200px; border:2px solid #eeeeee; margin-bottom: 10px; }


.ilike-blue-container {

   @extend .blue, .lighten-4;
 }

.firstHeading {

 display:none;

}

.btn{
   background-color: transparent;
   box-shadow:0 0 0 0;
 }
.btn:hover{
   background-color: transparent;
 }

.dropdown-content li>a{

 color:#2196f3;

}

  1. globalWrapper {
   background-color: white !important;

}

  1. content {
   width: 100%;
   background-image:url(USTC_WP.png);
   padding-top: 0px;

}

  1. bodyContent p:first-child {
   margin: 0px;

} .tabs{

       background-color: transparent;
     }
.tabs .tab a {
   color: white;
   display: block;
   width: 100%;
   height: 100%;
 }

.tabs .tab a:hover {

   color: #82d1f4;

}

.tabs .indicator {

   position: absolute;
   bottom: 0;
   height: 2px;
   background-color: white;
   will-change: left, right;
 }



.team_logo {

 background-image : url(Ustc_Team_logo.png);
 background-repeat : no-repeat;
 width : 563px;
 height : 357px;
 
 position:fixed;
 right:0;

}

nav{

 background-color: rgba(33, 150, 243, 0.67);

}

.nav-wrapper a{

        text-decoration:none;

}

p,h1,h2,h3,h4,h5,h6 { font-size:120%; }

  1. nav-mobile {
   padding-top: 15px;

}