Team:TP CC-SanDiego/navbar-CSS

/* --------------------- FONTS --------------------- */

/* @font-face {

   font-family: Oswald;
   src: url(ttf goes here);

} */

@import url(https://fonts.googleapis.com/css?family=Oswald); @import url(https://fonts.googleapis.com/css?family=Poppins); @import url(https://fonts.googleapis.com/css?family=Montserrat);


/* --------------------- FIX WIKI SETTINGS --------------------- */ /* Hide first heading */ .firstHeading {

 display: none;

}

/*-- Remove borders, float content left and remove padding/margin */

  1. globalWrapper, #content{
 background-color: transparent;
 border: none;
 float: center;
 margin-left: -3px;
 margin-top: -8px;
 padding: auto;
 width: 101%;

}

/*Left-align Black Menu Bar

  1. top_menu_inside {
 margin-left: 0px; 

} */

/* --------------------- MAIN CSS --------------------- */

html{

 overflow-x: hidden;

}

body {

 /* background-color: #0099CC; */
 background: url(Tpcc-homebackground.jpg) no-repeat center center fixed;
 -moz-background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

}

  1. whole-wrapper{
 height: auto;
 width: auto;
 background-color: white;

}

  1. header-text{
 width: 90%;
 height: 330px;
 margin: 0 auto 0 auto;
 /* background-color: white; */

}

  1. header-text h6{
 font-family: Poppins, sans-serif;
 font-size: 100px;
 border-style: none;
 text-align: center;
 /* line-height: 1.5 */
 color: #f15258;
 font-weight: 400;
 line-height: 200px;

}

  1. nav-wrapper{
 width: 101%;
 height: 50px;
 background-color: #333333;
 z-index: 100;
 line-height: 50px;
 font-family: Verdana;

}

  1. nav{
 width: 1100px;
 margin: 0 auto 0 auto;
 font-family: Montserrat;
 font-size: 14px;
 font-weight: 700;

}

  1. nav-right{
 width: 800px;
 float: right;
 text-align: right;

}

  1. nav a{
 padding-left: 20px;
 color: #f2f2f2;
 font-weight: 400;
 text-decoration: none;

}

  1. nav a:hover{
 color: #f15258;
 -webkit-transition: color .1s ease-in;
 text-decoration: none;

}

.anchor {

 display: block;
   position: relative;
   top: -70px;
   visibility: hidden;

}

.sb-fixed{

 position: fixed;
       top: 70px;
       left: 0px;

}

.fixed{

 position: fixed;
 top: 18px;
 width: 100%;
 bottom: 50px;

}

.marginRight{

 padding-left: 1%;

}