.ln-headline
{
	font-size:3.5rem;
	font-weight:600;
 
}

#ln-background{
background: url(../cryptoultimatum-pictures/happy-crypto-billionaire.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
 
 
#ln-background-color{
background-color: #273d56;
 }
	
	
#ln{
text-align:center;
}


		
#ln .title-container{
	margin:3rem auto;
	}
	
	
.ln-text
{
	margin-top:.5rem;
	color: black;
	font-size: 1.8rem;
	font-weight: 700;
}



.ln-container {
	margin-left:auto;
	margin-right:auto;
	margin-top:2rem;
    background: white;
    width: 75%;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px 3px black;
}



.ln-container a:hover  {
   	text-decoration:none;
}


.ln-text-area {
    width: 70%;
    font-size: 1.7rem;
    margin-top: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4c2bf;
	text-decoration:none;

}



.ln-button {
    display: inline-block;
	cursor: pointer;
    border: none;
	margin-top:1rem;
    font-family: 'Roboto', sans-serif;
    border-radius: .3rem;
    letter-spacing: 0.05em;
    width: 70%;
    background: #fb9605;
    color: #000 !important;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    padding: 1.4rem 1.4rem;
}



.ln-button:hover {
box-shadow: 3px 3px 5px 3px #e2e2e2;
transition: box-shadow .17s ease-in-out;
}


/* ==============================================



   MAX-WIDTH : 767
   
   
   
=============================================== */



 
@media (max-width: 767px)
{
	
	#ln .title-container{
	margin:1rem;
	}
	
	
	.ln-headline
	{
	font-size:2.3rem; 
	}
	
	
	.ln-container {
    width: 100%;
}

.ln-text
{
	line-height:1.7rem;
	font-size: 1.5rem;
}

.ln-text-area {
    width: 100%;
}


.ln-button {
    font-size: 1.4rem;
    width: 90%;
}


#alert
{
	line-height:2rem;
	width:100%;
	text-align:left;
}
	
}




/* ==============================================



   MIN-WIDTH : 767 AND MAX-WIDTH : 1199
   
   
   
=============================================== */


@media (min-width: 768px) and (max-width: 1199px) {

#alert
{
	line-height:2rem;
}	
	
}