/*
BORDER: 10VW L&R
GRIS OSCURO: rgba(64, 64, 66, 1.0);
GRIS CLARO: rgba(180, 180, 180, 1.0);  
BLANCO OSCURO: rgba(244, 244, 244, 1.0);
GOLDEN: rgba(238, 196, 101, 1.0);
DARK GOLD: rgba(213, 145, 52, 1.0);
BROWN: rgba(188, 120, 51, 1.0);

Tipografía Logotipo: 'Cormorant Infant', serif;
Tipografía especial: 'Stalemate', cursive;
Tipografía gral: 'PT Sans', sans-serif;
*/



/*Generic*/
h1, h2, .subT{
    font-family: 'Cormorant Infant', serif;
    text-rendering: geometricPrecision;
}
p, a, ul, li, label, img, input, textarea, h3, h4, select{
    font-family: 'Roboto', sans-serif;
    font-size:.9rem;
}
#mainNav{
    position: absolute;
    min-height: 80px;
    width: 100%;
    padding: 0 10vw;
    z-index: 10;
    text-transform: uppercase;
    background: rgba(64, 64, 66, 1.0);
    text-align: center;
}
#logoNav{
    height: 80px;
    width: auto;
}
.navbar-collapse{    
    -webkit-box-flex-grow: unset;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    -webkit-flex-grow: unset;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex-grow: unset;           /* IE 10 */
    -moz-flex-grow: unset; 
    -o-flex-grow: unset; 
    flex-grow: unset;     /* NEW, Spec - Firefox, Chrome, Opera */
}
.navbar-brand{
    padding: 0;
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus, #mainNav .active{
    border: 2px solid red;
    border-width: 0px 0px 2px 0px;
    border-image: -webkit-linear-gradient( 90deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
    border-image: -o-linear-gradient( 90deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
    border-image: linear-gradient( 90deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb .breadcrumb-item>a{
    color: rgba(213, 145, 52, 1.0) !important;
}
.breadcrumb .breadcrumb-item>a:hover{
    text-decoration: underline;
}
.justDer{
    text-align: right;
}
/*Headers*/
header{
    min-height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    background-position: right !important;
}
.pageIntro{    
    padding-top: 100px;   
}
.pageIntro>h1{    
    font-size: 3rem;
    margin-bottom: 1rem;
    
    color: rgba(213, 145, 52, 1.0);
}
/*Cont*/
.main_container{
    padding-bottom: 10vh !important;
}
.container-fluid{
    padding: 0 10vw;
}
.row{
    margin: 0;
}
.col-sm-12, .col-md-4, .col-md-6{
    padding: 0;
}
.yellowBg{
    background-color: rgba(238, 196, 101, 1.0);
    color: rgba(244, 244, 244, 1.0) !important;
}
.darkwhiteBg{
    background-color: rgba(244, 244, 244, 1.0); 
    color: rgba(238, 196, 101, 1.0) !important;
}
.parrafo{
    margin-bottom: 1rem;    
}
.parrafo>h2{   
    font-size: 3rem;
    margin-bottom: 1rem;
    
    color: rgba(213, 145, 52, 1.0);    
}
.subTitle{
    font-family: 'Stalemate', cursive !important;
    text-rendering: geometricPrecision;
    font-size: 4em;
    line-height: 1.5em;
    color: rgba(180, 180, 180, 1.0);
}
input[type="submit"]{
    margin: 8px 0;
    background: rgba(213, 145, 52, 1.0) !important;
}
/*Footer*/
footer{
    background: rgba(64, 64, 66, 1.0);
    color: rgba(244, 244, 244, 1.0);
    
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    justify-content: space-between;
    
    align-items: -webkit-box-flex-end;
    align-items: -ms-flex-end;
    align-items: -webkit-flex-end;
    align-items: -moz-flex-end;
    align-items: -o-flex-end;
    align-items: flex-end;
    
    min-height: 30vh;
    
    line-height: normal;
    
    padding-top: 5vh !important;
}
footer a{
    color: rgba(244, 244, 244, 1.0);    
}
footer a:hover{
    color: rgba(180, 180, 180, 1.0);        
}
.footTwo{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    justify-content: space-between;    
}
.footList>li{
    padding: .5rem 0;
}
.footList h2{
    font-size: 1.25rem;
    color: rgba(238, 196, 101, 1.0);
}
.footList svg{
    width: 15px;
    height: 15px;
}
#signCod{
    margin-top: 1rem;
    padding: 3vh 0;
    border-top: 1px solid rgba(180, 180, 180, 1.0);
}
#signCod>p>a:hover{
    color: rgba(238, 196, 101, 1.0);
}
/*************Index*************************/
.linkIndex{
    background-color: rgba(0, 0, 0, 1.0) !important;
}
.linkIndex .nav-link, .linkIndex .active{
    border-bottom: 2px solid rgba(0, 0, 0, 1.0);
}
.linkIndex>.navbar-brand{
    visibility: hidden !important;
}
.linkIndex .nav-link{
    color: rgba(255, 255, 255, 1.0) !important;
}
#indexBg{
    background: url(../img/bg/index.jpg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
}
#introPag{
    min-height: 100px;
    margin-top:25vh;
    position: relative;
}
#introPag>img{
    width: 100%;
    max-height: 100%;
}
#introPag>h2{
    font-size: 4rem;
    color: rgba(213, 145, 52, 1.0);
    font-family: 'Stalemate', cursive;
    font-style: italic;
    position: absolute;
    right: 0;
    
    animation: fadein 4s;
    -ms-animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
