@font-face {
    font-family: "Harry Potter";
    src: url(../fonts/Harry-P.ttf.woff);
}

.banner {
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-logo {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-logo-img {
    height: 50px;
    width: 130px;
}

.social-icons-mini .social-icon-rounded {
    border-radius: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .social-icons-mini .social-icon-rounded:hover {
        -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }

@media all and (min-width: 765px) {
    .social-icons-mini {
        padding: 5px;
        display: inline-block;
    }
}
    
@media all and (max-width: 765px) {
    .social-icons-mini {
        padding: 5px;
        display: inline-block;
    }

        .social-icons-mini .social-icon-rounded {
            display: block;
            margin-top: 10px;
            margin-right: 10px;
            /*height: 22px;
            width: 22px;
            padding: 0;
            font-size: 12px;
            line-height: 1.5;*/
        }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
    .social-icons-mini {
        display: none;
    }
}

@media (max-width: 770px){
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media all and (min-width: 769px) and (max-width: 875px) {
    .banner-navbar-nav li:last-child {
        display: none;
    }
}

.banner-navbar-collapse {
    font-family: 'Harry Potter';
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
}

.banner-navbar-nav {
    display: inline-block;
    float: none;
    margin-top: 5px;
    padding: 0;
    overflow: hidden;
}

body {
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: cover;*/
    font-family: 'Delius', cursive;
    letter-spacing: 1.2px;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 60px; /*do not remove this, Regine*/
}

#particles-js
{
    background-image: url("../images/index-background1.png");
    background-size: cover;
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 2;
    pointer-events: none;
}

.body-content {
    z-index: 100 !important;
    padding: 0;
}

.content-section {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    color: wheat !important;
}

    .content-section .content {
        position: relative;
    }

    .content-section .background-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.2;
    }

@media all and (orientation: landscape) {
    .content-section .section-header {
        font-size: 4.0vw !important;
    }
}

@media all and (orientation: portrait) {
    .content-section .section-header {
        font-size: 5.7vw !important;
        margin-bottom: 20px;
    }
}

.onepage-pagination {
    z-index: 101 !important;
}

.carousel-control {
    cursor: pointer;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .6);
}

    .carousel-control.left, .carousel-control.right {
        background-image: none;
        width: auto;
    }

    .carousel-control .glyphicon-menu-left,
    .carousel-control .glyphicon-menu-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px;
      font-size: 40px;
    }

    @media screen and (max-width: 768px) {
        .carousel-control .glyphicon-menu-left,
        .carousel-control .glyphicon-menu-right {
          font-size: 25px;
        }
    }

    .carousel-control .glyphicon-menu-left {
      left: 0;
      margin-left: -20px;
    }

    .carousel-control .glyphicon-menu-right {
      right: 0;
      margin-right: -10px;
    }


@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        width: auto;
        height: auto;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -15px;
    }
}

.carousel-content {
    text-align: left !important;
}

ol.carousel-indicators {
    bottom: -30px !important;
}

/*****************About***************/
#About {
    padding-left: 0;
    padding-right: 0;
}

.social-icons {
    padding-top: 70px;
}

@media all and (orientation: landscape){
    #aboutCarousel{
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
}

@media all and (orientation: portrait){
    #aboutCarousel{
        margin-top: 15vw;
        margin-bottom: 10vw;
    }
}

@media all and (max-width: 480px) {
    .regine-img {
        max-width: 75px;
        max-height: 75px;
    }
}

@media all and (min-width: 481px) {
    .regine-img {
        max-width: 150px;
        max-height: 150px;
    }
}

.btn-contact-me {
    background-color: rgba(216,191,216, 0.3);
    color: black;
    margin: 2vw;
    border-radius: 0;
}

    .btn-contact-me:hover {
        background-color: rgba(216,191,216, 0.5);
        color: antiquewhite;
    }

    .btn-contact-me:visited {
        color: antiquewhite;
    }

/*****************Experience***************/
#Experience {
}

.experience-container {
    background-color: gray;
    border: solid 1px black;
    border-radius: 5px;
    margin-bottom: 5px;
}

/*****************Skills***************/
#Skills {
}

.progress{
    width: 70%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}

