@import url('https://fonts.googleapis.com/css?family=Raleway:400,900');

body { font-family: 'Raleway', sans-serif;overflow-x: hidden; }

/*=== Menu Items ===*/
.menu li {
    display: inline-block;
    font-size: 1rem!important;
    letter-spacing: 1px;
}

.menu li a:link {
    color: #66CCCC;
    border-bottom: 0!important;
}

.menu li a:hover, .menu li a:visited, .menu li a:active {
    color: #8dffff;
    text-decoration: none!important;
}

.menu-item {
   width: 15%!important; 
}

.separation {
    width: 4%!important;
    color: #66CCCC;
}

.menu { margin-top: 15px!important;padding-left: 0!important; }

.navbar {
    background-color: #000033!important;
    padding: 5px 0;
    width: 100%!important;
    border-radius: 0!important;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


/*=== Hero Image ===*/
header {
    width: 100%;
    margin-top: 60px;
    min-height: 550px;
    background-image: url('http://i.imgur.com/xgMWhl0.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

header h1 {
    font-weight: 900;
    font-size: 22rem;
    color: #fff;
    text-align: center;
    padding-top: 100px; 
    text-shadow: 0px 0px 15px #000;
}

.hero-info li {
    display: inline-block;
    font-size: 1.2rem!important;
    letter-spacing: 1px;
    color: #fff;
    padding: 5px 0;
    text-shadow: 0px 0px 10px #000;
}

.hero-info {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-left: 0;
}


/*=== Section Info ===*/
.section-header h1 {
    font-size: 5rem;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 0!important;
    padding: 40px 0;
}

section { background-color: #000033; }

.photograph1 {
    background-image: url('../images/ari.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-size: 100% 100%;
}

.photograph2 {
    background-image: url('../images/gala.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-size: 100% 100%;
}

.photograph3 {
    background-image: url('../images/ana.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-size: 100% 100%;
}

.photograph4 {
    background-image: url('../images/mara.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-size: 100% 100%;
}

.photograph {
    text-align: center;
    color: red;
    font-size: 5rem;
    background-color: #F3F38C;
    border-radius: 500px;
    width: 255px;
    margin-right: 2%;
    margin-bottom:15px;
}

.photo-info {
    position: relative;
    top: 0;
    left: -15px;
    width: 255px;
    height: 250px;
    background-color: #fff;
    border-radius: 500px;
    padding-top: 50px;
    opacity: .8;
    color: #000033;
    font-size: 4rem;
}

.photo-info:hover {
    opacity: 0;
}

.datos-academicos-heading h2 {
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-top:5px;
}

hr {
    border:4px solid #33FFCC;
}

.info h3 {
    color: #33FFCC;
    font-weight: 900;
}

.info h3>span {
    color: #FFFF99;
}

.info p {
    color: #fff;
}

.info { margin-top: 30px; }

/*=== FOOTER ===*/
footer {
    background-color: #33FFCC;
    text-align: center;
    padding: 20px 97px;
}



/*=== MEDIA QUERIES ===*/
.glyphicon-th-large {
    color: #fff!important;
    float: right;
    font-size: 1.7rem;
    cursor: pointer;
}

.glyphicon-remove {
    color: #fff!important;
    float: right;
    font-size: 1.7rem;
    cursor: pointer;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #11111c;
    z-index: 10000;
    text-align: center;
    height: 200%;
}

.menu-mobile li {
    list-style: none;
    width: 90%;
}

.menu-mobile li a:link, .menu-mobile li a:hover, .menu-mobile li a:active, .menu-mobile li a:visited {
    color: #fff;
}

.menu-item-mobile {
    padding: 20px;
    font-size: 25px;
}

.heading-mobile {
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding-top: 30px;
    display: block;
        font-size: 120px;
    text-shadow: 0px 0px 10px #000;
}


@media screen and (max-width:1024px) {
    header h1 {
        font-size: 15rem;
    }
}

@media screen and (max-width:420px) {
    header h1 {
        display: none;
    }
}
