body {
	font-family: 'Roboto';
    line-height: 1.8;
	background-color: #0f0f0f;
}

a:hover {
	text-decoration: none;
}

.home-jumbotron {
    margin: 0;
    height: 100vh;
	text-align: center; 
    font-family: Montserrat, sans-serif;
	background-image: url("../img/section-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.devtext {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    color: white;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 30px;
    letter-spacing: 10px;
}

.contact {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 50px;
}

.contact:hover {
    color: #f8c641;
}

.top-bar {
	font-family: 'Open Sans';
	position: absolute;
	color: white;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.25);
}

.top-bar a {
    margin-top: 10px;
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    float: left;
	color: inherit;
	text-decoration: none;
    white-space: nowrap;
}

.top-bar img {
    width: 70px;
    height: 70px;
}

.brand {
	font-family: 'Open Sans';
    display: inline-block;
}

.brand h1 {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    padding-top: 5px;
}

.brand h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    margin-top: -10px;
}

#main-block img {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	width: 80%;
}

.logo-image {
    position: relative;
    margin: auto;
	width: 300px;
}

.social {
    float: right;
    text-align: right;
    line-height: 60px;
    font-size: 50px;
}

.social a {
    margin-left: 10px;
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: #050505;
    color: white;
	font-family: Arial;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.footer p {
    margin: 0;
    font-size: 10px !important;
}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 992px) {

}

@media only screen and (max-width : 768px) {
    #main-block img {
        width: 100%;
    }
}

@media only screen and (max-width : 480px) {
	.devtext {
		font-size: 24px;
		letter-spacing: normal;
	}

    .brand {
        display: none;
    }
}

@media only screen and (max-width : 320px) {

}