@import url("font-awesome.min.css");

body,
html {
    height: 100%;
    margin: 0px;
    font-size: 2vmin;
    font-family:  "Helvetica Neue", Helvetica, Roboto, Calibri, Arial, serif;
}

.goToPage {
    background-image: url("../images/arrow.svg");
    height: 1.5em;
    width: 2em;
}

.landingPage {
    background-color: #000000;
    background-image: url('../images/gun-metal.png');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/*iPad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .landingPage {
        background-attachment: scroll;
    }
}        
/*iPhone 6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .landingPage {
        background-attachment: scroll;
    }
}        
/*iPhone 5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .landingPage {
        background-attachment: scroll;
    }
}        
/*iPhone 2G, 3G, 4, 4S*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .landingPage {
        background-attachment: scroll;
    }
} 

.fillContainer {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    padding-left: 1em;
    padding-right: 1em;
    height: 42vh;
}

.risclarityContainer {
    display: flex;
    background: #5973A1;
    color: #ffffff;
} 

.logoBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    /*background: #ffffff;*/
    /*margin-top: 50vh;*/
    width: 100%;
    height: 13vmin;
    padding: 0px;
    margin: 0px;
}

.logoInBox {
    height: 7vmin;
    margin-top: 1.5vmin;
}

/*@media all and (orientation: portrait) {
    .logoInBox {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
}*/

.simplifyBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -20vmin;
    background: #FFD700;
    height: 4vmin;
    width: 40vmin;
    transform: translateY(-1rem);
}

.simplifyText {
    color: #ffffff;
    font-size: 1.2rem;
}
        
.page2Background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    background-color: #000000;
    background-image: url('../images/gun-metal.png'); 
    height: 100%;
    /*background: linear-gradient(135deg, #5973A1 0%,#5973A1 20%,#95b2e5 26%,#5973A1 32%,#5973A1 65%,#95b2e5 70%,#5973A1 75%,#5973A1 100%); */
}

.page2Container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    margin: 0px;
    padding: 3vh 0px 3vh 0px;
}

.pageAward {
    background-image: url('../images/RisclarityBTIAward.png');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*iPad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .pageAward {
        background-attachment: scroll;
    }
}        
/*iPhone 6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .pageAward {
        background-attachment: scroll;
    }
}        
/*iPhone 5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .pageAward {
        background-attachment: scroll;
    }
}        
/*iPhone 2G, 3G, 4, 4S*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .pageAward {
        background-attachment: scroll;
    }
}        


@media all and (orientation: portrait) {
    .pageAward {
        background-attachment: scroll;
        background-size: 100% auto;
        background-position: 0px 0px;
        height: 54.6vw;
    }
}

.pageArrowContainer {
    display: flex;
    flex: 0 0 5vmin;
    align-content: center;
    justify-content: center;
    color:#5973A1;
}

.pageContainer {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    height: 100%;
    width: 100%;
    flex: 1 0 auto;
    padding: 0px;
    margin: 0px;
}

        
.landingPageHold {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(135deg, #050505 0%,#3f3f3f 39%,#2c2c2c 50%,#000000 100%)
}

.pageBackground2old {
    background-image: url('../images/BlueTapeThread.JPG');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}        

/*iPad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .pageBackground2old {
        background-attachment: scroll;
    }
}        
/*iPhone 6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .pageBackground2old {
        background-attachment: scroll;
    }
}        
/*iPhone 5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .pageBackground2old {
        background-attachment: scroll;
    }
}        
/*iPhone 2G, 3G, 4, 4S*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .pageBackground2old {
        background-attachment: scroll;
    }
}        

.pageBackground3 {
    height: 40rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(135deg, #050505 0%,#3f3f3f 39%,#2c2c2c 50%,#000000 100%);
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
}

.banner {
    /*background-color:#ffffff;*/
    display:flex;
    /*width:100%;*/
    flex-direction:row;
    justify-content:center;
    padding-left: 2em;
    padding-right: 2em;
}
.bannerContainer {
    background-color:#ffffff;
    display:flex;
    width:100%;
    flex-direction:column;
    align-items: center;
    padding-bottom: 1em;
    flex: 0 0 auto;
}
/*
@media all and (orientation: portrait) {
    .bannerContainer {
        margin-bottom: 5vh;
    }
}*/

.bannerHeader {
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin-top: 0px;
    margin-bottom: 3vmin;
    /*margin: 3vmin;*/
    flex: 1.4 0 auto;
    width: 100%;
}

.bannerContent {
    display:flex;
    /*Note: This would generally be column but that break IE flexbox wrapping with max-width*/
    flex-direction:row;
    justify-content:center;
    margin-top: 1.3vmin;
    margin-bottom: 1.3vmin;
    /*margin: 1.3vmin 2vmin 1.3vmin 2vmin;*/
    flex: 1 0 auto;
    max-width: 65em;
    width: 100%;
}


.bannerFont {
    font-size:1.0em;
    color: #7c7c7c;
    text-align: center;
    font-style: italic;
    /*IE FlexBox workaround, overflows on narrow view*/
    max-width: 100vw;
}

@media all and (orientation: portrait) and (max-width: 600px) {
    .bannerFont {
        font-size:1.3em;
    }
}

.headerFont {
    font-size: 1.8em;
    font-weight: normal;
    color: #5973A1;
    text-align: center;
}

.contentFont {
    font-size:1.1em;
    color: #ffffff;
    text-align: center;
}
/*
.card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin: 2vh 1vw 2vh 1vw;
    align-items: flex-start;
    max-width: 47vw;
}

@media all and (orientation: portrait) {
    .card {
        max-width: 98vw;
    }
}*/

.card {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 2vh 1vw 2vh 1vw;
    justify-content: flex-start;
    width: 40vw;
    max-width: 90vw;
    min-width: 30vw; 
    flex: 1 1 0%;
}

@media all and (orientation: portrait) {
    .card {
        max-width: 98vw;
    }
}

.cardContainer {
    display: flex;
    flex-direction: column;
    margin: .5em;
    padding: 0px;
    align-items: flex-start;
    width: 100%;
}

.cardHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    background: rgba(255, 255, 255,);
    width: 100%;
    height: 5em;
    justify-content: center;
}

.cardHeaderText {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    color: #FFD700;
}

.cardHeaderIcon {
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.cardTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFD700;
    margin: 1rem 0px .5rem 0px;
}

.cardContentContainer {
    width: 95%;
    margin: 0px 2% 0px 3%;
}

.cardContent {
    margin: .3rem 0px 1rem 0px;
    width: 100%;
}

.singleCard {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin: 1rem;
    align-items: center;
    height:12rem;
    width: 100%;
}

.footer {
    height: 12em;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFD700; 
    /*background: linear-gradient(135deg, #5973A1 0%,#5973A1 20%,#95b2e5 26%,#5973A1 32%,#5973A1 65%,#95b2e5 70%,#5973A1 75%,#5973A1 100%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconBar {
    display:flex;
    flex-direction: row;
    align-items: center;
	font-family: FontAwesome;
    justify-content: center;
}

.icon {
    font-size: 2.2em;
    text-decoration: none;
    padding: .5em;
}
.icon > .label {
    display: none;
}
.icon:before {
	color: #1c1d26 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.footerText {
    font-size: 1em;
    color: #000000;
}
