/** body  **/

body {
  background:url("../img/triangles.png");
}

h2 {
  text-align: center;
  background:url("../img/triangles.png");
}

#nav.container {
  background-color: white;
  max-width: 700px;
  border-radius: 20px;
}

#nav ul li a {
  color: #6F7273;
}

#maincontainer.container {
  margin-top: 10%;
  margin-bottom: 40px;
  max-width: 700px;
  background-color: white;
  border-radius: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.shadow {
  color:#616161;
  text-shadow:#e0e0e0 1px 1px 0;
}

.btn {
  border-radius: 24px;
}

.btn-primary-outline {
  border-color: #007299;
}

.btn-secondary-outline {
  border-color: #a6a6a6;
  color: #a6a6a6;
}

.center-buttons {
  margin-left: 30%;
}


/** profile **/


#profile {
  text-align: center;
  background:url("../img/triangles.png");
  font-family: 'Nunito', sans-serif;
  max-width: 700px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 13px;
  margin-bottom: -40px;
  border-radius: 20px;
}

#profile img {
  border-radius: 200px;
  max-width: 30%;
  margin-top: 30px;
  margin-bottom: 20px;
}


/** projects **/

#projects {
  padding-top: 40px;
  clear: both;
}

#projects img {
  padding-bottom: 20px;
}

.img-responsive {
  max-width: 100%;
}

/** about **/

#about {
  padding-bottom: 40px;
}

 .glyphicon {
   float: left;
   font-size: 3em;
   padding-top: 40px;
   margin-left: 20%;
   color: #6F7273;
 }

 .row ul {
   margin-left: 35%;
   margin-right: 20px;
   padding-top: 40px;
 }

 .row ol {
     margin-left: 2%;
     padding-top: 10px;
 }

 /** media queries **/


 @media screen
 and (max-width: 800px) {

   #maincontainer.container{
     max-width: 600px;
   }

   #projects {
     margin: 0 10%;
   }

   .center-buttons {
     margin-left: 40%;
   }

   a.anchor {
       display: block;
       position: relative;
       top: -150px;
       visibility: hidden;
   }

 }
