/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
    color: #333;
}

html,
body {
    height: 100%;
}

h1, h2 {
    margin: 10px 0;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 1.3rem;
}

body {
    color: #333;
    text-align: center;
    /*background-image: url(../img/pattern-sm.jpg);*/
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    background-color: #fff;
}

.bg-overlay {
    background: url(../img/cover.jpeg) no-repeat fixed;
    background-size: contain;
    background-color: #fff;
    background-position: center;
    height: 100%;
    width: 100%;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(48, 53, 70, 0);
    /*box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
}

.social-links ul {
    list-style: none;
	padding: 0;
}

.social-links ul li {
    display: inline-block;
    margin: 0 5px;
}

.content {
	text-align: center;
    position: absolute;
    /* top: 55vh; */
    bottom: 1vh;
    width: 100%;
}

@media all and (min-width: 375px) and (max-width: 768px) {

}

@media all and (min-width: 768px) and (max-width: 811px) {

}

@media all and (min-width: 812px) and (max-width: 900px) {

	h1 {
		font-size: 2.2rem;
	}
}

@media all and (min-width: 1024px) and (max-width: 1365px)  {
	

}

@media all and (min-width: 1366px)  {
	/*.bg-overlay {
	    background: url(../img/cover.jpeg) no-repeat fixed;
	    background-size: cover;
	    background-color: #0B0C0D;
	    background-position: center left;
	    height: 100%;
	    width: 100%;
	}*/

	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.social-links ul li {
		font-size: 2rem;
		margin: 0 10px;
	}

/*    .content {
	    top: 40vh;
	    right: 0;
	    width: 50%;

	}*/

}