#introPag>h2:target{
    opacity: 1;
}
#indexContainer{
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px !important;
    margin: 0px !important;
}
#secMedia{
    height: 50vh;
    background-image: -webkit-linear-gradient(
         rgba(180, 180, 180, 0.5) 1%,
        rgba(255, 255, 255, 1.0) 15%,
        rgba(255, 255, 255, 1.0) 85%,
         rgba(180, 180, 180, 0.5) 99%);
    background-image: -o-linear-gradient(
         rgba(180, 180, 180, 0.5) 1%,
        rgba(255, 255, 255, 1.0) 15%,
        rgba(255, 255, 255, 1.0) 85%,
         rgba(180, 180, 180, 0.5) 99%);
    background-image: linear-gradient(
         rgba(180, 180, 180, 0.5) 1%,
        rgba(255, 255, 255, 1.0) 15%,
        rgba(255, 255, 255, 1.0) 85%,
         rgba(180, 180, 180, 0.5) 99%);
    
    color: rgba(180, 180, 180, 1.0);
}
#secMedia ul li a{
    color: rgba(180, 180, 180, 1.0);
    font-size: 1.5rem;
    line-height: 1.5rem;
}
#secMedia ul li a:hover{
    text-decoration: underline;
}
#divUno{
    margin: auto 0;
}
#divUno>h2{
    line-height: 3rem;
    text-align: right;
    padding-right: 10px;
    
    border-right: 4px solid red;
    border-image: -webkit-linear-gradient( 180deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
    border-image: -o-linear-gradient( 180deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
    border-image: linear-gradient( 180deg, rgba(213, 145, 52, 1.0), rgba(238, 196, 101, 1.0), rgba(213, 145, 52, 1.0)) 10;
}
#divDos, #divDos a, #divDos ul{
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
#divDos{
    height: 11vh;
    margin: auto 0;
    margin-left: 10px;
}
#secAreas{
    height: 70vh;
}
#secAreas>.carousel, .carousel>.carousel-inner, .carousel-inner>.carousel-item{
    max-height: 70vh;
    width: 100vw;
}
.carousel-item>img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position:relative;
    top: 0;
}
.carousel-item>.carousel-caption, .clickOver{
    position: absolute;
    top: 0;    
    -webkit-transform: translateY(0%); 
    -o-transform: translateY(0%); 
    -moz-transform: translateY(0%);    
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    -webkit-transform: translateY(0%); 
    -o-transform: translateY(0%); 
    -moz-transform: translateY(0%); 
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 25vh 10vw;
}
.carousel-caption>a{
    color: rgba(255, 255, 255, 1.0);
    text-shadow: .2rem .2rem .15rem black; 
}
.carousel-caption>a:hover{
    color: rgba(238, 196, 101, 1.0);
}
.carousel-caption>a>h3{
    font-size: 2.5rem;
    line-height: 2rem;
    font-family: 'Cormorant Infant', serif;
    
    margin-bottom: .5rem;
}
.carousel-caption>a>p{
    font-size: 1.2rem;
    font-family: 'PT Sans', sans-serif;
}
#footIndex{
    position: absolute;
    top: 220vh;
}
/*************Firma*************/
#firmaBg{
    min-height: 0px !important;
}
#mainFirma{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.multiElem{
    margin-top: 1em;
    padding: 0px;
}
.multiElem>.elem{
    text-align: center;
    padding: 1em;
}
#footFirma{
    position: relative;
    bottom: -1000px
}
#secFrase{
    height: 500px;
    background: url(../img/bg/laFirma.jpg);
    background-size: cover !important;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-origin: border-box !important;
    background-position: center;
}
#secFrase>h3{
    position: relative;
    top: 225px;
    color: white;
    text-align: center;
    text-shadow: .2rem .2rem .15rem black;
}
#secEquipo{
    height: 500px;
    background-image: url(../img/photos/imgEquipo.jpg);
    background-size: cover !important;
    background-repeat:  no-repeat;
    background-attachment:scroll;
    background-origin: border-box !important;
    background-position: 0% 0%;
    position: relative;
}
#secEquipo>.clickOver{
    opacity: 0;
    transition: .5s ease;
}
.clickOver>a{
    padding: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s ease;
    
    color: rgba(238, 196, 101, 1.0);
    text-align: center;
    line-height: 5rem;
}
.clickOver>a:hover{
    background-color: rgba(64, 64, 66, 1.0);
    color: rgba(255, 255, 255, 1.0);
}
#secEquipo:hover .clickOver{
    opacity: 1;
}
/*************Equipo*************/
#EquipoBg{
    min-height: 10vh !important;
    margin-bottom: 2rem;    
}
#equip_container{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex; 
    display: -o-flex; 
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: space-between;
    align-content: space-between;
}
.cardPerfil{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    background-color: rgba(244, 244, 244, 1.0);
    color: rgba(64, 64, 66, 1.0);
    height: 10rem;
    width: 45%;
    margin-bottom: 1.2rem;
    overflow: hidden;
}
.cardPerfil>.perfilPic{
    width: 35%;
    height: auto;
    position: relative;
    overflow: hidden;
    align-items:center;
}
.cardPerfil>.perfilPic>img{
    display:block;
    height: 100%;
    width:auto;
}
.cardPerfil>.perfilPic>p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(244, 244, 244, 0.8);
    padding: .2rem;
    text-align: center;
    text-transform: uppercase;
}
.cardPerfil>.perfilInfo{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    flex-direction: column;
    justify-content: space-between;
    
    -webkit-box-flex-wrap: wrap;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    -ms-flex-wrap: wrap;  /* TWEENER - IE 10 */
    -webkit-flex-wrap: wrap; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    width: 65%;
    align-content: space-between;
    padding: 1rem;
}
.cardPerfil>.perfilInfo svg{
    width: 15px;
    height: 15px;
}
.cardPerfil>.perfilInfo h2{
    font-size: 1.5rem;
}
.cardPerfil>.perfilInfo .linkPerfiles{
    text-decoration: none !important;
    border-bottom: 1px solid;
    color: rgba(238, 196, 101, 1.0);
    padding-bottom: .1rem;
}
.cardPerfil>.perfilInfo .linkPerfiles:hover{
    color: rgba(213, 145, 52, 1.0);
}
.cardPerfil>.perfilInfo p, .cardPerfil>.perfilInfo a{
    color: rgba(140, 140, 140, 1.0);
}
.cardPerfil>.perfilInfo a:hover{
    text-decoration: underline;
}
/*************Perfiles*************/
#perfiles_container{
    height: 100vh;
    position: relative;
}
#perfiles_container>#fotoPerfil{
    width: 40vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#perfiles_container>#fotoPerfil>img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}
