@font-face {
  font-family: "Sans Pro";
  src: url("/fonts/SourceSansPro-Regular.ttf") format("truetype");
}

body {
	margin: 0;
	font-family: Sans Pro;
	font-size: 1.6rem;
	height: 100vh;
}

a {
    font-size: 1.6rem;
    color: #000;
}

.bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /*background: url("/img/bg-min.jpg");
    background-attachment: fixed;
    background-size: cover;*/
}


.main {
	max-width: 700px;
	justify-content: center;
	margin: 60px 20px;
	position: relative;
}
/*
@media (max-width: 640px) {
  .bg::before {
    content:"";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(100vh);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/img/bg-min.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;         
  }
    
}
@media (min-width: 641px){
  .bg {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url("/img/bg-min.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
}
*/

@media (max-width: 640px) {
    body {
	font-size: 1.4rem;
    }

    a {
    font-size: 1.4rem;
    }
}

.logo-img {
    display: block;
	max-width: 382px;
	width: 100%;
	margin: 0 auto;
}

img {

}

.text {
    color: #000;
	text-align: center;

}

.links {
	padding-top: 10px;
	display: flex;
	text-align: center;
	justify-content: center;
    flex-direction: column;
}

@media (max-width: 960px) {
    .links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.menu {
    max-width: 1000px;
    margin: 20px auto;
}