summary {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}

.intro-screen {
    text-align: center;
    font-weight: bold;
    display: block;
    clear: both;
    float: none;
    height: 100%;
    margin-top: 15%;
    margin-bottom: 55%;
    color: white;
    text-shadow: 9px 9px 3px rgba(0, 0, 0, 0.3);
}

.intro-btn {
    text-align: center;
    font-weight: bold;
    display: block;
    clear: both;
    float: none;
    height: 100%;
}

.intro1 {
    font-size: 1000%;
}

.intro2 {
    font-size: 300%;
}

@media screen and (max-width: 700px) {
    .intro1 {
        font-size: 500%;
    }
    .intro2 {
        font-size: 125%;
    }
    .intro-screen {
        text-align: center;
        font-weight: bold;
        display: block;
        clear: both;
        float: none;
        height: 100%;
        margin-top: 45%;
        margin-bottom: 55%;
    }
}

body {
    background-image: url(../img/background.jpg);
    position: local;
    background-size: cover;
    background-attachment: fixed;
}

#langB {
    width: 48%;
    float: left;
}

#skillsB {
    width: 48%;
    float: right;
}

@media screen and (max-width: 1080px) {
    body {
        background-image;
        none;
        background: radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .15) 30%, rgba(255, 255, 255, .3) 32%, rgba(255, 255, 255, 0) 33%) 0 0, radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 11%, rgba(255, 255, 255, .3) 13%, rgba(255, 255, 255, 0) 14%) 0 0, radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 17%, rgba(255, 255, 255, .43) 19%, rgba(255, 255, 255, 0) 20%) 0 110px, radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 11%, rgba(255, 255, 255, .4) 13%, rgba(255, 255, 255, 0) 14%) -130px -170px, radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 11%, rgba(255, 255, 255, .4) 13%, rgba(255, 255, 255, 0) 14%) 130px 370px, radial-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 11%, rgba(255, 255, 255, .2) 13%, rgba(255, 255, 255, 0) 14%) 0 0, linear-gradient(45deg, #006c70 0%, #b2fc8a 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #eac0e3 70%, #e0d2d6 80%, #0f98ad 90%, #13f7eb 100%);
        background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
        background-color: #840b2a;
    }
    .loaderBg {
        /*visibility:hidden;
    */
    }
    .intro-screen {
        margin-bottom: 75%;
    }
    #langB {
        width: 98%;
        float: none;
    }
    #skillsB {
        width: 98%;
        float: none;
    }
}

.content {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    text-shadow: 1px 1px 2px black;
    color: #ffffff;
}

