@charset "utf-8";
/* CSS Document */


Body {
	margin: 0;
	padding: 0
}

#container {
	width: 1050px;
	border: solid 2px rgba(248,120,33,1.00);
	margin: auto;
}

#logo {
	height: 160px;
	width: 160px;
	margin: 10px;
	background:url("images/adobe-photoshop-logo.jpg");
	background-size: cover;
	background-color: cornflowerblue;
	float: left;
}

nav {
	height: 80px;
	width: 850px;
	background-color: aliceblue;
	float: left;
	margin-top: 90px;
}

#navi {
    list-style: none;
    text-align: center;
    font-size: x-large;
}

.nav {
    padding: 40px;
    font-size: 15pt;
    text-decoration: none;
}

header {
	height: 180px;
	background-color: cadetblue;
	overflow: auto
}

.about {
    width: 1027px;
    height: 505px;
    background-size: cover;
    background-color: rgba(3,128,109,1.00);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    box-sizing: border-box;
    color: rgba(255,255,255,1.00);
    font-size: x-large;
    border-radius: 10px;
	background: linear-gradient(rgb(0,0,0,0.45), rgba(0,0,0,0.45)), url("images/main_images.jpg");
}

.section1 {
	width: 1027px;
	height: 600px;
	background-color: #011326;
	margin: 20px auto;
	border-radius: 10px;
}

.subarticle1 {
    padding-top: 50px;
    text-align: left;
    margin-right: 100px;
    margin-left: 100px;
    padding-bottom: 50px;
    color: #C6D7E1;
    font-size: medium;
}

.right {
    float: right;
    margin: 80px 90px 40px 80px;
}

.btn {
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 700;
    background-color: #2F6D8B;
    color: #C6D7E1;
    border-radius: 12px;
}

.section2 {
    width: 1027px;
    height: 400px;
    background-color: #000000;
    margin: 20px auto;
    border-radius: 10px;
}

.subarticle2 {
    padding-top: 50px;
    text-align: left;
    margin-right: 100px;
    margin-left: 100px;
    padding-bottom: 50px;
    color: #C6D7E1;
    font-size: medium;
}

.section3 {
    width: 1027px;
    height: 370px;
    background-color: rgba(51,2,80,1.00);
    margin: 20px auto;
    border-radius: 10px;
}

.subarticle3 {
    padding-top: 50px;
    text-align: left;
    margin-right: 100px;
    margin-left: 100px;
    padding-bottom: 50px;
    font-size: medium;
    color: #C6D7E1;
}

.section4 {
	width: 1027px;
    height: 200px;
    background-color: #0F161E;
    margin: 20px auto;
    border-radius: 10px;
}

.morelinks {
    text-align: justify;
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 13px;
    padding-left: 200px;
}

h2 {
    color: #C6D7E1;	
}

#footer {
    display: table;
    margin: 0 auto;
}

ul#list {
    min-width: 760px;
    list-style: none;
}

ul#list li {
    display: inline;
    padding: 0px 20px;
}
