body  {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    font-family: 'Prompt', sans-serif;
	font-weight: 600;
    font-size: 1em;
    line-height: 1.4rem;
    background-color: #2C2F33;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 50px;
}
main {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
header {
    display: block;
    margin-left: 20px;
    margin-bottom: 6px;
    width: 910px;
    padding-bottom: 33px;
}

header h1  {
    color: #7289DA;
    font-style: normal;
    font-size: 1.6rem;
    padding-top: 17px;
    text-align: left;
}
header h2 {
    color: #FFFFFF;
    text-align: left;
}
header ul {
	color: #000000;
	list-style-type: none;
	text-align: right;
}
header ul li {
    display: inline-block;
    padding-top: 8px;
}

#headerText {
    float: right;
    margin-top: -46px;
    margin-right: 394px;
    /* [disabled]padding-left: 20px; */

}

header img {
    margin-left: -27px;
    height: 128px;
    align-self: flex-start;
    float: left;
    margin-top: 13px;
    margin-right: 9px;
}

#nav {
    text-align: center;
    list-style-type: none;
}
#nav ul  {
    text-align: right;
    list-style-type: none;
}

#nav li  {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
#mission {
    border-bottom: 5px solid #99AAB5;
    margin-bottom: 65px;
}
#tutorials {
    border-bottom: 5px solid #99AAB5;
    margin-bottom: -15px;
}


#tutorialsBox {
    display: flex;
    margin-top: 50px;
    margin-right: 70px;
    justify-content: space-between;
    margin-bottom: 65px;
}
.tutorial {
    width: 50%;
    margin-left: 50px;
}
#missionText {
    margin-left: 50px;
    margin-top: 35px;
    margin-bottom: 70px;
}
#servicesText {
    margin-left: 50px;
    margin-top: 35px;
    margin-bottom: 70px;
}

#tutorialsText {
    margin-left: 50px;
    margin-top: 35px;
    margin-bottom: 70px;
}

#servicesBox {
    margin-left: 70px;
    margin-right: 70px;
}
.serviceOptions h3 {
    text-align: center;
}
.serviceOptions h4 {
    color: #99AAB5;
    margin-bottom: 10px;
    margin-top: 35px;
    text-align: center;
}
.serviceOptions ul {
    padding-left: 20px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.serviceOptions img {
    border: 0px solid #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px rgba(0,0,0,0.40);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    box-shadow: 0px 0px rgba(0,0,0,0.40);
}
#servicesBox  {
    display: flex;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    justify-content: space-between;
}
.serviceOptions {
    width: 28%;
}
.serviceOptions h3 {
    margin-bottom: 30px;
    text-align: center;
}
.serviceOptions h4 {
    margin-top: 40px;
    padding-top: 20px;
    color: #99AAB5;
    text-align: center;
    border-top: 5px solid #7289DA;
}

.backToTop {
    margin-top: 40px;
    margin-right: 20px;
    text-align: right;
}

footer h1 {
    font-size: 1.2rem;
    text-align: center;
}
footer ul  {
    text-align: center;
    list-style-type: none;
    margin-left: -70px;
}
footer ul li {
    display: inline;
    margin-left: 20px;
    font-size: 0.9rem;
}

h1, h2, h4  {
    color: #7289DA;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}
h3  {
    color: #99AAB5;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
	font-size: 1.3rem;
}
p  {
    color: #FFFFFF;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #99AAB5;
	text-decoration: none;
}

.btn {
    border: none;
	box-shadow: 0 5px #99AAB5;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-image: none;
    cursor: pointer;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 30px;
    margin-left: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #7289DA;
    border-radius: 15px;
}
