* {

    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {

    list-style: none;
    display: inline-block;
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {

    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}


/*NAVIGATION*/


.navbar {
    
    background-color: #ffffff !important;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
}

.navbar a {
    
    color: #000000 !important;
    opacity: 0.8;
}


.navbar a:hover {
    
    opacity: 0.3;
}
@media(max-width: 768px){
.navbar-brand{
    font-size: 15px;
}
}
/*HEADER*/
.header{
    height:800px;
    width:100%;
    margin-top:20px;

}
.header h1{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
 #profile .profile{
    width: 60%;
    margin-top: 260px;
    margin-left: 70px;
    margin-bottom: 20px;
    
   
}
#profile {
    float: left;
}

#profile .titles h2 {
    text-align: center;
    padding-bottom: 10px;
}
#profile .titles h4 {
    text-transform: none;
    text-align: center;
    color: #487eb0;
}
#profile .titles h5 {
    text-transform: none;
    text-align: center;
    color: #487eb0;
}
#network {
    margin-left: 70px;
    margin-top: 20px;
}

#row .welcome h1{
    color: #487eb0;
}
#row .welcome{
    float: right;
    margin-top:130px;
    width:60%;
}
.welcome p{
    padding-top: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
}
.welcome .interest p {
    padding-top: 20px;
  
}

.welcome ul li:nth-child(2), ul li:nth-child(3), ul li:nth-child(4), ul li:nth-child(5) { 
    list-style: none; 
    display: inline; 
    padding-right: 10px;
    padding-left:10px;
}
.welcome ul li::before {
    content: "\7C"; 
}
.welcome ul li:first-child:before { 
    content: none;
}
.welcome ul li:last-child:after { 
    content: none; 
}

.welcome ul li span {
    position: relative;
    left:12px;
  }
  .welcome ul li:first-child span{
      left:0;
  }
  hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
@media(max-width: 768px){

    .header{
        padding:30px;
        height:550px;
        text-decoration: none;

    }
    .header h1{
        font-size:15px;
        text-align: center;
    }

    #profile .profile{
        margin-top: 20px;
        margin-left: 60px;
        
    }
    #network {
        margin-left: 70px;
    }

    .welcome p{
        font-size:10px;
        text-align: justify;
    }
    .interest p {
        padding-top:0;
    }
    #row .welcome{
    margin-top:40px;
    padding-bottom: 20px;
    width:100%;
}
.welcome ul li {
    font-size: 10px;
}
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-brand  {
        font-size: 8px;
    }
    #profile .profile {
        margin-top: 50px;
        margin-left:0;
    }
    #profile .titles h2{
        text-align: left;
        font-size: 15px;
    }
    #profile .titles h4{
        text-align: left;
        font-size: 12px;
    }
    #network {
        margin-left:0;

    }
    .welcome h1 {
        margin-top: 0;
        padding-top: 0;
    }
}
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #myNavbar .container ul li a {
        font-size: 12px;
        padding-left: 5px;
    }
    .navbar-brand{
        font-size: 12px;
    }
    .header{
        height:900px;
    
    }

    .header h1{
        font-size:15px;
        text-align: center;
    }
    #profile {
    
        width: 40%;
        float: left;
    
    }
    #profile .profile{
        margin-top: 60px;
        margin-left: 20px;
        
    }
    #profile .titles h2{
        text-align: left;
    }
    #profile .titles h4{
        text-align: left;
        font-size: 14px;
    }
    #network {
        margin-left:0;
    }
    .welcome {
        padding-top: 100px;
    }
    .welcome p{
        font-size:10px;
        text-align: justify;
       
    }
 
    #row .welcome{
        display: inline-block;
    margin-top:0;
    padding-bottom: 20px;
    width:60%
}  
}

.footer{
    padding:250px 200px 10px 200px;
    text-align: center;
    font-size:10px;
}
.footer p{
    font-size:10px;
    padding:0px;
    margin:0px;
}
@media(max-width: 768px){
    .footer{
        padding:10px 30px;
    }
}
