/* MY CUSTOM STYLES */

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

main{
	padding-top: 3rem;
	padding-bottom: 2rem;
}
body{background:url("../img/bg_photo_2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
	
	
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}