#perfiles_container>#contenidoPerfil{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    justify-content: space-between;
    
    width: 47vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10vw;
    padding-top: 100px;
}
#perfiles_container>#contenidoPerfil>.textoPerfil{
    width: 60%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    text-overflow: ellipsis;
}
#perfiles_container>#contenidoPerfil>.textoPerfil>h2{
    font-size: 3.5rem;
    line-height: 1;
}
#perfiles_container>#contenidoPerfil>.textoPerfil>em{
    color: rgba(140, 140, 140, 1.0);
    line-height: 2;
}
#perfiles_container>#contenidoPerfil>.listaPerfil{
    min-width: 40%;
    background-color: rgba(244, 244, 244, 1.0);
    padding: 1rem;
    margin: 0 0 20px 20px;
    
    overflow-wrap: break-word;
    -ms-overflow-wrap: break-word;
    -moz-overflow-wrap: break-word;
    -webkit-overflow-wrap: break-word;
    -o-overflow-wrap: break-word;
}
#perfiles_container>#contenidoPerfil>.listaPerfil>li{
    color: rgba(140, 140, 140, 1.0);
    font-weight: bold;
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
#perfiles_container>#contenidoPerfil>.listaPerfil>li>p, #perfiles_container>#contenidoPerfil>.listaPerfil>li>a{
    color: rgba(64, 64, 66, 1.0);
    font-weight: normal;
    font-size: 1rem;
    text-transform: lowercase;
}
#contenidoPerfil>.listaPerfil>li>a:hover{
    text-decoration: underline;
}
#eduPerfil{
    padding-bottom: 2em;
}
#areasPerfil>li, #eduPerfil>li{
    color: rgba(64, 64, 66, 1.0);
    font-weight: normal;
    font-size: 1rem;
    margin: .5em 0;
}
#areasPerfil>li{
    text-transform: lowercase;
}
#areasPerfil>li::first-letter, #eduPerfil>li::first-letter, #perfiles_container>#contenidoPerfil>.listaPerfil>li>a::first-letter, #perfiles_container>#contenidoPerfil>.listaPerfil>li>p::first-letter{
    text-transform: uppercase;
}
/*************Áreas*************/
#areaBg{
    min-height: 10vh !important;
    margin-bottom: 2rem;
}
.mb-0{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
}
.mb-0>.btn{
    width: 20%;
    padding: 2rem 1rem;
}
.mb-0>.btn-link>svg{
    color: rgba(238, 196, 101, 1.0) !important;
}
.btn-link, .btn-link:focus, .btn-link:hover{
    color: rgba(64, 64, 66, 1.0);
    text-decoration: none;
    border-radius: 0px;
}
.btn-link:focus, .btn-link:hover{    
    background-color: rgba(64, 64, 66, 1.0);
    color: rgba(244, 244, 244, 1.0);
    opacity: 0.9;
}
.accordion>.card>.card-header{
    padding: 0;
}
.tarjArea .card-body{
    padding: 0 !important;
}
.tarjArea .card-body h2{
    width: 100%;
    font-size: 2.25rem;
    color: rgba(244, 244, 244, 1.0);
    
    background-color: rgba(64, 64, 66, 0.8);
    position: absolute;
    bottom: 0;
    padding: .5rem;
}
.tarjArea .card-body>.bgTitle{
    width: 100%;
    height: 40vh;
    
    background-size: 100% 100% !important;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-origin: border-box !important;
    background-position: 10vw 0%;
    
    position: relative;
}
.tarjArea .card-body>#bgArea1{
    background-image: url(../img/areas/area01.jpg);
}
.tarjArea .card-body>#bgArea2{
    background-image: url(../img/areas/area02.jpg);
}
.tarjArea .card-body>#bgArea3{
    background-image: url(../img/areas/area03.jpg);
}
.tarjArea .card-body>#bgArea4{
    background-image: url(../img/areas/area04.jpg);
}
.tarjArea .card-body>#bgArea5{
    background-image: url(../img/areas/area05.jpg);
}
.tarjArea .card-body>#bgArea6{
    background-image: url(../img/areas/area06.jpg);
}
.tarjArea .card-body>#bgArea7{
    background-image: url(../img/areas/area07.jpg);
}
.tarjArea .card-body>#bgArea8{
    background-image: url(../img/areas/area08.jpg);
}
.tarjArea .card-body>#bgArea9{
    background-image: url(../img/areas/area09.jpg);
}
.tarjArea .card-body>#bgArea10{
    background-image: url(../img/areas/area10.jpg);
}
.card-body p{
    margin: .5rem;
}
.card-body .subT{
    font-size: 2rem;
    color: rgba(238, 196, 101, 1.0);
    margin: 0 .5rem;
    font-family: 'Stalemate', cursive;
}
.card-body .miniProfile{
    font-size: 1rem;
    margin: .5rem;
    position: relative;
}
.card-body .miniProfile>img{
    width: 30%;
    height: auto;
}
.card-body .miniProfile>div{
    position: absolute;
    top: 0;
    left: 35%;
}
.card-body .miniProfile h5, .card-body .miniProfile a:hover{
    color:rgba(150, 150, 150, 1.0);
}
.card-body .miniProfile a{
    text-decoration: underline;
}
/*************Contacto*************/
#contBg{
    background: url(../img/bg/contacto.jpg) no-repeat center;
}
#contact_container{
    min-height: 70vh;
    
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: right;
}
#emailCon{
    min-height: 100vh;
    
    position: absolute;
    top: 50vh;
    left: 10vw;
    
    background: rgba(244, 244, 244, 1.0);
    padding: 20px;
    
    border-radius: .25rem;
}
.form-group>.with-errors{
    color: rgba(225, 35, 0, 1.0);
}
#linkedCon{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    -webkit-box-flex-wrap: wrap;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    -ms-flex-wrap: wrap;  /* TWEENER - IE 10 */
    -webkit-flex-wrap: wrap; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    padding-top: 2rem;
    position: absolute;
    right: 10vw;
    min-height: 70vh;
}
#linkedCon>.cardLink{
    width: 50%;
}

