@charset "UTF-8";
/* CSS Document */

.wrapper{
	width:1400px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: darkslategrey;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: whitesmoke;
}

.content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.story {
	margin-top: 20px;
	margin-left: 20px;
	font: "Helvetica Neue";
    width: 48%;
    float: left;
}

.video {
	margin-top: 20px;
    width: 48%;
    float: right;
}
.aboutsamsung{
	margin-top: 20px;
	margin-left: 20px;
	width: 48%;
    float: left;
}
.futurevision{
	margin-top: 20px;
	width: 48%;
    float: left;
}
.latestreleases{
	margin-top: 20px;
	margin-left: 20px;
    width: 48%;
    float: left;
}

.image1 img {
    width: auto;
    height: auto;
    display: block;
    margin: 20px auto;
}
.image2 img{
	 width: 700px;
	height: 500px;
    float: right;
	margin-top: 150px;
	align-content: center;
	display: block;
}
.footer{
	width:100%;
	height:100px;
	background-color: darkgray;
	float:left;
	text-align: center; 
}