.mainBody {
    margin-left: 10%;
    width: 80%;
    position: relative;
    z-index: 2;
    background: rgba(230, 255, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0 5% 5% rgba(0, 0, 0, 0.15);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 700px) {
    .mainBody {
        width: 100%;
        margin-left: auto;
    }
}

aside {
    text-align: left;
    margin: 1%;
    border-radius: 25px;
    border: 1px solid #33cccc;
    background-color: rgba(220, 272, 232, 0.8);
    ;
    color: white;
}

article {
    text-align: left;
    margin: 1%;
    border-radius: 25px;
    border: 1px solid #33cccc;
    background-color: rgba(170, 250, 255, 0.8);
    color: white;
}

.profileMain {
    height: auto;
}

.profilePic {
    float: left;
    margin-left: 10%;
    margin-top: 1%;
    height: 100%;
    width: 12vw;
}

.profileDesc {
    width: 70%;
    height: 100%;
    margin: 1%;
    float: right;
    color: black;
    font-weight: bold;
}

.infoDesc {
    position: relative;
    float: right;
    width: 98%;
    height: auto;
    margin: 1%;
    font-weight: bold;
    overflow: auto;
    color: black;
}

@media screen and (max-width: 1370px) {
    .profileDesc {
        float: none;
        clear: both;
        width: auto;
        margin: 1%;
        height: auto;
    }
    .profilePic {
        float: auto;
        clear: both;
        margin: auto;
    }
    .profileDiv {
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.infoHead {
    position: relative;
    color: black;
    clear: both;
    margin: 1%;
    font-size: 225%;
    text-align: center;
    text-shadow: 0px 1px 0px white;
}

img {
    margin: 1%;
    max-width: 98%;
    max-height: 100%;
    border-radius: 25px;
    border: 1px solid #33cccc;
}

.contentList {
    position: relative;
    font-size: 125%;
    margin-left: 2%;
    text-align: left;
    clear: both;
}

.detailList {
    text-align: left;
    color: black;
    margin: 1%;
    font-size: 115%;
    clear: both;
    width: 98%;
}

.projectList {
    margin-bottom: 1%
}

.projectSummary {
    color: black;
    margin: 1%;
    padding: 2%;
    font-size: 150%;
    font-weight: bold;
    text-shadow: none;
    background-color: rgba(150, 245, 225, 0.5);
    text-align: left;
    border-radius: 25px;
    border: 1px solid #33cccc;
}

.projectSummary:hover {
    background-color: rgba(234, 240, 249, 0.8);
}

.docList {
    margin-bottom: 1%
}

.docSummary {
    color: black;
    margin: 1%;
    padding: 2%;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    text-shadow: 0px 0px 0px white;
    background-color: rgba(150, 245, 225, 0.8);
    text-align: left;
    border-radius: 25px;
    border: 1px solid #33cccc;
}

.contactList {
    position: relative;
    font-size: 125%;
    margin-left: 2%;
    text-align: center;
    clear: both;
}

.detailHead {
    color: black;
    margin: 1%;
    font-weight: bold;
    text-align: center;
}

#workTitle {
    text-align: center;
    color: black;
    text-decoration: underline;
    text-shadow: 0px 0px 0px black;
}

summary:hover {
    cursor: pointer;
}

header {
    font-weight: bold;
    font-size: 150%;
}

h5 {
    font-weight: bold;
    text-decoration: "underline";
}

a:link,
a:visited,
a:hover {
    font-weight: bold;
    color: black;
}

.hdr {
    font-family: "Times New Roman", Times, serif;
    margin-top: 30px;
    color: black;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0px black;
}

.ftr {
    color: white;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
}

.pgT {
    background-color: black;
}

iframe {
    width: 75%;
    height: 500px;
    border: none;
    overflow: auto;
    position: relative;
}

.normalMode {
    display: block;
}

.miniMode {
    display: none;
}

@media screen and (max-width: 1080px) {
    iframe {
        display: none;
    }
    .normalMode {
        display: none;
    }
    .miniMode {
        display: block;
    }
}

summary {
    font-weight: bold;
    outline: none;
}

details {
    line-height: 200%;
    clear: both;
}

.sectionWrapper {
    text-align: center;
}

.content-header {
    color: white;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    ;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.info {
    display: inline-block;
    width: 100%;
}


/*Bouncy*/

.fa {
    width: 60px;
    display: block;
    text-align: center;
    color: #990000;
    font: normal 45px 'FontAwesome';
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fadein 12s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 12s;
    /* Firefox < 16 */
    -ms-animation: fadein 12s;
    /* Internet Explorer */
    -o-animation: fadein 12s;
    /* Opera < 12.1 */
    animation: fadein 12s;
}

.fa-angle-double-down:before {
    content: "\f103";
}

.bounce {
    clear: both;
    position: relative;
    bottom: 30px;
    width: 60px;
    height: 60px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    font-size: 300%;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


/*FadeIn*/

#fadeIn {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

#fadeInIntro1 {
    -webkit-animation: fadein 6s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s;
    /* Firefox < 16 */
    -ms-animation: fadein 6s;
    /* Internet Explorer */
    -o-animation: fadein 6s;
    /* Opera < 12.1 */
    animation: fadein 6s;
}

#fadeInIntro2 {
    -webkit-animation: fadein 12s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 12s;
    /* Firefox < 16 */
    -ms-animation: fadein 12s;
    /* Internet Explorer */
    -o-animation: fadein 12s;
    /* Opera < 12.1 */
    animation: fadein 12s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Navbar stuff*/

nav {
    font-size: 150%;
}

@media screen and (max-width: 1050px) {
    nav {
        font-size: 115%;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-custom .navbar-nav>li>a {
    color: white;
    text-shadow: 1px 1px 0px black;
}

.navbar-custom .navbar-nav>li>a:hover {
    background-color: #c2d6d6;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.navbar-custom .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-custom .navbar-text {
    color: white;
    text-align: center;
}

.navbar-toggle {
    width: 52%;
    float: none;
    margin-right: auto;
    text-align: center;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar,
.navbar-collapse {
    text-align: center;
}


/**************LOADING SCREEN************/

.loaderBg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 40%;
    top: 50%;
    z-index: 99999;
    border: 10% solid #c2c2d6;
    /* Light grey */
    border-top: 19px solid #00ff00;
    /*green*/
    border-radius: 50%;
    width: 20%;
    height: 20%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/***SMOOTH OPEN****/

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-1.25em);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    0% {
        opacity: 0;
        transform: translateY(0);
    }
}

details:not([open]) {
    animation-name: fadeUp;
    animation-duration: 0.5s;
}

details[open] {
    animation-name: fadeDown;
    animation-duration: 1.5s;
}