body{
	margin:0;
	font-family: "Rubik",sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

h1, h2 {
    font-weight: 100;
    text-align: center;
}

h1 {
    font-size: 2.0rem;
}
h2 {
    font-size: 1.0rem;
}

a {
    color: #03a9f4;
}


.w-100 {
    width: 100% !important;
}
.h-100{
    height: 100% !important;
 }
.su-part{
    height: 100vh;
    position: relative;
    width: 100%;
}

.su-part__icons {
    list-style: none;
    margin: 8px 0 0 0;
    text-align: center;
}

.su-part__icons li {
    display: inline-block;
    margin: 0 12px 0 0;
}

.su-part__icon{
	border: 1px solid #03a9f4;
	border-radius: 100%;
	display: block;
	float: left;
	height: 50px;
	outline: none !important;
    text-align: center;
	width: 50px;
}

.su-part__icon:hover {
    border: 1px solid #0056b3;
}


.su-part__icon .fa-layers {
    font-size: 20px;
    margin-top: 25%;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}
.su-part__icons, .su-part__icons li {
	padding: 0;
}
@media (min-width: 992px){
	h1, h2 {
     margin-right: 15px; 
    text-align: right;
   }
   
   
   .su-part__name {
	    border-right: 1px solid #03a9f4;
	}
	
	.su-part__contact {
		    padding-left: 27px;
    	padding-top: 0;
	}
	
	.su-part__icons {
    	text-align: left;
	}
   
  }
   