p {
    padding: 10px;
}
hr {
    border-color:red;
}
.container {
    
}
.videoText {
    text-align: center;
    font-size: large;
    font-family: Impact;
    color: dodgerblue;
}

.videoBox {
    height: 350px;
    padding: 10px;
    margin-top: 50px;
}

.videoBoxSmall {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.3)10px 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.lineH {
    line-height: 15px;
}

.impact {
    font-family: Impact;
    color: red;
}

.impactB {
    font-family: Impact;
    color: red;
}
.impactRed {
    font-family: Impact;
    color: red;
}
.impactWhite {
    font-family: Impact;
    color: white;
    font-size:35px;
}
.aboutMeH1 {
    font-family: Impact;
    color: white;
    font-size:50px;
}
.aboutMeH2 {
    font-family: sans-serif;
    color: white;
}
.reviewText {
    font-size: large;
}

.glyphicon {
    color: red;
    font-size: xx-large;
}

.lrPad {
    padding-right: 25px;
}

.toTop {
    position: fixed;
    bottom: 10px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: +5;
    font-size: xx-large;
    color:white;
}

.sm-bar {
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}
    .sm-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
      color:cornflowerblue;
      opacity:0.5;
        font-size: 40px;
    }

       

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.leftPad {
    padding-left: 50px;
}

.textBox {
    padding: 25px;
  
    
}

.textBackground {
    border: solid;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.3)10px 10px 10px;
    background: border-box;
    background-color: rgba(0,0,0,0.3);
    padding: 25px;
    margin-top: 10px;
    color: black;
    border-radius: 6px;
   
}
.aboutMeBackground {
 
    padding: 25px;
    margin-top: 25px;
    color: black;
    
    background-image: url(Images/download.jpg);
    background-size: cover;
}
.aboutMeText {
    color: white;
    padding: 25px;
    font-size: large;
    background-color: rgba(0,0,0,0.3);
}
.donateText {
    color: white;
    padding: 25px;
    font-size: large;
    background-color: rgba(0,0,0,0.6);
}
.twoaBackground {
  
    padding: 25px;
    margin-top: 10px;
    color: black;
    
    background-image: url(Images/walther.jpg);
    background-size: cover;
}
.mainPoster {
   padding-top:15px;
   padding-bottom:25px;
   background-size:cover;
}
.donatebutton {
    
   padding-left:100px;

}
.twoAtext  {
    font:white;
    font-size:medium;
 

}

@media only screen and (min-width:570px) {
    .videoBox {
        height: 400px;
    }

    .homePoster {
        height: 350px;
    }

    .aboutPoster {
        height: 600px;
    }

    .portfolioPoster {
        height: 300px;
    }

    .photoGrid {
        margin: 0px;
    }

    .textBox {
        padding: 25px;
    }

    .navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 25px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 750px) {
    .textBox {
        padding: 5px;
    }
    .aboutPoster {
        height: 600px;
    }
}


@media only screen and (min-width: 1000px) {
    .videoBox {
        height: 500px;
    }

    .homePoster {
        height: 500px;
    }

    .aboutPoster {
        height: 650px;
    }

    .portfolioPoster {
        height: 500px;
    }

    .textBox {
        padding: 5px;
    }

    .leftPad {
        padding-left: 0px;
    }

    .navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 30px;
        line-height: 20px;
    }
    .headshot {
        position:relative;
        top:150px;
    }

}
.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: red;
}

.panel-heading {
    color: #fff !important;
    background-color: darkblue;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }
