.tester {
    background-color:black;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #212529;
}
.darkblue {
    color: #212529;
}
.white {
    color: white;
}
.wrapper {
    height: 80vh;
    background-image: url("/images/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
    -moz-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
    box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
}
@media (min-width: 320px) { 
    .topRow {
        margin-top: 0%;
    }
    .wrapper {
        background-image: none;   
    }
    .headerText {
        text-align: center;
    }
    .rB {
        background-image: url("/images/cover.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
        -moz-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
        box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
    }
    .video-responsive {
        min-height: 40vh;
    }
    .bgimage1 .bgimage2 .bgimage3 {
        background-image:none;
    }
    .sewingWrapper {
        margin-top: 40px;
    }
    .hero {
        margin-top: 15%;
    }
}

@media (min-width: 768px) { 
    .topRow {
        margin-top: 0%;
    }
    .wrapper {
        height: 80vh;
        background-image: url("/images/cover.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-image: top;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
        -moz-box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
        box-shadow: 0px 3px 5px 0px rgba(217,217,217,0.7);
    }
    .headerText {
        text-align: left;
    }
    .rB {
        background-image: none;
        padding: 0px;
        min-height: 0vh;
    }
    .bgimage1 {
        background-image: url("images/bgimage1.png");
        height: 50vh;
        background-attachment: fixed;
        background-size: cover;
    }
    .bgimage2 {
        background-image: url("images/bgimage2.png");
        height: 50vh;
        background-attachment: fixed;
        background-size: cover;
    }
    .bgimage3 {
        background-image: url("images/bgimage3.png");
        height: 50vh;
        background-attachment: fixed;
        background-size: cover;
    }
    .sewingWrapper {
        margin-top: 0px;
    }
    .hero {
        margin-top: 15%;
    }
}

.dropShadow1 {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.bold {
    font-weight: 700;
}
.medium {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.coverBackground {
    background-color: rgb(255,255,255,.7);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.coverButton {
    margin-top: 10px;
}
.customButton {
    background-color:#ffe657;
    border-style: solid;
    border-width: 2px;
    border-color:  #ffe657;
    font-weight: 400;
    color: #212529;
    margin-top: 10px;
}
.customButton:hover {
    background-color:transparent;
    border-style: solid;
    border-width: 2px;
    border-color:  #ffe657;
    font-weight: 400;
    color: #212529;
}

.lightBlueBackground {
    background-color: #f4815e;
}
.projectSize {
    font-size: 3rem;
}
hr { 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.orangeHighlight {
    background-color: #f4815e;
    padding: 2px 5px 2px 8px;
    color: white;
}
.blackHighlight {
    background-color: rgb(0, 0, 0, .9);
    padding: 2px 5px 2px 8px;
    color: white;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video {
    height: 40vh;
}
.contribute {
    height: 50vh;
}

.contributeImage {
    width: 100%;
}
.footer {
    font-size: small;
}
.sewingWrapper {
    background-image: url("images/sewing.jpg");
    height: 55vh;
    background-size: cover;
    background-position: top;
}
.pageTitle {
    margin-top: 7px;
    height: 4em;
}
.pageTitleFont {
    color: white; 
    font-size: 2em;
    font-weight: bold; 
}
.farmerWrapper {
    background-image: url("images/FieldMan.png");
    height: 55vh;
    background-size: cover;
    background-position: top;
}
.sewingBackground {
    background-image: url("images/store.png");
    background-size: cover;
}
.videoWrapper {
    background-image: url("images/videoWrapper.png");
    height: 55vh;
    background-size: cover;
    background-position: center;
}
a i {
    color: black;
}
a i:hover {
    color: #f4815e;
}
.navbar {
    background-color: rgb(255, 255, 255, 1);
    background-image: none;
}