@charset "UTF-8";
body {
    background-color: #13A1CD;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #86c5da;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(121,213,242,0.44);
    box-shadow: 0px 0px 10px 10px rgba(121,213,242,0.44);
}
}header h1 {
    text-align: center;
    text-shadow: 0px 0px;
    color: #276b80;
}
nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    /* [disabled]text-align: left; */
    position: static;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #276b80;
    font-weight: bolder;
}
header {
    background-image: url(images/sfBckgrndImg.jpg);
    background-size: cover;
    height: 201px;
}
#header {
}
h1  {
    text-align: center;
    font-family: 'Sigmar One', cursive;
    color: #276b80;
}
main #header {
    font-size: 2.5rem;
}
a:link ,a:visited {
    color: #276b80;
    text-decoration: none;
}
a:hover  ,a:active {
    color: #B0B0B0;
    text-decoration: none;
}
.mainImg {
    display: block;
    margin-left: auto;
    border: 10px solid rgba(238,237,243,1.00);
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(88,88,88,0.26);
    box-shadow: 0px 0px 10px 10px rgba(88,88,88,0.26);
}
main section h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 60px;
    margin-bottom: px;
}
main section p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d3d3d3;
    /* [disabled]font-weight: bold; */
    width: 600px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    line-height: 129%;
    word-spacing: 190%;
	  -webkit-box-shadow: 0px 0px 10px 10px;
    box-shadow: 0px 0px 10px 10px;
}

.p1 {
    background-color: #1264E4;
}
.p2 {
    background-color: #143FCA;
}
.p3 {
    background-color: #0000E5;
}
footer h1 {
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-family: 'Anton', sans-serif;
}
footer nav {
    padding-bottom: 40px;
}
#about {
}
#education {
}
#experience {
}
