/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');
/* Links */
a,
a:focus,
a:hover {
  color: red;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}
body{
	background:url("../images/hand.png") no-repeat top right;
	background-size:contain;
	font-family: 'Montserrat', sans-serif;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  /* background:url("bg.jpg") repeat-x top left; */
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
 
 
}
h1{
	    text-align: left;
}
.cover-container {
  max-width: 50%;
    padding-right: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner.cover{
	margin-top: 70px;
    color: #000;
	    text-align: left;
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
    padding: 33px 1.5rem 0;
}
.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.header_part{
	margin-left:20px;
}
.desktop_show{
	display:block;
}
.mobile_show{
	display:none;
}
.logo_desktop{
	    width: auto;
    position: absolute;
    left: 30px;
    top: 30px;
}
p.welcome{
	color:#E4AF50;
	font-size:20px;
	line-height:24px;
}
p{
	color:#707070;
	font-size:12px;
	line-height:20px;
	margin-bottom:0;
}
h1{
	color:#3E3E3E;
	font-size:35px;
	line-height:40px;
	font-weight:800;
}
footer p, footer p a{
	color:#707070;
	font-size:10px;
	line-height:20px;
}
footer p img{
	margin-right:7px;
}
@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
@media (max-width: 1024px){
	body {
    background: url(../images/hand.png) no-repeat 153% 0%;
}
.cover-container {
    max-width: 96%;
    padding-right: 49%;
  
}
.inner.cover{
		background: rgba(255, 255, 255, 0.9);
    padding: 70px 50px;
	margin-top:0;
	}
}
@media (max-width: 768px){
	body {
   background: url(../images/hand.png) no-repeat 0% 0%;
    background-size: cover;
}
.cover-container {
    max-width: 96%;
    padding-right: 49%;
  
}
.inner.cover{
		background: rgba(255, 255, 255, 0.9);
    padding: 70px 50px;
	margin-top:0;
	}
}
@media (max-width: 736px){
.inner.cover {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin-top: 0;
}
.logo_desktop {
    width: auto;
    position: absolute;
    left: 32px;
    top: 10px;
}
.cover-container {
    max-width: 95%;
    padding-right: 0;
   
}

.desktop_show{
	display:none;
}
.mobile_show{
	display:block;
	   
}
}
@media (max-width: 667px){
	.logo_desktop {
    width: auto;
    position: relative;
    left: -7px;
    top: 0;
}
}

@media (max-width: 414px){
	.logo_desktop {
    width: auto;
    position: absolute;
    left: 20px;
    top: 20px;
}
}