@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);

/*
  _   _ _______     _______ ____  __  __ ___ _   _ ____  ____ _____ _   _ ____ ___ ___  ____  
 | \ | | ____\ \   / / ____|  _ \|  \/  |_ _| \ | |  _ \/ ___|_   _| | | |  _ \_ _/ _ \/ ___| 
 |  \| |  _|  \ \ / /|  _| | |_) | |\/| || ||  \| | | | \___ \ | | | | | | | | | | | | \___ \ 
 | |\  | |___  \ V / | |___|  _ <| |  | || || |\  | |_| |___) || | | |_| | |_| | | |_| |___) |
 |_| \_|_____|  \_/  |_____|_| \_\_|  |_|___|_| \_|____/|____/ |_|  \___/|____/___\___/|____/                                                                                               

 &copy; Nevermind Studios 2014. All rights reserved.

*/

@media (max-width: 480px) {
    h1 {
	font-size: 22px;
	letter-spacing: 3px;
    }
}

::selection {
	background: #BEEECD; /* Safari */
	}
::-moz-selection {
	background: #BEEECD; /* Firefox */
}

h3 {
	display: inline
}

.navbar-default .navbar-brand {
	text-transform: uppercase;
	letter-spacing: 5px;

}

body {
  padding-top: 125px;
  
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}


.jumbotron h1 {
	font-size: 60px;
}