* {
	margin: 0px;
	padding: 0px;
}
html { font-size:100%; }

/* MY BRAND COLORS

RED 
    rgb(215,0,0);
DARK RED
    rgb(148,0,0);
DARK GREY 
    rgb(125,125,125);
LIGHT GREY
    rgb(235,235,235);
*/

a:link, a:visited {
    color: rgb(215,0,0);  
}

a:hover, a:active {
    color: rgb(255,255,255);
}

p a:hover, p a:active {
    color: rgb(150,150,150);
}

/* ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- UNIVERSAL/DEFAULT STYLES -------------- */
/* ----------------------------------------------------------------------------------------------- */

h1 {
    font-size: 2em; 
    font-family: SteelfishRg-Regular, Helvetica, Arial, sans-serif;
    margin: 2px 0 10px 0;
    color: rgb(0,0,0);
}


h2 {
    margin: 2px 0;
    font-size: 2em; 
    font-family: SteelfishRg-Regular, Helvetica, Arial, sans-serif;
    color: rgb(0,0,0);
}

h3 {
    font-size: 1.5em;
    font-family: SteelfishRg-Regular, Helvetica, Arial, sans-serif;
}
p {
    font-family: Georgia, serif;
    font-size: 1em;
}
p.caption {
    font-size: .9em;
    color: rgb(100,100,100);
    margin-bottom: 40px;
}
body {
    background: rgb(235,235,235);   
}

.red-button {
    background: rgb(215,0,0); 
    box-shadow: 0 4px 0 0 rgb(148,0,0);
}
.red-button:active {
    position: relative;
    box-shadow: 0 2px 0 0 rgb(148,0,0);
    top: 2px;
}
a:hover .red-button {
    color: white;   
}
.red-button h3 {
    padding: 15px 0 10px 0;
    color: rgb(255,255,255);
    font-family: SteelfishRg-Regular, Helvetica, Arial, sans-serif;
    text-align: center;
}

.devices-img {
    width: 100%;
    max-width: 301px; /* actual width of image */
    margin: 15px auto 30px auto;
    display: block;
}
.graphic-design-img {
    margin: 15px auto 30px auto;
    display: block;
}
.photography-img {
    margin: 15px auto 30px auto;
    display: block;
}

.video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25%;
	height: 0;
	/*margin-bottom: 1em;*/
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* --------------------------------------------------------- Nav */
nav {
    width: 100%;
    position: fixed;
    z-index: 10;
    background: rgb(0,0,0);
    height: 40px;
}
nav img {
    display: none;   
}
nav a:link, nav a:visited {
    color: rgb(255,255,255);
}
nav a:hover, nav a:active {
    color: rgb(215,0,0);
}
nav ul {
    padding: 7px 0; 
}
nav ul li {
    display: inline;  
    font-family: SteelfishRg-Regular, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin-right: 5px;
}
nav .row {
    height: 30px;
}

li.nav-logo {
    display: none;
}



/* --------------------------------------------------------- Main Section stuff */

.main-section-logo {
    background: url('../images/xs-logo.png') no-repeat; 
    background-position: 20px;
    height: 50px;
}
#main-section h1, #main-section h2 {
    padding: 0 0 0 50px;
}
#main-section h1 {
    margin: 25px 0 0 0;   
}
#main-section h2 {
    margin: 4px 0 0 0;
}
#main-section {
    padding-top: 60px;   
}
#main-section a:hover, #main-section a:active {
    color: rgb(255,255,255);   
}


/* --------------------------------------------------------- About Me Section stuff */

#about-background {
    background: url('../images/me-drumming.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    height: 300px;
}
#about h2 {
    margin: 25px 0 0 0;
    color: rgb(255,255,255);
    text-align: center;
}   
#about p {
    color: rgb(255,255,255);
    text-align: center;
}
video#drumming {
    display: none;   
}
.bg-effect {
    background-image: url(../images/screen-lines.png);
    background-repeat: repeat;
}
img#metal {
    max-width: 50px;
    margin: 10px auto;
    display:block;
    position: relative;
}


