@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #ff0000;
}

header{
    color: white;
    font-size: 20px;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.5px;
    background: rgba(46, 46, 46, 0.6);
    letter-spacing: 2.5px;
	overflow: hidden;
}

.navbar-nav li {
    padding-right: 2%;
    overflow: hidden;
}

.navbar-dark .navbar-nav .nav-link{
    color: white;
    padding-top: 10px;
    transition: all 0.5s ease-in;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
       color: #ff0000;
}

.home-inner{
    background-image: url(img/Chicago.jpg);
}

.fixed {
    background-image: url(img/Chicago4.jpg);
}

.caption{
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 45%;
    z-index: 1;
}

.caption h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 8px;
	color: white;
}

.caption h2 {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 3px;
		color: white;
}

#about {
    color: black;
    padding-bottom: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
#about h1{
    color: #ff0000;
}

#My_Picture{
    max-width: 60%;
    max-height: 60%;
    border-radius: 8px;
}

#LinkedIn{
    width: 28px;
    height: 28px;
}

#Github {
    width: 28px;
    height: 28px;
}

.projects {
    max-width: 100%;
    position: absolute;
    top: 45%;
    z-index: 1;
}

#projects p {
    letter-spacing: 2px;
    font-size: 25px;
    color: white;
}

#projects h3{
    color: white;
    font-size: 35px;
    text-decoration: underline;
}

.buttonStyler{
    border-radius: 8px;
    color: white;
    background-color: #ff0000;
    border-color: #ff0000;
}

#pdfFile{
    max-height: 100%;
    max-width: 100%;
}

.buttonStyler2 {
    border-radius: 8px;
    color: white;
    background-color: #ff0000;
    border-color: #ff0000;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.jumbotron{
    margin-bottom: 0px;
}

iframe {
    width: 1200px; 
    height: 1200px;
    margin-left: auto; 
    margin-right: auto; 
    display: block;
}