body {
background-color: rgb(25, 25, 25);
padding-top: 75px;
font-family: Ubuntu;
}
a.navbar-brand {
font-size: 180%;
}
ul.nav {
font-size: 140%;
}
div.starter-template {
padding: 100px 15px;
color: White;
max-width: 750px;
position: absolute;
top: 15%;
right: 0;
left: 0;
bottom: 0;
margin: auto;
}
div.page-header {
font-size: 80%;
}
div.alert-info {
background-color: rgba(100, 100, 250, 0.2);
border-color: rgba(100, 100, 250, 0.3);
}
div.jumbotron {
background-color: rgb(20, 20, 20);
}
div.row {
background-color: rgb(15, 15, 15);
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
}
img.change {
padding: 10px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0);
transition: 0.2s;
border-radius: 10px;
}
img.change:hover {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
img.main_image {
margin-bottom: -75px;
}
button.btn-shadow {
box-shadow: 0 0 15px rgb(20, 20, 20);
margin-right: 10px;
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
	color: White;
  }
}
@media (max-width: 768px) {
	.main_image {
		max-width: 300px;
	}
}
div.container {
color: rgb(200, 200, 200);
font-family: Arial;
}
div.dark {
background-color: rgb(20, 20, 20);
}
button.btn {
border-radius: 2px;
}