/* --------------------------------------------------------- Portfolio Section stuff */
#portfolio h2 {
    text-align: center;
    margin: 25px 0 0px 0;
}
#portfolio h3 {
    text-align: center;
}

#portfolio img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
}
#portfolio {
      padding-bottom: 20px;
}

/* --------------------------------------------------------- Contact Section stuff */
#contact h2 {
    text-align: center;
    margin: 25px 0 0px 0;
    color: rgb(255,255,255);
}
.contact-background {
    background: rgb(0,0,0);   
}
#contact p, #contact h3 {
    text-align: center;
    color: rgb(255,255,255);
}
#contact {
    padding-bottom: 20px;   
}


/* --------------------------------------------------------- footer stuff */
footer {
    padding: 20px 0;  
    text-align: center;
    background: rgb(125,125,125);
    color: rgb(255,255,255)
}
footer img {
    display: inline;   
}

h2.footer-name {
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline;
    color: rgb(255,255,255);
}
.footer-email {
    margin: 10px 0;   
}

/* --------------------------------------------------------- Individual Portfolio Item stuff */

.portfolio-content-wrapper {
    padding-top: 50px;   
}
.portfolio-content-wrapper img {
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    margin-bottom: 20px;
}






/* ----------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------- MEDIA QUERIES ----------------- */
/* ----------------------------------------------------------------------------------------------- */


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* --------------------------------------------------------- Small devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }






/* ------------------------------------------------------- Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

h1 {
    font-size: 10em;   
}
<!-- match regular h2 on anything other than phone/tablet -->
.title-h2 { 
    font-size: 6em;
}  
h2 {
    font-size: 6em;   
} 
h3 {
    font-size: 2.5em;
}
p {
    font-size: 1.1em;   
}
    
/* --------------------------------------------------------- Nav */
nav {
    height: 65px;
}
nav ul {
    padding: 0;   
}
nav ul li {
    font-size: 2.2em; 
    margin-right: 20px;
}
nav img {
    display: inline;
    height: 100%;
    padding: 0 10px;
    margin-left: 50px; 
    background: rgb(215,0,0);
    padding-bottom: 5px;
}
li.nav-logo {
    display: inline; 
    width: 200px;
    height: 10px;
}
li.nav-logo div {
    display: inline;
    width: 200px;
    height: 10px;
}
.red-bg::before {
    content: '';
    position: absolute;
    left: 0;
    background: rgb(215,0,0);  
    width: 75px;
    height: 65px;
}
.red-bg::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 65px 0 0;
    border-color: rgb(215,0,0) transparent transparent transparent;
    position: absolute;
    display: inline;
}
nav li.home {
    margin-left: 60px;   
}
#home-page h2 {
    padding-top: 40px;   
}
    
    
/* --------------------------------------------------------- Main Section stuff */
#main-section {
    height: auto;   
    padding-top: 80px;
}
.main-section-logo {
    height: auto;   
    background: url('../images/logo-big.png') no-repeat; 
}
#main-section h1, #main-section h2 {
    padding: 0 0 0 100px;
}
    
    
/* --------------------------------------------------------- About Section stuff */

#about {
    height: 715px;
}
#about-background {
    height: 715px;  
    background: none;
}

.drumming-video-container {
    position: absolute;
    height: 715px;
    width: 100%;
    overflow: hidden;
}
video#drumming {
    display: block;  
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    
}
img#metal {
    margin: 20px auto;
}

/* --------------------------------------------------------- Portfolio Section stuff */

#portfolio h3 {
    padding-top: 15px;
}

 

    
/* --------------------------------------------------------- Contact Section stuff */   

/* --------------------------------------------------------- Individual Portfolio Item stuff */

.portfolio-content-wrapper {
    padding-top: 90px;   
}   
    
    
} /* MEDIA QUERY END BRACKET */

/* ------------------------------------------------- Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }







/*
We occasionally expand on these media queries to include a max-width to limit CSS to a narrower set of devices.

Copy
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }
*/