html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
        margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
p{
}

.bowling_bg {
    background-image: url('../images/backgrounds/bowling.jpg');
    background-size: cover;
    color: white;
}
.myphoto-section{
    min-height: 500px;
}
.bg-myphoto-light{
    background-color: white;
    color: #504747;
}
.bg-myphoto-dark{
    background-color: #504747;
    color: white;
}
.myJustify{
    text-align:justify;
}
.myMarginLeft{
    margin-left: 200px;
}
.ImageLayout {
    max-height: 350PX;
    max-width: 350PX;
}