.cardLink>ul{
    margin-left: 60px;
}
.cardLink>.topCard{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    -ms-flex-wrap: wrap;  /* TWEENER - IE 10 */
    -webkit-flex-wrap: wrap; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    height:60px;
    align-items:center;
}
.cardLink>.topCard>img{
    margin-right: .5rem;
    margin-bottom: .5rem;
    width: 60px;
    height: 60px;
}
#linkedCon, #linkedCon a{
    color: rgba(64, 64, 66, 1.0);
}
#linkedCon a:hover{
    color: rgba(213, 145, 52, 1.0);
}
#linkedCon h2{
    font-size:1.5rem;
}
.list-social{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: -moz-flex;
    display: -o-flex;
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.list-social>a{
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    
    text-align: center;
    margin-right: 0.5rem;
}
.list-social li:hover, .list-social li:focus{
    color: rgba(244, 244, 244, 1.0);
    background: rgba(64, 64, 66, 1.0);
}
#footContact{
    position: relative;
    top: 0;
}

        /*Keyframes for FADEIN*/
        @keyframes fadein {
            from {
                opacity:0;
            }
            to {
                opacity:1;
            }
        }
        @-moz-keyframes fadein { /* Firefox */
            from {
                opacity:0;
            }
            to {
                opacity:1;
            }
        }
        @-webkit-keyframes fadein { /* Safari and Chrome */
            from {
                opacity:0;
            }
            to {
                opacity:1;
            }
        }
        @-o-keyframes fadein { /* Opera */
            from {
                opacity:0;
            }
            to {
                opacity: 1;
            }
        }
