/*  Majors/Careers Specific */

section h1 {
    display: block;
    font-size: 25px;
    font-weight: bold !important;
    line-height: 1.2em;
    margin-bottom: 10px !important;
    text-align: left;
}
h2 {
    font-size:25px;
    line-height: 1.;
    font-style: italic;
}

hr {
    background: #bfbfbf none repeat scroll 0 0;
    height: 1px;
    margin: 10px auto 25px !important;
    width: 100%;   
}

/* Majors Intro */

#majors-intro {
	background-color: white;
	padding-top: 60px !important;
	padding-bottom: 30px !important;
    margin-top:90px;
}

#majors-intro .container-fluid {
	padding: 0;
}

#majors-intro h1 {
    color: #c34500;
    display: block;
    font-size: 40px;
    font-weight: bold !important;
    line-height: 1.2em;
    margin-bottom: 10px !important;
    text-align:center;
}

#majors-intro p {
	color: black;
	margin-bottom: 15px;
}


/* Science and Engineering Option */

#science-engineering-option {
	background-color: white;
	padding-top: 0px !important;
	padding-bottom: 90px !important;
}

#science-engineering-option .container-fluid {
	padding: 0;
}

#science-engineering-option h1 {
    color: #c34500;
}

#science-engineering-option p {
	color: black;
	margin-bottom: 15px;
}


/* Marketing and Management Option */

#marketing-management-option {
	background-color: #c34500;
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

#marketing-management-option .container-fluid {
	padding: 0;
}

#marketing-management-option h1 {
    color: white;
}

#marketing-management-option p {
	color: white
	margin-bottom: 15px;
}


/* Art and Design Option */

#art-design-option {
	background-color: black;
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

#art-design-option .container-fluid {
	padding: 0;
}

#art-design-option h1 {
    color: white;
}

#art-design-option p {
	color: white;
	margin-bottom: 15px;
}


/* Careers Intro */

#careers-intro {
	background-color: white;
	padding-top: 60px !important;
	padding-bottom: 30px !important;
    margin-top:10px;
}

#careers-intro .container-fluid {
	padding: 0;
}

#careers-intro h1 {
    color: #c34500;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold !important;
    line-height: 0.9em;
    margin-bottom: 10px !important;
    text-align:center;
}

#careers-intro p {
	color: black;
	margin-bottom: 15px;
}

#careers-intro a.section-head,
#careers-intro a.section-head:hover,
#careers-intro a.section-head:visited,
#careers-intro a.section-head:active
 {
    color: #c34500;
    text-decoration: none;
    transition: none;
}


/* Environmental or Sustainability Manager */

#env-manager {
    background-color: white;
    padding-top: 0px !important;
    padding-bottom: 90px !important;
}

#env-manager .container-fluid {
    padding: 0;
}

#env-manager h1 {
    color: #c34500;
}

#env-manager h2 {
    color: #c34500;
}


#env-manager p {
    color: black;
    margin-bottom: 15px;
}


/* Materials / Wood Products Scientist */

#material-scientist {
    background-color: #c34500;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#material-scientist .container-fluid {
    padding: 0;
}

#material-scientist h1 {
    color: white;
}

#material-scientist h2 {
    color: white;
}

#material-scientist p {
    color: white;
    margin-bottom: 15px;
}


/* Interior Designer */

#interior-design {
    background-color: white;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#interior-design .container-fluid {
    padding: 0;
}

#interior-design h1 {
    color: #c34500;
}

#interior-design h2 {
    color: #c34500;
}

#interior-design p {
    color: #c34500;
    margin-bottom: 15px;
}


/* Specialty wood marketing and production */

#wood-marketing {
    background-color: black;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#wood-marketing .container-fluid {
    padding: 0;
}

#wood-marketing h1 {
    color: white;
}

#wood-marketing h2 {
    color: white;
}

#wood-marketing p {
    color: white;
    margin-bottom: 15px;
}




/* Actions */

#actions {
    background-color: #C34500;
    background:url(../img/leaves-layer.gif) 50% 0 no-repeat;
    padding-top:10px;
    padding-bottom:10px;
    height: 80px;
    text-align: center;
    /*border-bottom: 30px solid white;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;
}

#actions {
    padding-bottom: 0;
    position:fixed;
    top:100vh;
    transform:translateY(-100%);
    width:100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

#actions a {
    padding: 0;
    display: block;
    border-radius: 3px;
}

#actions a:hover {
    background-color: white;
}

#actions a i {
    color:white;
    /*font-size: 40px;*/
    font-size: 20px;
    text-align: center;
}

#actions a:hover i {
    color: #C34500;
}

#actions a p {
    font-size: 18px;
    color:white;
    white-space: nowrap;
    line-height: 1em;
}

#actions a:hover p {
    color: #C34500;    
}

#actions a:hover {
    -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s; /* Firefox < 16 */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera < 12.1 */
            animation: fadein .5s;
}


/* Mini-Actions */

#mini-actions {
    /*display:none;*/
    background-color: black;
    padding-top:10px;
    padding-bottom:0px;
    height: 40px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}


#mini-actions a {
    padding: 0;
    display: block;
    border-radius: 3px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

#mini-actions a:hover {
    /*background-color: white;*/
}

#mini-actions a i {
    color: white;
    font-size: 15px;
    text-align: center;
}

#mini-actions a:hover i {
    color: #C34500;
}

#mini-actions a p {
    font-size: 14px;
    color: white;
    white-space: nowrap;
    line-height: 1em;
    display: inline-block;
}

#mini-actions a:hover p {
    color: #C34500;    
}

#mini-actions a:hover {
    -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s; /* Firefox < 16 */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera < 12.1 */
            animation: fadein .5s;
}


/** Buttons **/

a.osu-button {
  	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c34500 0%, #983600 100%) repeat scroll 0 0;
  	border-radius: 5px;
  	color: white;
  	margin:10px auto;
  	padding: 10px 15px;
  	position: relative;
  	z-index: 0;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: 200px;
}

a.osu-button:hover {
   	background: #983600 none repeat scroll 0 0;
    color: white;
}

a.image-button {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c34500 0%, #983600 100%) repeat scroll 0 0;*/
    border-radius: 5px;
    color: #c34500;
    margin: 25px 10px;
    padding: 10px 15px;
    position: relative;
    z-index: 0;
	text-decoration: none;
	font-size: 25px;
	text-transform: uppercase;
	display: block;
}

a.image-button:hover {
    /*background: #983600 none repeat scroll 0 0;*/
    color: #c34500;
}


/* Hover Animations */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


