/*-----------------------------------------------------------------------------------

    Template Name: Unique Fashion HTML5 Template,
    Template URI: http://devitfamily.com
    Description: This is html5 template
    Author: ThemeCTG
    Author URI: http://devitfamily.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Google Fonts,
	2. Theme Default CSS (body, link color, section etc),

-------------------------------------------------------------*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* Theme Default CSS (body, link color, section etc) */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
    overflow: hidden;
}

a {
    color: #221f1f;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a:hover {
    text-decoration: none;
    color: #e62858;
}

a:focus {
    text-decoration: none;
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
}

h1 {
    font-size: 60px;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #221f1f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}