* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	color: #2d3c49;
	font-weight: 300;
}

.row {
	max-width: 960px;
}


.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	/*margin-bottom: 10px;*/
	}

.col-md-9 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.text-thin {
	font-weight: 100;
	font-weight: bold;
}

.title-super {
	font-size: 43px;
}

.title-logo {
	margin-top: 20px;
	max-width: 200px;
	max-height: 80px;
	border-radius: 50%;	
}

.top-graphic {
	margin-top: 0px;
	width: 960px;
	max-height: 275px;
}

hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.udacity {
	margin-bottom: 20px;
	margin-top: 20px;
}

.freelance {
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {
	margin-bottom: 20px;
}

img {
	max-width:100%;
}

#site-footer {
height: 65px;
background: #282828;
color: white;
margin-bottom: 30px;
}
