@charset "UTF-8";

body {
	background-color: #1a1d29;
	margin-top: 10.5px;
}

#container {
    width: 1520px;
    height: 700px;
    margin: 0 auto;
}

/* BOX ONE */

#box1{
    width: 1520px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

#logo{
    width: 100px;
    margin-left: 10px;
    float: left;
}

#edit{
    width: 165px;
    height: 50px;
    background-color: #474953;
    border-radius: 5px;
    margin-right: 10px;
    float: right;
    transition: background 0.2s ease-in-out;
}

#edit:hover{
    background-color: #74757d;
}

h4.ts{
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 450;
    font-style: normal;
    font-size: 1.2em;
    line-height: 2.4em;
    letter-spacing: .02em;
}

/*BOX TWO*/

#box2{
    width: 500px;
    padding-top: 80px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

h2.ts{
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 3em;
    line-height: 2.5em;
}



/*SPRITES*/

#sprites{
    width: 980px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    min-height: 206px;
}

#tiana{
    min-width: 200px;
    height: 200px;
    float: left;
    margin-right: 50px;
    margin-left: 20px;
    background-image: url(../pics/disney_sprite.png);
    background-position: 0px 0px;
    border-radius: 100px;
}

#tiana:hover{
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

#groot{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 50px;
    background-image: url(../pics/disney_sprite.png);
    background-position: -200px 0px;
    border-radius: 100px;
}

#groot:hover{
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

#raven{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 50px;
    background-image: url(../pics/disney_sprite.png);
    background-position: -400px 0px;
    border-radius: 100px;
}

#raven:hover{
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

#add{
    width: 200px;
    height: 200px;
    float: left;
    background-image: url(../pics/disney_sprite.png);
    background-position: -600px 0px;
    border-radius: 100px;
}

#add:hover{
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

/*BOX THREE*/

#box3{
    width: 1052px;
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    clear: both;
    margin-top: 0px;
}

.names{
    width: 200px;
    float: left;
    margin-left: 53px;    
}

h3.ts{
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 1.5em;
}

a:link {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}
