﻿@media (min-width:1200px) {
    .paddingleft {
        padding-left: 8%
    }

    .paddingright {
        padding-right: 8%
    }



    .toplogo {
        width: calc(70px + 1vw)
    }

    .coiftext_large {
        font-family: 'Prism';
        font-size: calc(14px + .5vw);
        color: #1b3556;
        font-weight: bold;
        line-height: 22px; 
        text-decoration:none
    }

    .title {
        vertical-align: middle;
        text-align: left;
    }

    .footertext {
        font-family: Verdana;
        font-size: calc(8px + .3vw);
        color: #666;
        line-height: calc(10px + .4vw);
        text-decoration: none
    }

    .footerdivs {
        flex: 2;
        width: 200px;
        padding-top: 30px;
    }
}






.link {
    font-family: Arial;
    color: #1bbdeb;
    font-size: 14px;
    line-height:24px;
    text-decoration:none
}

.small_menu {
    color:#666;
    font-family:Arial;
    font-size: 16px;
    border-bottom:solid 1px #bbb;
    padding: 20px 20px 20px 20px
}


br {
    display: block;
    margin: 10px 0;
    line-height: 10px;
}
.coiftext {
    font-family: Arial;
    font-size: calc(10px + .5vw);
    color: #1b3556;
    font-weight: bold;
    
    
}
.donatetop {
    font-family: Arial;
    font-size: calc(10px + .5vw);
    font-weight: bold;
    color: #1b3556;
    background-color: #f1c448;
    border-radius: 10px;
    padding: 9px 15px 9px 25px;
    border: none;
    cursor:pointer
}
.menu {
    font-family: Verdana, Arial;
    font-size: calc(12px + .4vw);
    height: 35px;
    color: #555;
    cursor: pointer;
}
    .menu:hover {
        font-family: Verdana, Arial;
        font-size: calc(12px + .4vw);
        color: #eee;
        background-color: #1b3556;
        border-radius: 3px;
    }

.textProjects {
    font-family: Prism;
    font-size: calc(12px + .2vw);
    color: #333;
    line-height: 14px
}
    
.text10 {
    font-family: Prism;
    font-size: calc(10px + .4vw);
    color: #1b3556;
    line-height: 16px
}
.text12 {
    font-family: Prism;
    font-size: calc(12px + .4vw);
    color: #1b3556;
    line-height: calc(22px + .4vw);
}
.text14 {
    font-family: Prism;
    font-size: calc(14px + .4vw);
    color: #1b3556;
    line-height: calc(22px + .4vw);
}
.text16 {
    font-family: Prism;
    font-size: calc(16px + .4vw);
    color: #1b3556;
}

.box {
    border: solid 1px #888;
    border-radius: 5px; 
    padding: 8px;
}
.button {
    font-family: Arial;
    font-size: calc(12px + .3vw);
    color: white;
    padding: 9px 25px 9px 25px;
    background-color: #243f62;
    border-radius: 7px;
    border: none;
    cursor:pointer;
}
.innerdiv {
    width:95%;
    display:flex
}
.footer {
    box-sizing:border-box;
}

.footerdiv1 {
    padding-top:30px;
    text-align:left;
    padding-top: 30px;
}

.donate {
    background-color: #1b3556;
    box-sizing:border-box;
    padding: 20px 8% 30px 8%;
}
.donateinner {
    width:100%;
    padding:0px 0px 0px 0px;
    margin-left:auto; 
    margin-right:auto;
}
.donateoptionschosen {
    font-family: Arial;
    color: white;
    box-sizing: border-box;
    padding: 5px 0px 5px 0px;
    font-size: calc(16px + 1vw);
    width: 30%;
    font-weight: bold;
    text-align: center;
    border: solid 1px white;
}

.donateoptions {
    font-family: 'Arial';
    color: #1b3556;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: calc(16px + 1vw);
    width:30%;
    font-weight: bolder;
    text-align: center;
    border: solid 1px white;
}
.donateright {
    padding-left: 0px;
}

.noflex {
    display:flex
}

.handprints {
    width: calc(30px + 3vw)
}


.textbannerheader {
    font-family: "Prism";
    letter-spacing: 1.25px;
    font-size: calc(14px + 1vw);
    line-height: calc(20px + 1vw);
}

.textbannerlarge {
    font-family: "Headings";
    letter-spacing: 1.25px;
    font-size: calc(18px + 1vw);
    line-height: calc(22px + 1vw);
    font-weight: 400
}

.textbannersmall {
    font-family: "Prism";
    font-size: calc(12px + .4vw);
    line-height: calc(14px + .5vw);
}
.stylized-large {
    font-family: Flood;
    font-size: 5vw;
    color: white;
    padding-bottom: 15px
}

.stylized-middle {
    font-family: Flood;
    font-size: 4vw;
    color: white;
}

.stylized-small {
    font-family: Flood;
    font-size: 3vw;
    color: white;
    padding-top: 2vw
}