



body{
			background-color:#000;
			background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url("../img/back3.jpg");
		    background-attachment: fixed;
		    background-size: 100% 100%;
    	    background-repeat: no-repeat;

			 
	}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) 

{ 
	#myDiv{
		position: fixed;
		margin-bottom: 0px;
		bottom: 0px;
		left: 0px
		
	
} 
	.social{

		
	}
		
	.logo{
		top:0px;
	  
		width:230px;
		
	
		 
	}	
	
	
	
	}

.box {
	


}

.social-icons {
    list-style: none;
    text-align: center;
    margin: 2px 2px 2px 2px;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.social-icons li a {
    opacity: 0.8;
    color: #fff;
    font-size: 20px;
    border: 0px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.social-icons li a:hover {
    color: #ffd800;
    opacity: 1;
    border: 0px solid #fff;
}

#myDiv{
			margin:auto;
			margin-top:0px;
			margin-bottom: 0px;
		}
		
.logo {
   display: block;
    margin-top:21px;
    margin-left: auto;
    margin-right: auto;
	
}


.logodh {
   
    margin-top:55px;
    margin-left: auto;
    margin-right: auto;
    
    top:0px;
    width:350px;
     
	
}


/***iPhone 6s***/
@media (max-width: 991px) {
    .logo {
        display:none !important;
    }
    
}
/***Deskjtkopp6s***/
@media (min-width:992px) {
    .logodh {
        display:none !important;
    }
    
}

	

.footer {
	
	color:white;
	text-align:center;
	margin-top:20px;
	
	font-family: 'Montserrat', sans-serif;
	font-size:12px;

}	

	
	