@font-face{
    font-family: "Font";
    src: url('PT_Sans-Web-Regular.ttf'); /* IE */
}



body {
    font-family: 'Font', sans-serif; 
    color:white;
    background-color: #1e1e1e;
    /*background-color: white;*/
    font-size: 18px;
}



body a{
    color:#00b0ff;
}



.align-center{
    text-align:center;
    margin-bottom: 20px;
}
.align-left{
    float:left;
}
.align-right{
    float:right;
}
.space-please{
    padding-top:8px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:8px;
}
.space-below {
    margin-bottom: 100px;
}
.padding-space {
    padding-left:75px;
    padding-right:50px;
}



.shadow-text {
    text-shadow: 1px 1px 5px black, 0px 0px 25px black;
}
.red-text {
    color:red;
}
.white-text {
    color:white;
}
.blue-text {
    color:blue;
}



.nav {
    background-color: #000000;
}
.nav a{
    color:#bfbfbf;
    text-decoration:none;
}
.nav a:hover {
    color:white;
}
.nav li {
    display: inline;
    vertical-align: middle;
}
.annoying-navs {
    /*margin-top:10px*/
    margin-left: 40px;
    display: inline;
}
.logo-img {
    height:60px;
    vertical-align:middle;
}
.on-page {
    color:white;
}



.gallery-nav{
    background-color:#000000;
    padding-top:3px;
    padding-bottom:6px;
}
.gallery-nav a{
    text-decoration:none;
}
.gallery-nav li {
    display: inline;
    vertical-align: middle;
    margin-left:15px;
    margin-right:15px;
}
.gallery-nav a:hover{
    color:white;
}



.jumbo-text, page-subtitle{
    padding-bottom: 5px;
}
.original-jumbo-text, page-title{
    font-weight: bold;
    padding-bottom: 5px;
    /*text-shadow: 1px 1px 5px black, 0px 0px 25px black;*/
}
.jumbotron p, .jumbotron h1, .title-text p, .title-text h1 {
    color:white;
}
.jumbotron {   
    font-size: 35px;
    height:500px;
    background-image: url("xxxxx.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left:100px;
}
.jumbotron .container{
    position: relative;
    top:100px;
}
.title-text{
    margin-top:100px;
    font-size:22px;
}
.jumbotron h1, .title3 {
    font-size: 55px;  
    padding-bottom: 10px;
}
.jumbotron p, .jumbo-text p, .title-text p {
    font-size: 20px;
    padding-bottom: 10px;
}
.jumbotron a, .title-text a {
    font-size:15px;
}
.page-title{
    font-size:50px;
}
.page-subtitle{
    font-weight:bold;
    font-size:25px;
}



.cultural-identity-essay{
    margin-left:75px;
    margin-right:30px;
}
.thanks {
    font-size: 14px;
    float:right;
}



.poetry-essay{
    margin-left:75px;
    margin-right:50px;
}
.haiku{
    margin-left:400px;
}

.baby-title{
    font-size:20px;
}
.works-cited{
    font-size:16px;
}



.learn-more {
    background-color: black;
    color: white;
    margin-top:40px;
}
.bottom-header {
    font-size: 18px;
    font-weight: bold;
}
.learn-more td{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:8px;
}



.credits {
    font-size:14px;
}



.please-work{
    width:100%;
}



.poetry-link-div{
    width:100%;
    overflow: hidden;
}
.poetry-image{
 width:47vw;
}
.asdfghjkl{
    padding-bottom: 2px;
}
.go-back-to-poetry{
    text-decoration: none;
}
.poem{
    margin-bottom:100px;
}
.poetry-in{
    margin-left:150px;
    margin-right:50px;
}
.poetry-image:hover {
    -moz-box-shadow: 0 0 10px #fff; -webkit-box-shadow: 0 0 10px #fff; box-shadow: 0 0 10px #fff;
}
/*.poetry-image-UK:hover {
    -moz-box-shadow: 0 0 10px #ff0000; -webkit-box-shadow: 0 0 10px #ff0000; box-shadow: 0 0 10px #ff0000;
}
.poetry-image-US:hover {
    -moz-box-shadow: 0 0 10px #0000ff; -webkit-box-shadow: 0 0 10px #0000ff; box-shadow: 0 0 10px #0000ff;
}*/