@media all and (max-width: 480px){
    .progress{
        height: 20px;
        margin-bottom: 5px;
    }
}

@media all and (max-height: 480px) and (orientation: landscape){
    .progress{
        height: 20px;
        margin-bottom: 5px;
    }
}

.progress-bar{
    text-align: right;
}

.progress-bar .skill-label{
    margin-top: 5px;
    margin-right: 5px;
}

.other-skills {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-left: 20px;
}

    .other-skills li {
        padding: 0;
    }

.other-skill-label {
    letter-spacing: 1px;
}

@media all and (min-width: 480px) {
    .other-skills li {
        max-width: 120px;
    }
    .other-skills .skill-img{
        width: 100%;
        height: auto;
    }
}

@media all and (max-width: 480px) {
    .other-skills li {
        max-width: 50px;
        width: 100%;
        height: auto;
    }
    .other-skills .skill-img{
        width: 100%;
        height: auto;
    }
}

/*****************Education***************/
#Education {
}

.education{
    margin-bottom: 2vw;
}

@media all and (max-width: 480px) {
    .school-logo {
        max-width: 75px;
        max-height: 75px;
        display: block;
        margin: auto;
    }
}

@media all and (min-width: 481px) {
    .school-logo {
        max-width: 100px;
        max-height: 100px;
    }
}

/*****************Contact***************/
#Contact {
}

.contact-address {
    margin-bottom: 5vw;
}

.email-link {
 color: rgb(147,112,219);
}

    .email-link:hover {
     color: rgb(147,112,219);
    }

    .email-link:visited {
     color: rgb(147,112,219);
    }

    .email-link .fa {
        -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
           -o-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
              transition: all 0.3s linear;
    }

    .email-link:hover .fa{
        -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }

.social-inline{
    margin-bottom: 2vw;
    border-radius: 0;
    border: none;
    text-align: center;
    background-color: rgba(216,191,216, 0.3) !important;
    color: antiquewhite;
}

    .social-inline:hover {
        background-color: rgba(216,191,216, 0.5) !important;
        color: antiquewhite;
    }

    .social-inline:visited {
        color: antiquewhite;
    }

    .social-inline .fa {
        -webkit-transition: all 0.3s linear;
         -moz-transition: all 0.3s linear;
           -o-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
              transition: all 0.3s linear;
    }

    .social-inline:hover .fa{
        -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }

@media all and (max-width: 480px) {
    .social-inline {
        padding-left: 35px;
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media all and (min-width: 481px) {
    .social-inline {
        padding-left: 45px;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 1.5;
    }
}

/*****************Hobbies***************/
#Hobbies {
}

/*****************Helper Classes***************/

@media all and (orientation: landscape) {
    .-h1 {
        font-size: 4.0vw !important;
        line-height: 1.2 !important;
    }

    .-h2 {
        font-size: 3.0vw !important;
        line-height: 1.2 !important;
    }

    .-h3 {
        font-size: 2.5vw !important;
        line-height: 1.2 !important;
    }

    .-h31 {
        font-size: 2.5vw !important;
        line-height: 1.75 !important;
    }

    .-h4 {
        font-size: 2.0vw !important;
        line-height: 1.2 !important;
    }

    .-h5 {
        font-size: 1.5vw !important;
        line-height: 1.2 !important;
    }

    .-h6 {
        font-size: 1.25vw !important;
        line-height: 1.2 !important;
    }
}

@media all and (orientation: portrait) {
    .-h1 {
        font-size: 5.7vw !important;
        line-height: 1.2 !important;
    }

    .-h2 {
        font-size: 4.0vw !important;
        line-height: 1.2 !important;
    }

    .-h3 {
        font-size: 3.5vw !important;
        line-height: 1.2 !important;
    }

    .-h31 {
        font-size: 3.5vw !important;
        line-height: 1.75 !important;
    }

    .-h4 {
        font-size: 3.0vw !important;
        line-height: 1.2 !important;
    }

    .-h5 {
        font-size: 1.5vw !important;
        line-height: 1.2 !important;
    }

    .-h6 {
        font-size: 1.25vw !important;
        line-height: 1.2 !important;
    }
}

.-bold-font {
    font-weight: bold !important;
}

.-italic-font {
    font-style: italic !important;
}
