/* background images */
.index-body {
    background-image: url("../pictures/smile.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-body {
    background-image: url("../pictures/beach.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.contact-body {
    background-image: url("../pictures/bird.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
/* col designations */
.col-8 { 
    background-image: url("../pictures/white\ background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;       
}

.col-9 {
    background-image: url("../pictures/white\ background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;   
}


.col-12{
    text-align: center;
} 

/* header/nav designations */

.headerbar {
    display: block;
    border-width: 20px;
    background-color: darkblue;
    border-color: black;
    border-top: 20px;
    width: 20px;
}

nav { 
    margin-bottom: 20px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
    /* float: right; */
  }
  .fa-linkedin {
    background: #007bb5;
    color: white;
    /* float: right; */

  }

  .fa {
    padding: 4% 4% 4% 4%;
    object-position: center;
    align-items: center; 
    font-size: auto;
    width: 50%;
    text-align: center;
    text-decoration: none;
    border-radius: 75%;
  }




/* body designations */

#king { 
    width: 350px;
    height: 350px;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 15px 50px;
}


#kings {
    width: 150px;
    height: 150px;
    float: left;
    margin: 10px 10px 10px 10px;
    border-radius: 15px 50px;
}

h1 {
    align-items: center;
    color: rgb(199, 96, 33); 
    text-align: center;   
    background-color: darkseagreen;
    border: black;
    border-style: solid;
}

.center {
    margin: auto;
}

.container {
    align-items: center;
}

/* footer designations */

.footerinfo  {
    position: fixed;
    bottom:0;
    background-color: rgb(255, 240, 28);
    width: 100%;
    height: 25px;
    margin: 100% 0 0 0;
}

.footer2    {
    position: fixed;
    bottom:0;
    background-color: rgb(37, 23, 1);
    width: 100%;
    height: 30px;
    margin: 100% 0 0 0;
}

.row {
    color: rgb(7, 7, 7);
}

.img {
    border-radius: 15px;
}



p {
    background-color: darkseagreen;
    border: black;
    border-style: solid;
   
}
h4 {
    background-color: rgb(255, 240, 28);

}
iframe {
    width: 95%;
    height: 750px;
}
ul {
    margin: 0px 0px 0p 0px;
}
.button {

    width: 90px;
    height: 40px;

}
button {
    width: 90px;
    height: 40px;
}