
.bg-cover {
    background-repeat: no-repeat;
    background-size: 100%;
}

.jumbotron {margin-bottom: 0;}

img{
    width: 100%;
    height: 100%;
}
body{
    color:black;
    font-family: 'EB Garamond', serif;
    background-color:rgb(240, 229, 229);
    background-size: cover;
    width: 100%;
    height: 100%;
}

header{
    height: 265px;
    padding: 0;
    background-image: url("../images/header.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;

}


.container-fluid{
    width: 98%;
    height: 100%;
    margin-bottom: 30px;
   
}
      
nav{
height: 70px;
font-size: 17px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

.nav-item{
    padding: 0px 14px 0 14px;
}

.navbar-custom {   background-color: rgb(229, 226, 226);}

.navbar-brand  { 
    font-family: 'EB Garamond', serif;
    color: black;
    font-size: larger;
    }  


.page-container{
   padding: 50px 0 50px 0;
   width: 100%;
   height: auto;
}

.bio{
justify-content: center;
padding: 0 0 80px 0;

}

.row #edu{
    margin: 0;
}
#edu{
    width: inherit;
    margin-top: 20px;
    text-align: left;
    font-style: bold;
    background-color: rgba(255, 255, 255, 0.609);
    border-radius: 5px;
    padding: 20px 30px 50px 30px ;
    

}

#edu_1 p{
    background-color: transparent;
    font-size: 18px;
    text-align: left;
    margin: 0;

}

#edu_2 p{
    background-color: transparent;
    font-size: 18px;
    text-align: left;
    text-justify: left;
    margin: 0;

}


#edu_1{
    text-align: left;
    font-size: 38px;
  
    
  
}

#edu_2{
    font-size: 38px;
    
}


 #mpls_college{
margin-bottom: 5px !important;
 }


#headshot{
margin: 0 1% 0 0;
align-items: center;
}

#links{
text-align: center;
margin: 20px 0 0 0;
background-color: rgba(255, 255, 255, 0.609);
padding: 5px;
border-radius: 5px;
}

#links a{
    color: black;
    font-size: 23px;
}

#links a:hover{
    text-decoration: underline;
}

#webprojects{
    font-size: 7em;
    text-align: center;
    margin: auto;
    padding: 6px;
}

iframe{
    width: 100%;
    height: 600px;
margin:auto;
}

#iframe_3{
    width: 95%;
    height: 650px;
    border: solid rgba(0, 0, 0, 0.671) 2px;
    margin-bottom: 30px;
    
}

.col-lg-11{
    padding-right: 10px;
}

#h1_1{
  padding: 0 0  30px 103px;
}

#h1_2{
  text-align: center;
 margin: 0 0 40px 0;
  }

#h2_bio{
    font-size: 7rem;
    padding: 0 0 0 30px;
    margin-bottom: 2.5rem;
}

  #h2_1{
    padding: 0 0 0 35px;
   }

    #h2_2{
     padding: 0 0 0 20px;
    }

#h1_3{
 padding: 0 0 10px 40px;
 margin: 20px 0 5px 615px;
 font-size: 50px !important;

         }



p{
    margin-top: 20px;
    font-style: bold;
    background-color: rgba(255, 255, 255, 0.609);
    border-radius: 5px;
}

#intro{
font-size: 26px;
}

#p_bio{
    padding: 20px 30px 30px 30px;
    height: 350px;
    font-size: 20px;

}

#p_1{
 padding: 25px !important;
height: 470px;
}

#p_2{
padding: 25px !important;
height: 350px;
}

#p_3{
    padding:30px 60px 60px 60px !important;
    margin: 0px 0 40px 0;
}

#visit_1{
    font-style: italic;
    padding: 100px 0 0 0;
    color: black;
}

#visit_1:hover{
    color: black;
    text-decoration: underline;
}

#visit_2{
    font-style: italic;
    padding: 100px 0 0 232px;
    color: black;
}

#visit_2:hover{
    color: black;
    text-decoration: underline;
}

.col-lg-8{
margin: auto;
text-align: center;
}

#arrow{
    font-size: 50px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: brown;
    height: 600px;
    border-radius: 5px;

}

#arrow img{
    height: 70px;
    margin: auto;
}


    .dropdown-item:hover{
        background-color:rgb(253, 228, 0);
        color: black;
    }

a:hover { 
        color: rgb(253, 228, 0);
        text-decoration: none;
      }

.btn:hover { 
    color: rgb(253, 228, 0);
      }


h5 {
    font-family: 'Lobster', cursive;
}

footer {
    height: 265px;
    padding: 0;
    background-image: url("../images/footer.svg");
    background-size: 115%;
    background-repeat: no-repeat;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

  
}

footer h1{
    padding-top: 3%;
}


footer a{
    color: white;


}

footer a:hover{
    text-decoration: underline;
    color: white;
}

footer .nav-link {padding-bottom: 0;}

.contact_info{
    border: solid 1px white;
    padding: 19px;
    border-radius: 16px;
}

.contact_info h3{
    font-size: 17px !important;
    
}

.navbar-toggle {
    background-color:white!important;
}


/* Mobile Version */
@media (max-width: 1000px)
{

    header{
        height: 121px;
        padding: 0;
        background-image: url("../images/header_mobile.svg");
        background-size: 100%;
        background-repeat: no-repeat;
 
    }

#headshot{
    width: 80%;
    justify-items: center;
}

    #p_bio{
        padding: 26px;
        margin: 0 0 0 20px 0;
        height: fit-content;
        
    }
#webprojects{
    font-size: 4em;;
}
    #h1_1{
         padding: 0 0  30px 70px;
        margin: auto;
        font-size: 45px !important;
    }
    
    #h2_bio
    {
        font-size: 6rem;
        padding: 20px;
         margin: auto;
        text-align: center;
    }
       
                
                #h1_2{
                    text-align: center;
                   margin: 0 10px 40px 0;
                    }

                    #h1_3{
                        padding: 0 0 10px 40px;
                        margin: 20px 0 20px 95px;
                        font-size: 50px !important;
                       
                                }

 #h2_1{
 padding: 0 0 0 90px;
 margin: 40px 0 30px 0;
 }

 #h2_2{
    padding: 0 0 0 75px;
    margin: 0 0 50px 0;
   }

   p{
      position: relative;
  }  

#p_1{
    height: fit-content;
    padding: 30px;
}

#p_2{
    margin: 0 0 60px 0;
    padding: 25px !important;
    height: fit-content;
}

#p_3{
    text-align: left;
}

#visit_1{
    padding: 100px 0 0 0;
}
#visit_2{
    padding: 100px 0 0 0;
}

#iframe_3{
    width: 100%;
    height: 600px;
    border: solid rgba(0, 0, 0, 0.671) 2px;
    margin: 0 0 30px 0 !important;
    
}


#box, ::after, ::before {
    box-sizing: unset;
}

footer{
    height: 121px;
    padding: 0;
    background-image: url("../images/footer_mobile.svg");
    background-size: 100%;
    background-repeat: no-repeat;

}

.contact_info{
    border: none;
    padding: 0;
    border-radius: 0;
    
}

} 